diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:52:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:52:55 +0000 |
commit | 72cab9ef05387e778b9c2dd2f8ba0b5e0988fd80 (patch) | |
tree | 9f0cc009f651099e4bc53d8fda9e5d11e6cb1ee8 /dev-java/fop-bin | |
parent | touchups (diff) | |
download | gentoo-2-72cab9ef05387e778b9c2dd2f8ba0b5e0988fd80.tar.gz gentoo-2-72cab9ef05387e778b9c2dd2f8ba0b5e0988fd80.tar.bz2 gentoo-2-72cab9ef05387e778b9c2dd2f8ba0b5e0988fd80.zip |
touchups
Diffstat (limited to 'dev-java/fop-bin')
-rw-r--r-- | dev-java/fop-bin/fop-bin-0.20.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/fop-bin/fop-bin-0.20.4.ebuild b/dev-java/fop-bin/fop-bin-0.20.4.ebuild index 8fda42b1dc4f..d44377896b80 100644 --- a/dev-java/fop-bin/fop-bin-0.20.4.ebuild +++ b/dev-java/fop-bin/fop-bin-0.20.4.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop-bin/fop-bin-0.20.4.ebuild,v 1.2 2003/02/13 10:09:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop-bin/fop-bin-0.20.4.ebuild,v 1.3 2003/03/01 04:51:11 vapier Exp $ P=${P/-bin/} PN=${PN/-bin/} DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" SRC_URI="http://xml.apache.org/dist/fop/${P}-bin.tar.gz" HOMEPAGE="http://xml.apache.org/fop/" -LICENSE="Apache-1.1" +LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~x86" + DEPEND=">=virtual/jdk-1.4" -IUSE="" src_install() { sed '2itest "$FOP_HOME" || FOP_HOME=/usr/share/fop/' fop.sh > fop |