summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-24 21:39:25 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-24 21:39:25 +0000
commitdde158251070e9aef7f6a9bba09d2f56e0a4774c (patch)
treea289252df310c97a44f5eee3f0955ee7f1a61e89 /dev-util/uncrustify
parentstable amd64, bug 324571 (diff)
downloadgentoo-2-dde158251070e9aef7f6a9bba09d2f56e0a4774c.tar.gz
gentoo-2-dde158251070e9aef7f6a9bba09d2f56e0a4774c.tar.bz2
gentoo-2-dde158251070e9aef7f6a9bba09d2f56e0a4774c.zip
stable amd64, bug 323221
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/ChangeLog5
-rw-r--r--dev-util/uncrustify/uncrustify-0.55.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog
index 8c9febd01b0f..5ddfb7b386ba 100644
--- a/dev-util/uncrustify/ChangeLog
+++ b/dev-util/uncrustify/ChangeLog
@@ -1,6 +1,9 @@
# 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.6 2010/06/08 17:43:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.7 2010/06/24 21:39:25 pacho Exp $
+
+ 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> uncrustify-0.55.ebuild:
+ stable amd64, bug 323221
*uncrustify-0.56 (08 Jun 2010)
diff --git a/dev-util/uncrustify/uncrustify-0.55.ebuild b/dev-util/uncrustify/uncrustify-0.55.ebuild
index fdbc5a700ccf..98a9e3a202d0 100644
--- a/dev-util/uncrustify/uncrustify-0.55.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.55.ebuild
@@ -1,6 +1,6 @@
# 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.1 2010/02/09 21:01:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.2 2010/06/24 21:39:25 pacho Exp $
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
IUSE="test"
DEPEND="test? ( dev-lang/python )"