summaryrefslogtreecommitdiff
path: root/dev-java/jclasslib/jclasslib-3.1-r1.ebuild
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-09-01 09:46:05 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-09-01 11:56:24 +0200
commit28b370ae9d33e60b523b567c0beab75f42adb558 (patch)
tree2889c02420220203f2e6f679f0e7b118f2fb7bfd /dev-java/jclasslib/jclasslib-3.1-r1.ebuild
parent7399994229431cb5c12d5666a93c33caa9e84d18 (diff)
downloadgentoo-28b370ae9d33e60b523b567c0beab75f42adb558.tar.gz
gentoo-28b370ae9d33e60b523b567c0beab75f42adb558.tar.bz2
gentoo-28b370ae9d33e60b523b567c0beab75f42adb558.zip
dev-java/jclasslib: drop 3.1-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38364 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jclasslib/jclasslib-3.1-r1.ebuild')
-rw-r--r--dev-java/jclasslib/jclasslib-3.1-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-java/jclasslib/jclasslib-3.1-r1.ebuild b/dev-java/jclasslib/jclasslib-3.1-r1.ebuild
deleted file mode 100644
index 49ed3261956c..000000000000
--- a/dev-java/jclasslib/jclasslib-3.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java bytecode viewer"
-HOMEPAGE="https://github.com/ingokegel/jclasslib"
-SRC_URI="https://github.com/ingokegel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-src_install() {
- java-pkg_dojar "build/${PN}.jar"
-
- java-pkg_dolauncher "${PN}" \
- --main org.gjt.jclasslib.browser.BrowserApplication
-
- use doc && java-pkg_dohtml -r doc/*
- use source && java-pkg_dosrc src/*
-}
-
-pkg_postinst() {
- elog "jclasslib uses Firefox by default."
- elog "Set the BROWSER environment at your discretion."
-}