diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-12 18:17:42 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-12 18:17:42 +0000 |
commit | 712f92914421c9c0a356247994dca3980f8f9bf1 (patch) | |
tree | e6e38cebd7c55ea9e899270369d1b0f5b32a0345 /dev-java/commons-logging | |
parent | add kerberos. (diff) | |
download | historical-712f92914421c9c0a356247994dca3980f8f9bf1.tar.gz historical-712f92914421c9c0a356247994dca3980f8f9bf1.tar.bz2 historical-712f92914421c9c0a356247994dca3980f8f9bf1.zip |
depend on jikes >= 1.21
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/Manifest | 8 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/commons-logging/Manifest b/dev-java/commons-logging/Manifest index 2a64697ecaed..2142d05b5044 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 db9bdb6bc926e983de5b6a7db00e5235 commons-logging-1.0.4.ebuild 1478 +MD5 4936bf95e93056c6ef5d4d077ac5279a commons-logging-1.0.4.ebuild 1485 MD5 0ee0714910a381978bbed964a06905e2 ChangeLog 3184 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 1e62b8a1770a8f7d817420e0c0d5f651 files/digest-commons-logging-1.0.4 77 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBQgUT/rLF9B432nYRAtuLAJ9DqARk0EudPGchdXHHRCzf3V96ngCgkJSV -jmDHm9ua+Q2c6QMdG1Id2Uc= -=hTUj +iD8DBQFBbB/W/rLF9B432nYRAqULAJ9UJsf3yQ8Hrz8ob35cp4HW0G1QOQCfWDKf +Vswg0NwXfJOfsR01f4metcw= +=Lo5o -----END PGP SIGNATURE----- diff --git a/dev-java/commons-logging/commons-logging-1.0.4.ebuild b/dev-java/commons-logging/commons-logging-1.0.4.ebuild index 2ae8f2f0219f..3d3d6cbe6791 100644 --- a/dev-java/commons-logging/commons-logging-1.0.4.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.7 2004/09/10 19:47:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.8 2004/10/12 18:17:42 axxo Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/logging/source/${PN}-${PV}-src.tar.gz" DEPEND=">=dev-java/log4j-1.2.5 dev-java/avalon-logkit-bin >=dev-java/ant-core-1.4 - jikes? ( dev-java/jikes ) + jikes? ( >=dev-java/jikes-1.21 ) junit? ( >=dev-java/junit-3.7 >=virtual/jdk-1.4 ) !junit? ( >=virtual/jdk-1.3 )" RDEPEND=">=virtual/jdk-1.3" |