diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-23 20:20:43 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-23 21:05:50 -0400 |
commit | 2f1279105599f7b13452651cf5ffe9265b2fe8af (patch) | |
tree | ffe83ae498e322fc9f76c5a7f77d7bac61f9e16a /sys-fs | |
parent | sys-power/acpi_call: drop old (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-fs/jdiskreport-bin/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild | 31 | ||||
-rw-r--r-- | sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/sys-fs/jdiskreport-bin/Manifest b/sys-fs/jdiskreport-bin/Manifest index 68871289555a..778a070476f0 100644 --- a/sys-fs/jdiskreport-bin/Manifest +++ b/sys-fs/jdiskreport-bin/Manifest @@ -1,3 +1 @@ -DIST jdiskreport-1_2_5.zip 613585 BLAKE2B f78ea7b0449c89b966e810dda3515a502187aff07b5cc008a5d3e110f4506aebef9cb2f2c3302d9e7e3e22e25fcbff16c381404acc0356311a8a05f72592af5c SHA512 d23641610a9fba6b7b2c5d529244229e807d89bd2b4c339e59522547f3b45a32415d6819a4ee8d5bd4a8789ea4610887428bfd5a5a4c56b11911da035a560993 -DIST jdiskreport-1_3_0.zip 650433 BLAKE2B 4edeec05f53bf10c3b1a911790a56f8f3e591b36b29b645a3378e357c6b0e835d4530753058541d712727111dd91a3dbf07664bc52c4cb1b330086fa5ae59af1 SHA512 9d57e7db810117a27c1d8d2aef40113652f25055e3512500fdf5f8806b1d68f4be8b4231e281d690108301afde3cc6b70f061c71d3fafef06689ca3228dd44ea DIST jdiskreport-1_4_1.zip 864613 BLAKE2B 9f10a10e54f0553e9130bdaf801380b40982a48e308fff5418308a37a4e02a886961d5ff2787b9bc3d1dfa1db087409e0447b275f6419b5e775716d20843fa98 SHA512 c1e17bdaab739561ae46475d69805e18be271a0d41b555e981cde59091d6c46fe3cf6775bdd992200edbb4646b7a04003a6b67bfedc18161952a20e47b18ea38 diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild deleted file mode 100644 index 7eefac0eba94..000000000000 --- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.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 -} 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 -} |