From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/jortho/jortho-1.0.ebuild | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 dev-java/jortho/jortho-1.0.ebuild (limited to 'dev-java/jortho/jortho-1.0.ebuild') diff --git a/dev-java/jortho/jortho-1.0.ebuild b/dev-java/jortho/jortho-1.0.ebuild deleted file mode 100644 index f8d16101d570..000000000000 --- a/dev-java/jortho/jortho-1.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc examples source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java spell-checking library" -HOMEPAGE="https://www.inetsoftware.de/other-products/jortho" -SRC_URI="mirror://sourceforge/project/jortho/JOrtho%20Library/${PV}/JOrtho_${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=virtual/jre-1.5" -DEPEND=" - >=virtual/jdk-1.5 - app-arch/unzip" - -java_prepare() { - find . -name '*.jar' -exec rm -v {} + || die -} - -JAVA_SRC_DIR="src/com" -src_compile() { - mkdir -p target/classes/com/inet/jortho/i18n || die - find src -name '*.properties' \ - -exec cp {} target/classes/com/inet/jortho/i18n \; || die - - java-pkg-simple_src_compile -} - -src_install() { - java-pkg-simple_src_install - - use examples && java-pkg_doexamples src/SampleAppl{et,ication}.java -} -- cgit v1.2.3