summaryrefslogtreecommitdiff
path: root/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
authorMichael Krelin <hacker@klever.net>2007-02-21 22:10:09 (UTC)
committer Michael Krelin <hacker@klever.net>2007-02-21 22:10:09 (UTC)
commit48d0235ef627e7bc0b51920e08111cdda210629d (patch) (side-by-side diff)
treedaad054f8906184c3c7909251813ec4a377dd3a2 /app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
parent2c0667333416d9ecc74c92475c67d0e160921ff9 (diff)
downloadmisc-48d0235ef627e7bc0b51920e08111cdda210629d.zip
misc-48d0235ef627e7bc0b51920e08111cdda210629d.tar.gz
misc-48d0235ef627e7bc0b51920e08111cdda210629d.tar.bz2
offo-hyphenation-fop
Diffstat (limited to 'app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r--app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild b/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
new file mode 100644
index 0000000..6f2f407
--- a/dev/null
+++ b/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="Hyphenation patterns for FOP"
+HOMEPAGE="http://offo.sourceforge.net/"
+SRC_URI="mirror://sourceforge/offo/${P}.zip"
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-java/fop
+"
+
+src_install() {
+ dohtml -r .
+ insinto /usr/share/fop/lib
+ doins fop-hyph.jar
+}