diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-java/texhyphj | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/texhyphj')
-rw-r--r-- | dev-java/texhyphj/Manifest | 3 | ||||
-rw-r--r-- | dev-java/texhyphj/metadata.xml | 11 | ||||
-rw-r--r-- | dev-java/texhyphj/texhyphj-1.1.ebuild | 26 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-java/texhyphj/Manifest b/dev-java/texhyphj/Manifest new file mode 100644 index 000000000000..f2b610bd69fb --- /dev/null +++ b/dev-java/texhyphj/Manifest @@ -0,0 +1,3 @@ +DIST texhyphj-1.1.tar.gz 118115 BLAKE2B 39a4d4b94e74d6814fbc98dcb24e2a88f9c76c845534598ef1a65171de22bb33117267a8b9246b1aff93ccdbd9a6255f34a97457b85fe41ae05153b197155c61 SHA512 fe410695be95ab6359e396c0694cad35baad6c8dd27ce4947ba22acaa19ed954596d40131fe1131d12ddd0ecf5f45287952221a6b9019cf25594dbb314b15beb +EBUILD texhyphj-1.1.ebuild 597 BLAKE2B 372aca6a40271e6df10daf1d4771ba703c188450b5d4443ec384a9b8c314d8adcdb27163ab229fdf2dc301a006019899ab9ab0fe1abd8730383e0cf91f3ecd15 SHA512 a99040e218d691cbc8c43d8df40747955e175ed723b20e83b1dc71df1bd0e362be02a0c169f37cf5d95582c1bcad16dde97880b2d785c17515f0fe04d1854ec1 +MISC metadata.xml 314 BLAKE2B 8d9f085156a93faa04085c6175e8fa22ab2a69660f94749e2ee3a26530c6d23c50848574dc47019bc141c19df81e07c371d6b2ec067f2c5e9e9ca6eb43b90564 SHA512 1ca9e74a5d1f1b077f12a9eb4579f46dcf9a477b959ae27da7a41e1ec20b005e4e6d973584c02b7530f9d066594a1f456a11d48d01bb8c4def9d157f468ef1ff diff --git a/dev-java/texhyphj/metadata.xml b/dev-java/texhyphj/metadata.xml new file mode 100644 index 000000000000..d931fe8f7d2b --- /dev/null +++ b/dev-java/texhyphj/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">texhyphj</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-java/texhyphj/texhyphj-1.1.ebuild b/dev-java/texhyphj/texhyphj-1.1.ebuild new file mode 100644 index 000000000000..c3adbe617a2d --- /dev/null +++ b/dev-java/texhyphj/texhyphj-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Re-implementation of Franklin Mark Liang's hyphenation algorithm in Java" +HOMEPAGE="http://www.davidashen.net/texhyphj.html https://sourceforge.net/projects/texhyphj/" +SRC_URI="http://ftp.davidashen.net/TeXHyphenator-J/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RESTRICT="test" + +DEPEND="app-arch/unzip + >=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +S="${WORKDIR}/${PN}" |