summaryrefslogtreecommitdiff
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) (unidiff)
treedaad054f8906184c3c7909251813ec4a377dd3a2
parent2c0667333416d9ecc74c92475c67d0e160921ff9 (diff)
downloadmisc-48d0235ef627e7bc0b51920e08111cdda210629d.zip
misc-48d0235ef627e7bc0b51920e08111cdda210629d.tar.gz
misc-48d0235ef627e7bc0b51920e08111cdda210629d.tar.bz2
offo-hyphenation-fop
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--app-text/offo-hyphenation-fop/Manifest8
-rw-r--r--app-text/offo-hyphenation-fop/files/digest-offo-hyphenation-fop-0.20.53
-rw-r--r--app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild23
3 files changed, 34 insertions, 0 deletions
diff --git a/app-text/offo-hyphenation-fop/Manifest b/app-text/offo-hyphenation-fop/Manifest
new file mode 100644
index 0000000..193731a
--- a/dev/null
+++ b/app-text/offo-hyphenation-fop/Manifest
@@ -0,0 +1,8 @@
1DIST offo-hyphenation-fop-0.20.5.zip 787740 RMD160 34aecbb7cb2509098c101587b165f1533772e986 SHA1 fe366006bbeb2c5e5e652aed6f33f1e2250e3c91 SHA256 7c0673b4887672a40c1505427920ce3535b6f7bc80ae34706b85b344a052efae
2EBUILD offo-hyphenation-fop-0.20.5.ebuild 423 RMD160 585fca90b0928abe9444034651ede8bc7a19b2ec SHA1 d992959f8c78fd3b32ff716bcfd16a64b5875cf4 SHA256 19e8cad7697576041fe50997bbaad70af565ea3267a6faa849d14535315b4fa5
3MD5 d7d30cbe0b8870be876d6a79e9517427 offo-hyphenation-fop-0.20.5.ebuild 423
4RMD160 585fca90b0928abe9444034651ede8bc7a19b2ec offo-hyphenation-fop-0.20.5.ebuild 423
5SHA256 19e8cad7697576041fe50997bbaad70af565ea3267a6faa849d14535315b4fa5 offo-hyphenation-fop-0.20.5.ebuild 423
6MD5 eb8bb24ad426a1fdfca515cb6acf7797 files/digest-offo-hyphenation-fop-0.20.5 274
7RMD160 b5cd30b7a633fee1ad403dde3208b83f18d99096 files/digest-offo-hyphenation-fop-0.20.5 274
8SHA256 e038a3f647f812ee466a872d2f3a11dd2969b68330a2230cdada5ca776a2be2d files/digest-offo-hyphenation-fop-0.20.5 274
diff --git a/app-text/offo-hyphenation-fop/files/digest-offo-hyphenation-fop-0.20.5 b/app-text/offo-hyphenation-fop/files/digest-offo-hyphenation-fop-0.20.5
new file mode 100644
index 0000000..5da9497
--- a/dev/null
+++ b/app-text/offo-hyphenation-fop/files/digest-offo-hyphenation-fop-0.20.5
@@ -0,0 +1,3 @@
1MD5 142fed3d3afbf81640693d902763d6df offo-hyphenation-fop-0.20.5.zip 787740
2RMD160 34aecbb7cb2509098c101587b165f1533772e986 offo-hyphenation-fop-0.20.5.zip 787740
3SHA256 7c0673b4887672a40c1505427920ce3535b6f7bc80ae34706b85b344a052efae offo-hyphenation-fop-0.20.5.zip 787740
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 @@
1# Copyright 1999-2007 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit eutils
6
7DESCRIPTION="Hyphenation patterns for FOP"
8HOMEPAGE="http://offo.sourceforge.net/"
9SRC_URI="mirror://sourceforge/offo/${P}.zip"
10LICENSE=""
11SLOT="0"
12KEYWORDS="~amd64 ~x86"
13IUSE=""
14
15RDEPEND="
16 dev-java/fop
17"
18
19src_install() {
20 dohtml -r .
21 insinto /usr/share/fop/lib
22 doins fop-hyph.jar
23}