summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-21 20:08:57 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-21 20:08:57 +0000
commit644c51f3876624735a6d4cc7571e5a6e32356bfb (patch)
tree87efaa0d59b47e35981408382a574eeb71ce8158 /dev-java/fop-bin/fop-bin-0.20.4.ebuild
parentpartysip won't compile with >=libosip-2.0.7, changing dependency to ~libosip-... (diff)
downloadhistorical-644c51f3876624735a6d4cc7571e5a6e32356bfb.tar.gz
historical-644c51f3876624735a6d4cc7571e5a6e32356bfb.tar.bz2
historical-644c51f3876624735a6d4cc7571e5a6e32356bfb.zip
removed in favor of dev-java/fop
Diffstat (limited to 'dev-java/fop-bin/fop-bin-0.20.4.ebuild')
-rw-r--r--dev-java/fop-bin/fop-bin-0.20.4.ebuild29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index 8f9329c49e70..000000000000
--- a/dev-java/fop-bin/fop-bin-0.20.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.9 2004/07/14 01:53:24 agriffis Exp $
-
-MY_P=${P/-bin/}
-DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL"
-SRC_URI="http://xml.apache.org/dist/fop/${MY_P}-bin.tar.gz"
-HOMEPAGE="http://xml.apache.org/fop/"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- !dev-java/fop"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- sed '2itest "$FOP_HOME" || FOP_HOME=/usr/share/fop/' fop.sh > fop
- exeinto /usr/bin
- doexe fop
-
- env PN=${PN/-bin/} dojar lib/*.jar build/*.jar
- dodoc LICENSE README CHANGES ReleaseNotes.html STATUS
- dodoc lib/*.txt docs/*.pdf conf/*
- dohtml -r docs/html-docs/*
-}