diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 15:18:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 15:18:47 +0000 |
commit | 70d006b67b7dbe4a514fbdfa7ac0307e2c1e720c (patch) | |
tree | 987191584ee2ec0d895423f4144572e2cb3cbd11 /dev-db | |
parent | Version bump, latest nano (diff) | |
download | gentoo-2-70d006b67b7dbe4a514fbdfa7ac0307e2c1e720c.tar.gz gentoo-2-70d006b67b7dbe4a514fbdfa7ac0307e2c1e720c.tar.bz2 gentoo-2-70d006b67b7dbe4a514fbdfa7ac0307e2c1e720c.zip |
touchups
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/xindice/xindice-1.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/xindice/xindice-1.0.ebuild b/dev-db/xindice/xindice-1.0.ebuild index 488672941fe3..42219d35d52c 100644 --- a/dev-db/xindice/xindice-1.0.ebuild +++ b/dev-db/xindice/xindice-1.0.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0.ebuild,v 1.1 2003/04/11 20:10:21 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0.ebuild,v 1.2 2003/04/25 15:15:04 vapier Exp $ + +inherit eutils DESCRIPTION="A native java XML database" HOMEPAGE="http://xml.apache.org/xindice" SRC_URI="http://xml.apache.org/xindice/dist/xml-xindice-${PV}.tar.gz" -LICENSE="Apache-1.1" +LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=sun-jdk-1.3" - -S="${WORKDIR}/xml-${P}" +DEPEND=">=dev-java/sun-jdk-1.3" -inherit eutils +S=${WORKDIR}/xml-${P} pkg_preinst() { enewgroup xindice || die "Adding group xindice failed" |