diff options
author | 2008-01-20 23:22:01 +0000 | |
---|---|---|
committer | 2008-01-20 23:22:01 +0000 | |
commit | e44fc9fcb6abadded086f1dd397bc282485bfe49 (patch) | |
tree | 2defbb5db7b930f2974def8c561ab5f8c04de47c | |
parent | Use EAPI=1 to match only slot 0 of junit. (diff) | |
download | historical-e44fc9fcb6abadded086f1dd397bc282485bfe49.tar.gz historical-e44fc9fcb6abadded086f1dd397bc282485bfe49.tar.bz2 historical-e44fc9fcb6abadded086f1dd397bc282485bfe49.zip |
Use EAPI=1 to match only slot 0 of dev-java/junit.
Package-Manager: portage-2.1.4
-rw-r--r-- | dev-java/ant-tasks/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-java/ant-tasks/ChangeLog b/dev-java/ant-tasks/ChangeLog index 97c77aa6313b..2425d43942de 100644 --- a/dev-java/ant-tasks/ChangeLog +++ b/dev-java/ant-tasks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-tasks # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.76 2008/01/19 13:43:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.77 2008/01/20 23:22:01 betelgeuse Exp $ + + 20 Jan 2008; Petteri Räty <betelgeuse@gentoo.org> + ant-tasks-1.6.5-r4.ebuild: + Use EAPI=1 to match only slot 0 of dev-java/junit. 19 Jan 2008; nixnut <nixnut@gentoo.org> ant-tasks-1.7.0-r4.ebuild: Stable on ppc wrt bug 177362 diff --git a/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild b/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild index aa7a8363144b..da444064dedb 100644 --- a/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild +++ b/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild,v 1.5 2007/11/03 02:52:30 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.6.5-r4.ebuild,v 1.6 2008/01/20 23:22:01 betelgeuse Exp $ + +EAPI=1 inherit java-pkg-2 eutils @@ -17,7 +19,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="javamail noantlr nobcel nobeanutils nobsh nobsf nocommonsnet nocommonslogging nojdepend nojsch nojython nolog4j nooro noregexp norhino noxalan noxerces" CDEPEND="=dev-java/ant-core-${PV}* - >=dev-java/junit-3.8 + dev-java/junit:0 !nolog4j? ( >=dev-java/log4j-1.2.8 ) !noxerces? ( >=dev-java/xerces-2.7.1 =dev-java/xml-commons-external-1.3* ) !noxalan? ( >=dev-java/xalan-2.5.2 ) |