diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 15:15:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 15:15:04 +0000 |
commit | 7e359de5662ed763af2aa4b1a83ebe5751702b78 (patch) | |
tree | ff5a4299542499ede7ce471d7bfe5585ab8dcb5a /dev-db/xindice | |
parent | Version bump, latest nano (diff) | |
download | historical-7e359de5662ed763af2aa4b1a83ebe5751702b78.tar.gz historical-7e359de5662ed763af2aa4b1a83ebe5751702b78.tar.bz2 historical-7e359de5662ed763af2aa4b1a83ebe5751702b78.zip |
touchups
Diffstat (limited to 'dev-db/xindice')
-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" |