diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-06 18:06:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-06 18:06:41 +0000 |
commit | e706b8e783a178089ee72fcdb488354888c01066 (patch) | |
tree | 055f96d9ec49c23fe7dbe19977c91a7d7ec17b61 /dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild | |
parent | Version bump. (diff) | |
download | historical-e706b8e783a178089ee72fcdb488354888c01066.tar.gz historical-e706b8e783a178089ee72fcdb488354888c01066.tar.bz2 historical-e706b8e783a178089ee72fcdb488354888c01066.zip |
Initial version.
Package-Manager: portage-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 )" |