summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:20:43 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:50 -0400
commit2f1279105599f7b13452651cf5ffe9265b2fe8af (patch)
treeffe83ae498e322fc9f76c5a7f77d7bac61f9e16a /sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild
parentsys-power/acpi_call: drop old (diff)
downloadgentoo-2f1279105599f7b13452651cf5ffe9265b2fe8af.tar.gz
gentoo-2f1279105599f7b13452651cf5ffe9265b2fe8af.tar.bz2
gentoo-2f1279105599f7b13452651cf5ffe9265b2fe8af.zip
sys-fs/jdiskreport-bin: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild')
-rw-r--r--sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild
deleted file mode 100644
index 7eefac0eba94..000000000000
--- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2
-
-MY_PN=${PN/-bin/}
-MY_PV=${PV//\./_}
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="JDiskReport helps you to understand disk drive usage"
-HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/"
-SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
- java-pkg_newjar ${MY_PN}-${PV}.jar
- java-pkg_dolauncher ${MY_PN}
-
- dodoc README.txt RELEASE-NOTES.txt
-}