summaryrefslogtreecommitdiff
path: root/dev-java/texhyphj
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-java/texhyphj
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/texhyphj')
-rw-r--r--dev-java/texhyphj/Manifest3
-rw-r--r--dev-java/texhyphj/metadata.xml11
-rw-r--r--dev-java/texhyphj/texhyphj-1.1.ebuild26
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/texhyphj/Manifest b/dev-java/texhyphj/Manifest
deleted file mode 100644
index f2b610bd69fb..000000000000
--- a/dev-java/texhyphj/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index d931fe8f7d2b..000000000000
--- a/dev-java/texhyphj/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index c3adbe617a2d..000000000000
--- a/dev-java/texhyphj/texhyphj-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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}"