diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-06 17:49:16 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-06 17:49:16 +0000 |
commit | 222d23af6d3aa8240d8c37854d9223d26d25191c (patch) | |
tree | 4f434a795de487ae71af2d9dd03f2f91ece1ad88 /dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild | |
parent | Added dom4j for dev-java/sun-jaxp-bin. (diff) | |
download | gentoo-2-222d23af6d3aa8240d8c37854d9223d26d25191c.tar.gz gentoo-2-222d23af6d3aa8240d8c37854d9223d26d25191c.tar.bz2 gentoo-2-222d23af6d3aa8240d8c37854d9223d26d25191c.zip |
Initial version.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild')
-rw-r--r-- | dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild b/dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild new file mode 100644 index 000000000000..3c78bdf93594 --- /dev/null +++ b/dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild,v 1.1 2006/07/06 17:49:16 nelchael Exp $ + +JWSDP_VERSION="2.0" +JWSDP_DESC="Java API for XML Processing" + +inherit java-wsdp + +KEYWORDS="~x86" +IUSE="${IUSE} dom4j" + +DEPEND="${DEPEND} + dev-java/sun-jwsdp-shared-bin + dom4j? ( dev-java/dom4j )" |