diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-14 14:23:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-14 14:23:53 +0000 |
commit | a9fcf28900a91dc68c8c0c8b6ffaf8fbab0330f1 (patch) | |
tree | c6c3cf16dcfaed3cb6592401ddfdeaf223d0c117 /dev-util/uncrustify | |
parent | Fix dependencies and LICENSE. (diff) | |
download | gentoo-2-a9fcf28900a91dc68c8c0c8b6ffaf8fbab0330f1.tar.gz gentoo-2-a9fcf28900a91dc68c8c0c8b6ffaf8fbab0330f1.tar.bz2 gentoo-2-a9fcf28900a91dc68c8c0c8b6ffaf8fbab0330f1.zip |
Version bump
(Portage version: 2.2.01.20271-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.55.ebuild | 25 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.59.ebuild (renamed from dev-util/uncrustify/uncrustify-0.56.ebuild) | 4 |
3 files changed, 9 insertions, 28 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 0a1b4250bd20..4ce0c4dfdf06 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/uncrustify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.15 2012/01/28 15:31:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.16 2012/03/14 14:23:53 grobian Exp $ + +*uncrustify-0.59 (14 Mar 2012) + + 14 Mar 2012; Fabian Groffen <grobian@gentoo.org> +uncrustify-0.59.ebuild, + -uncrustify-0.55.ebuild, -uncrustify-0.56.ebuild: + Version bump 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> uncrustify-0.58.ebuild: x86 stable wrt bug #400353 diff --git a/dev-util/uncrustify/uncrustify-0.55.ebuild b/dev-util/uncrustify/uncrustify-0.55.ebuild deleted file mode 100644 index 479761a108e7..000000000000 --- a/dev-util/uncrustify/uncrustify-0.55.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.55.ebuild,v 1.4 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}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~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 ChangeLog NEWS README || die "dodoc failed" -} diff --git a/dev-util/uncrustify/uncrustify-0.56.ebuild b/dev-util/uncrustify/uncrustify-0.59.ebuild index 5f09847721d7..d3b3699e8133 100644 --- a/dev-util/uncrustify/uncrustify-0.56.ebuild +++ b/dev-util/uncrustify/uncrustify-0.59.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.56.ebuild,v 1.2 2010/07/03 07:36:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.1 2012/03/14 14:23:53 grobian Exp $ DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" HOMEPAGE="http://uncrustify.sourceforge.net/" |