diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-12-08 11:50:40 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-12-08 11:50:40 +0000 |
commit | 84bbce2061c9a2237a08732056db1045e96288e1 (patch) | |
tree | 87ae2596c43bbf7425208e8bd2b6ebc93aafbdc6 /dev-java/commons-httpclient | |
parent | Ebuilds for 0.5* should have ~arch instead of arch. sorry (diff) | |
download | gentoo-2-84bbce2061c9a2237a08732056db1045e96288e1.tar.gz gentoo-2-84bbce2061c9a2237a08732056db1045e96288e1.tar.bz2 gentoo-2-84bbce2061c9a2237a08732056db1045e96288e1.zip |
commons-httpclient only needs ant-core to compile instead of full ant. Part of bug #110337.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r-- | dev-java/commons-httpclient/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-httpclient/Manifest | 2 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-3.0_rc4.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog index 41e47285e32f..cf1e308ec6f7 100644 --- a/dev-java/commons-httpclient/ChangeLog +++ b/dev-java/commons-httpclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/commons-httpclient # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.24 2005/11/11 23:00:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.25 2005/12/08 11:50:40 betelgeuse Exp $ + + 08 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> + commons-httpclient-3.0_rc4.ebuild: + commons-httpclient only needs ant-core to compile instead of full ant. Part + of bug #110337. 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> commons-httpclient-2.0.2.ebuild: diff --git a/dev-java/commons-httpclient/Manifest b/dev-java/commons-httpclient/Manifest index 97461233a732..a7b22a4dc9ea 100644 --- a/dev-java/commons-httpclient/Manifest +++ b/dev-java/commons-httpclient/Manifest @@ -1,7 +1,7 @@ MD5 76c61282e87dee42eef96d2343678c83 ChangeLog 3639 MD5 85a7cd05a7569930a02041ec5cda33ee commons-httpclient-2.0.1.ebuild 1692 MD5 f4ff23536c978a54310fd4476af75770 commons-httpclient-2.0.2.ebuild 1703 -MD5 3d8517ce16432ac037a2942ca713c02a commons-httpclient-3.0_rc4.ebuild 1418 +MD5 fe23c508f33771c08efddeb7a5b3637a commons-httpclient-3.0_rc4.ebuild 1436 MD5 22c430c6bf50bc578f8095df5fd64cc4 files/digest-commons-httpclient-2.0.1 81 MD5 63acee983ed2a9669cd20bc47743b8d3 files/digest-commons-httpclient-2.0.2 81 MD5 d2322c9e0f16e39e0c351e74433faf6f files/digest-commons-httpclient-3.0_rc4 83 diff --git a/dev-java/commons-httpclient/commons-httpclient-3.0_rc4.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.0_rc4.ebuild index 6799d9932783..3ff79169fbd1 100644 --- a/dev-java/commons-httpclient/commons-httpclient-3.0_rc4.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-3.0_rc4.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-3.0_rc4.ebuild,v 1.1 2005/11/02 14:24:20 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.0_rc4.ebuild,v 1.2 2005/12/08 11:50:40 betelgeuse Exp $ inherit java-pkg eutils @@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.3 DEPEND=">=virtual/jdk-1.3 sys-apps/sed - >=dev-java/ant-1.4 + >=dev-java/ant-core-1.4 junit? ( dev-java/junit ) source? ( app-arch/zip ) ${RDEPEND}" @@ -34,7 +34,7 @@ src_unpack() { mkdir lib && cd lib java-pkg_jar-from commons-logging java-pkg_jar-from commons-codec - java-pkg_jar-from junit + use junit && java-pkg_jar-from junit } src_compile() { |