diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-java/offo-hyphenation | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-java/offo-hyphenation')
-rw-r--r-- | dev-java/offo-hyphenation/Manifest | 3 | ||||
-rw-r--r-- | dev-java/offo-hyphenation/metadata.xml | 11 | ||||
-rw-r--r-- | dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild | 37 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-java/offo-hyphenation/Manifest b/dev-java/offo-hyphenation/Manifest deleted file mode 100644 index 2a9d5b2f3bf2..000000000000 --- a/dev-java/offo-hyphenation/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST offo-hyphenation_v2.0.zip 858046 BLAKE2B 193ef92fd55a4c5e8f840d29f96417a725e678e5bd03473ff22a116894b94a40aee8b12ef7a0534020746f21db8304a2840ce09417f2182259c78a03109e63ad SHA512 8a907a38dcb54ef1578973293efa2fcd771e3c77faedd537381f04f6f543b3f04ff8b8f96fb692274e9fe9cbdb2d3d8e5c7b29caae412271d9d8c023c079421b -EBUILD offo-hyphenation-2.0.ebuild 967 BLAKE2B f06d2b76a64cf84408ee07996d5ba97b86a2feb353d22288698c51d0f8d7cdd7cc1c022ed5aac08ded07c94057560b6f766501f555ba99cfe778f3e0fe54f4c4 SHA512 a1950dd4e1d7dae149893e33bfb715d6899fd60c575ba941f54710fb39a47aa709e182dd7c86b742a641962469f7722e78269eea054f791575c41d808e0d322d -MISC metadata.xml 311 BLAKE2B 4d803f32eb6a4513ff9aab16618f567e4b905f08f52196a4f5a0372a3209f1d8f441e09e40dbfa654c353d0963e491c93698f437b30e1c7ecf197bcf0446b1c2 SHA512 8d623d395b9dbb4855fab6408214d6ef3cd5b1ced03f095afc17d60c9850d65da77c0cea9314d7a0fce18b1b699dd7a149a8ffe4afa5eea198a0ba42984c7dcb diff --git a/dev-java/offo-hyphenation/metadata.xml b/dev-java/offo-hyphenation/metadata.xml deleted file mode 100644 index 40cfa297c7c4..000000000000 --- a/dev-java/offo-hyphenation/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">offo</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild deleted file mode 100644 index a70c0911e6b8..000000000000 --- a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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() { - 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 <hyphenation-base>" - elog "configuration option. See the documentation for more details." -} |