From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-java/offo-hyphenation/Manifest | 5 +++ dev-java/offo-hyphenation/metadata.xml | 11 +++++++ .../offo-hyphenation/offo-hyphenation-2.0.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 dev-java/offo-hyphenation/Manifest create mode 100644 dev-java/offo-hyphenation/metadata.xml create mode 100644 dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild (limited to 'dev-java/offo-hyphenation') diff --git a/dev-java/offo-hyphenation/Manifest b/dev-java/offo-hyphenation/Manifest new file mode 100644 index 000000000000..4dd94802bc2b --- /dev/null +++ b/dev-java/offo-hyphenation/Manifest @@ -0,0 +1,5 @@ +DIST offo-hyphenation_v2.0.zip 858046 SHA256 79d341820583aa5b77ee00dc7da59bfafb92adceb88c7a1922fe300a90a22c4e SHA512 8a907a38dcb54ef1578973293efa2fcd771e3c77faedd537381f04f6f543b3f04ff8b8f96fb692274e9fe9cbdb2d3d8e5c7b29caae412271d9d8c023c079421b WHIRLPOOL 58e39e8caa8ef2dae2bdd715ceb8bd5a5b4c5879d61404558ebabeb4ee4256b6a1e0ee6932e0e81d6162bb65a8fbf8e70a5683df102851d764df3dfae98c1bb7 +EBUILD offo-hyphenation-2.0.ebuild 995 SHA256 ab659001e87bbbb4158e66491461a82bd6a87a129aa561a3e9d92f1f1bbee167 SHA512 cc62e89925ef5cc9a91652b76639388837ad7b884af805d4e53c92b6bb1b95131182b82bd295658619aa3b537528a0b31da14dc2080cf53ab809a69dcea27cd3 WHIRLPOOL 6ef4871825f9d58f7a482a7f829c9f3320e4a313b725ebe14ac3c625fd84d205873e82360e6b307aa959a92364042ec5defd0557c0b216bd87a5b4d2022e01e4 +MISC ChangeLog 3271 SHA256 10f8b56b0840bec6e9a0ee55a5eb2ab552b5ef28b0cf3789af7a78ae80f31e4e SHA512 038ec1b4eb59cb142813ffbdb1bd36275a6417ddd37afab1d252276f045e3bd70da0f53ec85f348d75f9c5065051d88042e8c7af5451b1abd879979bce610d47 WHIRLPOOL e33ec8849bfa181a424b2f6aeec4bff0ac053eb4b20480bd9988b74e2d98763cf2deaeb0d6088511919bb8d80c6e3e8eb3a8d8729f5174bc6925e21aedfa5897 +MISC ChangeLog-2015 1506 SHA256 3523d9a7bb5b6f2604bee51ad35c89652dabbfcba401491c65c30c56d25e2cd9 SHA512 779624813c4675450007b967d7787dff7b30fdeacc016fbc754760734e8103b8f986c0f27ce09cd28470349b7cd97ae7be82bca1e517755eebe69d57e938dc67 WHIRLPOOL 8db02a6ee3933380d217be0ca9ed7421b7f7f4b8482fe8b7712088690ad7b428cacaba1b45b217026925a4ada74d0f719bf32f08d985ece1086fc2d769a6dd4f +MISC metadata.xml 310 SHA256 7417920b68da7ee19db951dee727ab05f1923d4e7fffef79df17c4770d07f925 SHA512 1f1c8172b99df046c63f3b23e7a0331954433fa05dfd106b8e97d5f6039635f378714ae49ddaf8b58a4512d3d1789b3df5798570619f5f241bbf564f4c5e6a03 WHIRLPOOL abb12a8af0a738bfcc3b1879f06bc7cd0af7b577bb0182f10e9739ec3fec570d6812ff8e13d09e6222eb7a09e7c18f964fd32783bcd23bafff02f973cb385b6f diff --git a/dev-java/offo-hyphenation/metadata.xml b/dev-java/offo-hyphenation/metadata.xml new file mode 100644 index 000000000000..eb0f3a26bd42 --- /dev/null +++ b/dev-java/offo-hyphenation/metadata.xml @@ -0,0 +1,11 @@ + + + + + java@gentoo.org + Java + + + offo + + diff --git a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild new file mode 100644 index 000000000000..e68c0ee10fa8 --- /dev/null +++ b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Hyphenation patterns for Apache Fop" +HOMEPAGE="http://offo.sourceforge.net" +SRC_URI="mirror://sourceforge/offo/${PN}_v${PV}.zip" +LICENSE="GPL-2 Apache-2.0 LPPL-1.3b TeX" +SLOT="0" +KEYWORDS="amd64 ppc64 x86" +IUSE="doc" + +RDEPEND="" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${PN}" + +src_compile() { :; } + +src_install() { + dodir /usr/share/${PN}/ + insinto /usr/share/${PN}/ + doins -r hyph + + if use doc; then + dohtml -r images skin i*.html + fi +} + +pkg_postinst() { + elog "This package installs hyphenation files for several languages" + elog "into /usr/share/${PN}/hyph" + elog "Check /usr/share/doc/${PF}/html/licenses.html for each file's license." + elog "To compile the patterns, install dev-java/fop with USE=hyphenation." + elog "Alternatively, use the uncompiled patterns via the " + elog "configuration option. See the documentation for more details." +} -- cgit v1.2.3