diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-20 13:35:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-20 13:35:30 +0000 |
commit | 69ee3e20c7d56a0b9ac85eaedb1eeeff5fe21b55 (patch) | |
tree | 3ad708e35058a5706e12f4c5805769a1b558fada /dev-util | |
parent | Version bump. Remove old ebuilds (diff) | |
download | gentoo-2-69ee3e20c7d56a0b9ac85eaedb1eeeff5fe21b55.tar.gz gentoo-2-69ee3e20c7d56a0b9ac85eaedb1eeeff5fe21b55.tar.bz2 gentoo-2-69ee3e20c7d56a0b9ac85eaedb1eeeff5fe21b55.zip |
Clean old, version bump, bug #349141
(Portage version: 2.2.01.17389-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.52.ebuild | 25 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.57.ebuild (renamed from dev-util/uncrustify/uncrustify-0.53.ebuild) | 6 |
3 files changed, 10 insertions, 29 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 62fb1ffb901c..70af9b8db77b 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/uncrustify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.9 2010/07/03 07:36:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.10 2010/12/20 13:35:30 grobian Exp $ + +*uncrustify-0.57 (20 Dec 2010) + + 20 Dec 2010; Fabian Groffen <grobian@gentoo.org> -uncrustify-0.52.ebuild, + -uncrustify-0.53.ebuild, +uncrustify-0.57.ebuild: + Clean old, version bump, bug #349141 03 Jul 2010; Fabian Groffen <grobian@gentoo.org> uncrustify-0.52.ebuild, uncrustify-0.53.ebuild, uncrustify-0.55.ebuild, uncrustify-0.56.ebuild: diff --git a/dev-util/uncrustify/uncrustify-0.52.ebuild b/dev-util/uncrustify/uncrustify-0.52.ebuild deleted file mode 100644 index 29028ca54fbd..000000000000 --- a/dev-util/uncrustify/uncrustify-0.52.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.52.ebuild,v 1.2 2010/07/03 07:36:58 grobian Exp $ - -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 ~ppc-macos ~x86-solaris" -IUSE="test" - -DEPEND="test? ( =dev-lang/python-2* )" -RDEPEND="" - -src_test() { - cd tests - python2 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-0.53.ebuild b/dev-util/uncrustify/uncrustify-0.57.ebuild index b6160915d505..9fa0fc4a317a 100644 --- a/dev-util/uncrustify/uncrustify-0.53.ebuild +++ b/dev-util/uncrustify/uncrustify-0.57.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.3 2010/07/03 07:36:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.57.ebuild,v 1.1 2010/12/20 13:35:30 grobian Exp $ DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" HOMEPAGE="http://uncrustify.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,5 +21,5 @@ src_test() { src_install() { emake DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS BUGS NEWS README || die "dodoc failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" } |