diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-21 15:01:55 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-21 15:01:55 +0000 |
commit | 8d12714dcea2abb8e86cd91f1f9991c588f99bc7 (patch) | |
tree | 42732ac886b61ad203febc5d46495cb96fef17b6 | |
parent | commons-discovery does not need the full ant - only ant-core. Also removed do... (diff) | |
download | historical-8d12714dcea2abb8e86cd91f1f9991c588f99bc7.tar.gz historical-8d12714dcea2abb8e86cd91f1f9991c588f99bc7.tar.bz2 historical-8d12714dcea2abb8e86cd91f1f9991c588f99bc7.zip |
commons-httpclient only needs ant-core
Package-Manager: portage-2.0.53_rc6
-rw-r--r-- | dev-java/commons-httpclient/Manifest | 14 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-java/commons-httpclient/Manifest b/dev-java/commons-httpclient/Manifest index 0e48f359064e..dded68bf4b39 100644 --- a/dev-java/commons-httpclient/Manifest +++ b/dev-java/commons-httpclient/Manifest @@ -1,22 +1,22 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 18ee6015da930d1e15dbcc4a94cbcc19 commons-httpclient-3.0_rc3.ebuild 1418 -MD5 f215eff9ad84b6f0e35f0a1ccf8a794c commons-httpclient-2.0.2.ebuild 1697 -MD5 85a7cd05a7569930a02041ec5cda33ee commons-httpclient-2.0.1.ebuild 1692 MD5 bcd30b640140aeb80e1107cbd5a88d10 ChangeLog 3254 +MD5 85a7cd05a7569930a02041ec5cda33ee commons-httpclient-2.0.1.ebuild 1692 +MD5 94cb3b6f257ce9c601940d42f3f71aec commons-httpclient-2.0.2.ebuild 1708 MD5 a1a4765cad5d775260e5cbc9553cfbb7 commons-httpclient-3.0_rc1.ebuild 1421 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 18ee6015da930d1e15dbcc4a94cbcc19 commons-httpclient-3.0_rc3.ebuild 1418 MD5 22c430c6bf50bc578f8095df5fd64cc4 files/digest-commons-httpclient-2.0.1 81 MD5 63acee983ed2a9669cd20bc47743b8d3 files/digest-commons-httpclient-2.0.2 81 MD5 0f992c1cc59ac83b50ecb76e46e4cedd files/digest-commons-httpclient-3.0_rc1 83 MD5 14cc53f92e92bd2504de2e82758f8532 files/digest-commons-httpclient-3.0_rc3 83 MD5 35bcb566781a909ae25bac9979bf497c files/gentoo.diff 444 MD5 20316ee59dc3bf35dd5c04778ae6882f files/jikes.diff 955 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDLY4r/rLF9B432nYRAimNAJ4tW66/RWz6DCFflBxUuMlcbkzTDwCgvT0h -aJN4+5mxAP2jxL2yCsoOgyU= -=6uku +iD8DBQFDWQMmQiJ/wx066S4RAoybAJ9w+BbZhzwvC1KVEgaUo638SY9lzgCfY/uP +Mrr5waNZfgUvghm599Yqgw4= +=n3n/ -----END PGP SIGNATURE----- diff --git a/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild b/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild index 6c4f56d6b8e0..68f7c4ae7227 100644 --- a/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild,v 1.8 2005/07/10 13:01:54 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-2.0.2.ebuild,v 1.9 2005/10/21 15:01:55 betelgeuse Exp $ inherit java-pkg eutils @@ -20,7 +20,7 @@ RDEPEND=">=virtual/jre-1.3 DEPEND=">=virtual/jdk-1.3 ${RDEPEND} sys-apps/sed - >=dev-java/ant-1.4 + >=dev-java/ant-core-1.4 source? ( app-arch/zip ) jikes? ( dev-java/jikes )" |