summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-10 19:49:44 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-10 19:49:44 +0000
commitfe961a9171ea12d2f8453057a6d587b86b499ddb (patch)
tree0994290cc93594df6605ba1d2abfb0917972261f /dev-java/commons-net
parentVersion bump (diff)
downloadgentoo-2-fe961a9171ea12d2f8453057a6d587b86b499ddb.tar.gz
gentoo-2-fe961a9171ea12d2f8453057a6d587b86b499ddb.tar.bz2
gentoo-2-fe961a9171ea12d2f8453057a6d587b86b499ddb.zip
changed dependenciess to ant-core
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r--dev-java/commons-net/ChangeLog5
-rw-r--r--dev-java/commons-net/Manifest14
-rw-r--r--dev-java/commons-net/commons-net-1.2.2.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog
index 244a37830b73..95051ddcc0c1 100644
--- a/dev-java/commons-net/ChangeLog
+++ b/dev-java/commons-net/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-net
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.14 2004/08/27 19:49:10 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.15 2004/09/10 19:47:35 axxo Exp $
+
+ 10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> commons-net-1.2.2.ebuild:
+ changed dependenciess to ant-core
27 Aug 2004; <SeJo@gentoo.org> commons-net-1.2.2.ebuild:
stable on ppc
diff --git a/dev-java/commons-net/Manifest b/dev-java/commons-net/Manifest
index a386c748d9c5..bbe5b526671e 100644
--- a/dev-java/commons-net/Manifest
+++ b/dev-java/commons-net/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 536f5a9a255dae15f28514ac3c745651 commons-net-1.2.2.ebuild 1250
-MD5 4dfe8b9562c13f2e96197848d1144dd1 ChangeLog 1735
+MD5 8508210cbe2053a3410f975d5cef539a commons-net-1.2.2.ebuild 1255
+MD5 0ad6b3720a95d5af74e531d7c2c3994a ChangeLog 1847
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
MD5 e2628a3419f04cdb65cb4a3caad1c9df files/gentoo.diff 4678
MD5 cd5dd0f16006dfa0491e9fb71981d402 files/gentoo-1.2.diff 3152
MD5 fb9978c1444923f864212fcb8914da67 files/digest-commons-net-1.2.2 73
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBOcXl/rLF9B432nYRAp8jAKCeYuGr5sGEY0FXQ1Dj98UW+bahqwCgt1Nq
-/wYtmZgPSzqArbULafEHXfg=
-=se7g
------END PGP SIGNATURE-----
diff --git a/dev-java/commons-net/commons-net-1.2.2.ebuild b/dev-java/commons-net/commons-net-1.2.2.ebuild
index 1508876cabcc..eec7f232c2fb 100644
--- a/dev-java/commons-net/commons-net-1.2.2.ebuild
+++ b/dev-java/commons-net/commons-net-1.2.2.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-net/commons-net-1.2.2.ebuild,v 1.7 2004/08/27 19:50:48 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2.ebuild,v 1.8 2004/09/10 19:47:35 axxo Exp $
inherit eutils java-pkg
@@ -8,7 +8,7 @@ DESCRIPTION="The purpose of the library is to provide fundamental protocol acces
HOMEPAGE="http://jakarta.apache.org/commons/net/"
SRC_URI="mirror://apache/jakarta/commons/net/source/${P}-src.tar.gz"
DEPEND=">=virtual/jdk-1.3
- >=dev-java/ant-1.5.4
+ >=dev-java/ant-core-1.5.4
>=dev-java/oro-2.0.7"
RDEPEND=">=virtual/jdk-1.3"
LICENSE="Apache-2.0"