summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-01-10 03:25:17 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-01-10 03:25:17 +0000
commit3880962a14d6c484a49eeeff85ff3f7304d6d69e (patch)
treea82b30559dbfa6ddf27fefa9087efc361bfaccf9 /dev-java
parentremove old and unused patches (Manifest recommit) (diff)
downloadgentoo-2-3880962a14d6c484a49eeeff85ff3f7304d6d69e.tar.gz
gentoo-2-3880962a14d6c484a49eeeff85ff3f7304d6d69e.tar.bz2
gentoo-2-3880962a14d6c484a49eeeff85ff3f7304d6d69e.zip
DEPEND on junit if USE=junit.
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-net/ChangeLog6
-rw-r--r--dev-java/commons-net/commons-net-1.3.0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog
index f7208e81faf1..dc73603a811a 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.21 2005/01/01 18:19:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.22 2005/01/10 03:25:17 robbat2 Exp $
+
+ 09 Jan 2005; Robin H. Johnson <robbat2@gentoo.org>
+ commons-net-1.3.0.ebuild:
+ DEPEND on junit if USE=junit.
22 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
commons-net-1.3.0.ebuild:
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 9e69e2d3c552..60ecef72d035 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.4 2005/01/01 18:19:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.3.0.ebuild,v 1.5 2005/01/10 03:25:17 robbat2 Exp $
inherit eutils java-pkg
@@ -9,7 +9,8 @@ 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"
+ >=dev-java/oro-2.0.7
+ junit? ( dev-java/junit )"
RDEPEND=">=virtual/jdk-1.3"
LICENSE="Apache-2.0"
SLOT="0"