diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-23 07:55:40 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-23 07:55:40 +0000 |
commit | c3f28c90fce9aecb50f7345149b3290a988fcfb5 (patch) | |
tree | 13aa382c8ae59cd329e7575aa5389d91fd25b497 /dev-java/ant-antlr | |
parent | Remove old. (diff) | |
download | historical-c3f28c90fce9aecb50f7345149b3290a988fcfb5.tar.gz historical-c3f28c90fce9aecb50f7345149b3290a988fcfb5.tar.bz2 historical-c3f28c90fce9aecb50f7345149b3290a988fcfb5.zip |
ppc stable (bug 417909).
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ant-antlr')
-rw-r--r-- | dev-java/ant-antlr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-antlr/ant-antlr-1.8.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/ant-antlr/ChangeLog b/dev-java/ant-antlr/ChangeLog index 7e359a796a76..fc1e0d04733e 100644 --- a/dev-java/ant-antlr/ChangeLog +++ b/dev-java/ant-antlr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant-antlr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ChangeLog,v 1.41 2012/06/11 13:00:20 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ChangeLog,v 1.42 2012/08/23 07:54:25 xmw Exp $ + + 23 Aug 2012; Michael Weber <xmw@gentoo.org> ant-antlr-1.8.4.ebuild: + ppc stable (bug 417909). 11 Jun 2012; Johannes Huber <johu@gentoo.org> ant-antlr-1.8.4.ebuild: Stable for x86, wrt bug #417909 @@ -150,4 +153,3 @@ 21 Jan 2007; Vlastimil Babka <caster@gentoo.org> +metadata.xml, +ant-antlr-1.7.0.ebuild: New package, part of split-ant-1.7.0, bug #159820. - diff --git a/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild b/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild index a2e6884e8b8c..413b92a0bbb5 100644 --- a/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild +++ b/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild,v 1.3 2012/06/11 13:00:20 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.8.4.ebuild,v 1.4 2012/08/23 07:54:25 xmw Exp $ EAPI="4" @@ -10,7 +10,7 @@ ANT_TASK_DEPNAME="" inherit ant-tasks DESCRIPTION="Apache Ant's optional tasks for Antlr" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-java/antlr-2.7.5-r3:0[java]" |