diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 13:06:10 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 13:06:10 +0000 |
commit | ac38c177b1a6a804b06b6455cbcd2aef09992dd1 (patch) | |
tree | c4b3610f11ebcf1bc06fdda2736efff4d3afcefb /dev-util/astyle | |
parent | new version for silva 1.1.4 (diff) | |
download | historical-ac38c177b1a6a804b06b6455cbcd2aef09992dd1.tar.gz historical-ac38c177b1a6a804b06b6455cbcd2aef09992dd1.tar.bz2 historical-ac38c177b1a6a804b06b6455cbcd2aef09992dd1.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/astyle/astyle-1.15.3-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog index 0b813c72e2ac..886e01927fcd 100644 --- a/dev-util/astyle/ChangeLog +++ b/dev-util/astyle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/astyle -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.11 2004/11/08 21:36:33 kloeri Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.12 2005/04/24 12:41:17 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + astyle-1.15.3-r1.ebuild: + Stable on ppc. 08 Nov 2004; Bryan Ăstergaard <kloeri@gentoo.org> astyle-1.15.3-r1.ebuild, astyle-1.15.3.ebuild: diff --git a/dev-util/astyle/astyle-1.15.3-r1.ebuild b/dev-util/astyle/astyle-1.15.3-r1.ebuild index 4a577ad82a7a..8f451eaa9133 100644 --- a/dev-util/astyle/astyle-1.15.3-r1.ebuild +++ b/dev-util/astyle/astyle-1.15.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild,v 1.6 2004/11/08 21:36:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild,v 1.7 2005/04/24 12:41:18 hansmi Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}.zip" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha" +KEYWORDS="x86 ppc sparc ~alpha" IUSE="" DEPEND=">=app-arch/unzip-5.42" |