Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75661
Collapse All | Expand All

(-)/usr/portage/dev-java/commons-cli/commons-cli-1.0-r4.ebuild (-3 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.0-r4.ebuild,v 1.5 2004/12/18 09:39:23 corsair Exp $
3
# $Header: $
4
4
5
inherit java-pkg eutils
5
inherit java-pkg eutils
6
6
Lines 8-18 Link Here
8
HOMEPAGE="http://jakarta.apache.org/commons/cli/"
8
HOMEPAGE="http://jakarta.apache.org/commons/cli/"
9
SRC_URI="mirror://apache/jakarta/commons/cli/source/cli-${PV}-src.tar.gz"
9
SRC_URI="mirror://apache/jakarta/commons/cli/source/cli-${PV}-src.tar.gz"
10
DEPEND=">=virtual/jdk-1.3
10
DEPEND=">=virtual/jdk-1.3
11
	junit? ( >=dev-java/junit-3.7 )
11
	>=dev-java/ant-1.4
12
	>=dev-java/ant-1.4
12
	>=dev-java/commons-logging-1.0
13
	>=dev-java/commons-logging-1.0
13
	>=dev-java/junit-3.7
14
	>=dev-java/commons-lang-1.0"
14
	>=dev-java/commons-lang-1.0"
15
RDEPEND=">=virtual/jdk-1.3"
15
RDEPEND=">=virtual/jre-1.3"
16
LICENSE="Apache-1.1"
16
LICENSE="Apache-1.1"
17
SLOT="1"
17
SLOT="1"
18
KEYWORDS="x86 sparc ppc amd64 ~ppc64"
18
KEYWORDS="x86 sparc ppc amd64 ~ppc64"

Return to bug 75661