From 70d006b67b7dbe4a514fbdfa7ac0307e2c1e720c Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Fri, 25 Apr 2003 15:18:47 +0000 Subject: touchups --- dev-db/xindice/xindice-1.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-db') 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" -- cgit v1.2.3-65-gdbad