diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 07:39:32 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 07:39:32 +0000 |
commit | 6a9f426f6b73d4561a29f7b0efa26d734c84a8be (patch) | |
tree | d7f8de89b3c3edf2e9a9fd3d7d1d1a77e7848dfc /dev-java/ant | |
parent | Big cleanup, 1.8 stable (Manifest recommit) (diff) | |
download | gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.tar.gz gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.tar.bz2 gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.zip |
added amd64 to 1.5.4-r1. moved ant-1.6.0 into package.mask because of failing <PropertyTask>.
Diffstat (limited to 'dev-java/ant')
-rw-r--r-- | dev-java/ant/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/ant/ant-1.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/ant/ant-1.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/ant/ant-1.6.0-r3.ebuild | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index d63cc2e49a36..33883eb8720a 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/ant # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.52 2004/02/16 11:23:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.53 2004/02/25 07:39:32 absinthe Exp $ + + 25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> ant-1.5.4-r1.ebuild, + ant-1.6.0-r2.ebuild, ant-1.6.0-r3.ebuild: + Added amd64 keyword to ant-1.5.4-r1. removed ~ppc from 1.6.0-r3 due to bad + dependencies. 1.6.0 seems broken for PropertyFile tasks anyway, so it is + being moved into package.mask. 16 Feb 2004; David Holm <dholm@gentoo.org> ant-1.6.0-r3.ebuild: Ok, lets try adding this to ~ppc one more time. Someone needs a lecture in CVS diff --git a/dev-java/ant/ant-1.5.4-r1.ebuild b/dev-java/ant/ant-1.5.4-r1.ebuild index b5289c919c8f..97f80e5b0335 100644 --- a/dev-java/ant/ant-1.5.4-r1.ebuild +++ b/dev-java/ant/ant-1.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.5.4-r1.ebuild,v 1.6 2004/02/10 06:15:09 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.5.4-r1.ebuild,v 1.7 2004/02/25 07:39:32 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/ant/source/apache-${PN}-${PV}-src.tar.bz2" HOMEPAGE="http://ant.apache.org" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" DEPEND="virtual/glibc >=virtual/jdk-1.3" RDEPEND=">=virtual/jdk-1.3 diff --git a/dev-java/ant/ant-1.6.0-r2.ebuild b/dev-java/ant/ant-1.6.0-r2.ebuild index e049551e0a38..688e8ab04590 100644 --- a/dev-java/ant/ant-1.6.0-r2.ebuild +++ b/dev-java/ant/ant-1.6.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r2.ebuild,v 1.3 2004/01/20 04:24:24 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r2.ebuild,v 1.4 2004/02/25 07:39:32 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/ant/source/apache-${PN}-${PV}-src.tar.bz2" HOMEPAGE="http://ant.apache.org" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86" DEPEND="virtual/glibc >=virtual/jdk-1.4 >=dev-java/java-config-1.2" diff --git a/dev-java/ant/ant-1.6.0-r3.ebuild b/dev-java/ant/ant-1.6.0-r3.ebuild index f487eae337f3..04bfa96eee81 100644 --- a/dev-java/ant/ant-1.6.0-r3.ebuild +++ b/dev-java/ant/ant-1.6.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r3.ebuild,v 1.5 2004/02/16 11:23:26 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r3.ebuild,v 1.6 2004/02/25 07:39:32 absinthe Exp $ inherit java-pkg @@ -9,7 +9,7 @@ SRC_URI="mirror://apache/ant/source/apache-${PN}-${PV}-src.tar.bz2" HOMEPAGE="http://ant.apache.org" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="~amd64 ~x86" DEPEND="virtual/glibc >=virtual/jdk-1.4 >=dev-java/java-config-1.2 |