diff options
author | 2021-11-21 08:49:07 +0100 | |
---|---|---|
committer | 2021-11-21 09:10:19 +0100 | |
commit | 9d71ca9db0d6eed7c1157ecd81da3ad5e37da0d5 (patch) | |
tree | 48f39162f8c9f8596661bc7183a0d8e99da6529d /dev-java/texhyphj | |
parent | dev-java/tomcat-jstl-compat: treeclean (diff) | |
download | gentoo-9d71ca9db0d6eed7c1157ecd81da3ad5e37da0d5.tar.gz gentoo-9d71ca9db0d6eed7c1157ecd81da3ad5e37da0d5.tar.bz2 gentoo-9d71ca9db0d6eed7c1157ecd81da3ad5e37da0d5.zip |
dev-java/texhyphj: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/texhyphj')
-rw-r--r-- | dev-java/texhyphj/Manifest | 1 | ||||
-rw-r--r-- | dev-java/texhyphj/metadata.xml | 11 | ||||
-rw-r--r-- | dev-java/texhyphj/texhyphj-1.1.ebuild | 26 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/texhyphj/Manifest b/dev-java/texhyphj/Manifest deleted file mode 100644 index 5a3195a4d68d..000000000000 --- a/dev-java/texhyphj/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST texhyphj-1.1.tar.gz 118115 BLAKE2B 39a4d4b94e74d6814fbc98dcb24e2a88f9c76c845534598ef1a65171de22bb33117267a8b9246b1aff93ccdbd9a6255f34a97457b85fe41ae05153b197155c61 SHA512 fe410695be95ab6359e396c0694cad35baad6c8dd27ce4947ba22acaa19ed954596d40131fe1131d12ddd0ecf5f45287952221a6b9019cf25594dbb314b15beb diff --git a/dev-java/texhyphj/metadata.xml b/dev-java/texhyphj/metadata.xml deleted file mode 100644 index 523ff66977b2..000000000000 --- a/dev-java/texhyphj/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">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}" |