commit:     69bd046541eed9a1748112f7092e40bc9540584f
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Apr 15 06:55:44 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 07:01:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bd0465

dev-java/jacl: drop 1.4.1-r1

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25032
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jacl/jacl-1.4.1-r1.ebuild | 52 --------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/dev-java/jacl/jacl-1.4.1-r1.ebuild 
b/dev-java/jacl/jacl-1.4.1-r1.ebuild
deleted file mode 100644
index a333844f35d0..000000000000
--- a/dev-java/jacl/jacl-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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
-
-MY_P="${P//-}"
-
-DESCRIPTION="Jacl is an implementation of Tcl written in Java"
-HOMEPAGE="http://tcljava.sourceforge.net";
-SRC_URI="mirror://sourceforge/tcljava/${MY_P}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-IUSE="doc"
-
-CDEPEND=">=dev-lang/tcl-8.4.5:*"
-
-RDEPEND="
-       ${CDEPEND}
-       >=virtual/jre-1.6"
-
-DEPEND="
-       ${CRDEPEND}
-       >=virtual/jdk-1.6"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_SRC_DIR="src"
-
-java_prepare() {
-       java-pkg_clean
-}
-
-src_configure() {
-       :
-}
-
-src_compile() {
-       rm -rf src/{Test.java,empty,tests,janino} || die
-       java-pkg-simple_src_compile
-       mv src/jacl/tcl src/ || die
-       java-pkg_addres "${PN}.jar" src/ -name "*.tcl"
-}
-
-src_install() {
-       java-pkg-simple_src_install
-       java-pkg_dolauncher jaclsh --main tcl.lang.Shell
-       dodoc README ChangeLog known_issues.txt
-}

Reply via email to