]> Pileus Git - ~andy/sunrise/commitdiff
dev-util/uncrustify: Remove from sunrise, now in gentoo
authorSebastian Pipping <sping@gentoo.org>
Sun, 4 Oct 2009 15:37:42 +0000 (15:37 +0000)
committerSebastian Pipping <sping@gentoo.org>
Sun, 4 Oct 2009 15:37:42 +0000 (15:37 +0000)
svn path=/sunrise/; revision=9311

dev-util/uncrustify/ChangeLog [deleted file]
dev-util/uncrustify/Manifest [deleted file]
dev-util/uncrustify/metadata.xml [deleted file]
dev-util/uncrustify/uncrustify-0.53.ebuild [deleted file]
dev-util/uncrustify/uncrustify-9999.ebuild [deleted file]

diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog
deleted file mode 100644 (file)
index 24ec62c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-util/uncrustify
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  20 May 2009; Nick Fortino (nfortino) <nfortino@gmail.com>
-  -uncrustify-0.52.ebuild, +uncrustify-0.53.ebuild:
-  Version bump.
-
-  26 Apr 2009; Nick Fortino (nfortino) <nfortino@gmail.com>
-  +uncrustify-0.52.ebuild, +uncrustify-9999.ebuild, +metadata.xml:
-  New ebuild for bug 208199. Thanks to Patrick Lauer and Thomas Sachau for review
-
diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
deleted file mode 100644 (file)
index cb2d89a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST uncrustify-0.53.tgz 782752 RMD160 5236888c805bfda66ad382bebbeb460fd0281c6d SHA1 0809e75281181773311545c860ea2081738694b5 SHA256 5f62e83d0bcfd524286d6711a0b87a06e12b9b074435e2baa5d0afdc9a0b3525
-EBUILD uncrustify-0.53.ebuild 576 RMD160 07e9f88b47086f0327cfa697871510f4a4df1261 SHA1 df7cdb6216a296bccb0c331edd997f670455d841 SHA256 740de36d8b8144b965b7e3a84f9c67dc519b7020cf9cac644334d6267be22aac
-EBUILD uncrustify-9999.ebuild 625 RMD160 dd642f778815094d82a7b4eecb7042bdc9a53668 SHA1 56f338d72408269aa21ac05af68d2351265ab48a SHA256 ff63a67dd94f2cc348f3522cc0db1f6b01b4cd3e310af2f961bc95f88c2cf90b
-MISC ChangeLog 459 RMD160 bb63579aa38db74694232e7dd33627d9952d52dd SHA1 6f63466e0773166fe3ba33b01f0968cc788ce640 SHA256 ef004827fe87a9bbf9c15f4da53e6ed8740601d85d9bf8d2d0b0924132243541
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-util/uncrustify/metadata.xml b/dev-util/uncrustify/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/dev-util/uncrustify/uncrustify-0.53.ebuild b/dev-util/uncrustify/uncrustify-0.53.ebuild
deleted file mode 100644 (file)
index 4866c77..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
-HOMEPAGE="http://uncrustify.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-lang/python )"
-RDEPEND=""
-
-src_test() {
-       cd tests
-       ./run_tests.py || die "tests failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "Install failed"
-       dodoc AUTHORS BUGS NEWS README || die "dodoc failed"
-}
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
deleted file mode 100644 (file)
index 6646ae8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-ESVN_REPO_URI="http://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk/${PN}"
-inherit subversion
-
-DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
-HOMEPAGE="http://uncrustify.sourceforge.net/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-DEPEND="test? ( dev-lang/python )"
-RDEPEND=""
-
-src_test() {
-       cd tests
-       ./run_tests.py || die "tests failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "Install failed"
-       dodoc AUTHORS BUGS NEWS README || die "dodoc failed"
-}