summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-20 18:12:46 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-20 18:12:46 +0000
commit8caa22846d8bf3a6005a1b0af8a241c97beb325a (patch)
tree40e2b0f9e4cb3718b306be84ab25736fded8bad1 /dev-java/commons-net
parentStable amd64 for 2005.0. (diff)
downloadhistorical-8caa22846d8bf3a6005a1b0af8a241c97beb325a.tar.gz
historical-8caa22846d8bf3a6005a1b0af8a241c97beb325a.tar.bz2
historical-8caa22846d8bf3a6005a1b0af8a241c97beb325a.zip
added missing jikes dependency. see #78819.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r--dev-java/commons-net/ChangeLog6
-rw-r--r--dev-java/commons-net/commons-net-1.2.2.ebuild7
-rw-r--r--dev-java/commons-net/commons-net-1.3.0.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog
index f4171c0a63c9..4fa163e0e2f3 100644
--- a/dev-java/commons-net/ChangeLog
+++ b/dev-java/commons-net/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-net
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.23 2005/01/11 17:27:18 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.24 2005/01/20 18:10:31 luckyduck Exp $
+
+ 20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> commons-net-1.2.2.ebuild,
+ commons-net-1.3.0.ebuild:
+ added missing jikes dependency. see #78819.
11 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> commons-net-1.3.0.ebuild:
fixed a dependency problem with junit/ant-tasks. also see bug #76534.
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 02a16802673e..8987f6551e6f 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-2005 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.11 2005/01/01 18:19:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2.ebuild,v 1.12 2005/01/20 18:10:31 luckyduck Exp $
inherit eutils java-pkg
@@ -9,8 +9,9 @@ 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-core-1.5.4
- >=dev-java/oro-2.0.7"
-RDEPEND=">=virtual/jdk-1.3"
+ >=dev-java/oro-2.0.7
+ jikes? ( dev-java/jikes )"
+RDEPEND=">=virtual/jre-1.3"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="x86 sparc ppc amd64"
diff --git a/dev-java/commons-net/commons-net-1.3.0.ebuild b/dev-java/commons-net/commons-net-1.3.0.ebuild
index d17b1996e876..8b1b91114b91 100644
--- a/dev-java/commons-net/commons-net-1.3.0.ebuild
+++ b/dev-java/commons-net/commons-net-1.3.0.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-net/commons-net-1.3.0.ebuild,v 1.6 2005/01/11 17:27:18 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.3.0.ebuild,v 1.7 2005/01/20 18:10:31 luckyduck Exp $
inherit eutils java-pkg
@@ -10,8 +10,9 @@ SRC_URI="mirror://apache/jakarta/commons/net/source/${P}-src.tar.gz"
DEPEND=">=virtual/jdk-1.3
>=dev-java/ant-core-1.5.4
>=dev-java/oro-2.0.7
- junit? ( dev-java/junit )"
-RDEPEND=">=virtual/jdk-1.3"
+ junit? ( dev-java/junit )
+ jikes? ( dev-java/jikes )"
+RDEPEND=">=virtual/jre-1.3"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~amd64 ~ppc64"