Lines 1-6
Link Here
|
1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 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/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/dev-java/jaxme/jaxme-0.3.1-r1.ebuild,v 1.1 2006/07/27 20:26:58 nelchael Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxme/jaxme-0.3.1-r1.ebuild,v 1.1 2006/07/27 20:26:58 nelchael Exp $ |
4 |
|
4 |
|
5 |
inherit java-pkg-2 java-ant-2 eutils |
5 |
inherit java-pkg-2 java-ant-2 eutils |
6 |
|
6 |
|
Lines 15-27
Link Here
|
15 |
KEYWORDS="~amd64 ~ppc ~x86" |
15 |
KEYWORDS="~amd64 ~ppc ~x86" |
16 |
IUSE="doc source" |
16 |
IUSE="doc source" |
17 |
|
17 |
|
18 |
RDEPEND=">=virtual/jre-1.4 |
18 |
RDEPEND="=virtual/jre-1.4* |
19 |
dev-db/hsqldb |
19 |
dev-db/hsqldb |
20 |
>=dev-java/xerces-2.6 |
20 |
>=dev-java/xerces-2.6 |
21 |
dev-java/junit |
21 |
dev-java/junit |
22 |
>=dev-java/log4j-1.2.8 |
22 |
>=dev-java/log4j-1.2.8 |
23 |
dev-java/xmldb" |
23 |
dev-java/xmldb" |
24 |
DEPEND=">=virtual/jdk-1.4 |
24 |
DEPEND="=virtual/jdk-1.4* |
25 |
dev-java/ant-core |
25 |
dev-java/ant-core |
26 |
${RDEPEND}" |
26 |
${RDEPEND}" |
27 |
|
27 |
|