diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-08-23 07:37:23 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-08-23 07:37:23 +0000 |
commit | 10435e6fd2519d100805c9de583f5ab2595006d0 (patch) | |
tree | 20e7c89d3559011cfcf6d1cd6cffe295a29b9147 /dev-db/xindice | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-10435e6fd2519d100805c9de583f5ab2595006d0.tar.gz gentoo-2-10435e6fd2519d100805c9de583f5ab2595006d0.tar.bz2 gentoo-2-10435e6fd2519d100805c9de583f5ab2595006d0.zip |
Moving warning about JDK to pkg_setup
Diffstat (limited to 'dev-db/xindice')
-rw-r--r-- | dev-db/xindice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/xindice/xindice-1.0-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-db/xindice/ChangeLog b/dev-db/xindice/ChangeLog index f705ba3bf12a..d379782c6d00 100644 --- a/dev-db/xindice/ChangeLog +++ b/dev-db/xindice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/xindice # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.4 2004/06/24 22:02:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.5 2004/08/23 07:37:23 phosphan Exp $ + + 23 Aug 2004; Patrick Kursawe <phosphan@gentoo.org> xindice-1.0-r1.ebuild: + Warning about JVM in setup now *xindice-1.0-r1 (24 Feb 2004) diff --git a/dev-db/xindice/xindice-1.0-r1.ebuild b/dev-db/xindice/xindice-1.0-r1.ebuild index 404700aad3b5..90420f5aa0b4 100644 --- a/dev-db/xindice/xindice-1.0-r1.ebuild +++ b/dev-db/xindice/xindice-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r1.ebuild,v 1.2 2004/06/24 22:02:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r1.ebuild,v 1.3 2004/08/23 07:37:23 phosphan Exp $ inherit eutils @@ -20,6 +20,9 @@ S=${WORKDIR}/xml-${P} pkg_preinst() { enewgroup xindice || die "Adding group xindice failed" enewuser xindice -1 /bin/sh /var/run/xindice xindice || die "Adding user xindice failed" +} + +pkg_setup() { ewarn "This has only been tested with Sun's JDK!" ewarn "Good luck if you use another VM" } |