summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-11-17 12:30:07 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-12-06 08:36:36 +0100
commit2fc04f9d16cf14efba31dbf07b84fed8dd77ce5e (patch)
tree16fe3ad31dd41a574fbc93c9febcbbf23557d938 /sys-fs
parentdev-ruby/http-cookie: add 1.0.8 (diff)
downloadgentoo-2fc04f9d16cf14efba31dbf07b84fed8dd77ce5e.tar.gz
gentoo-2fc04f9d16cf14efba31dbf07b84fed8dd77ce5e.tar.bz2
gentoo-2fc04f9d16cf14efba31dbf07b84fed8dd77ce5e.zip
sys-fs/jdiskreport-bin: update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/96689985153db1246eac4da331b25a767dbcb780 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1-r1.ebuild (renamed from sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1-r1.ebuild
index 05d9deaeb551..f65f5bebf23f 100644
--- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild
+++ b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit java-pkg-2
@@ -10,7 +10,7 @@ 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/"
+HOMEPAGE="https://www.jgoodies.com/freeware/jdiskreport/"
SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip"
S="${WORKDIR}/${MY_PN}-${PV}"
@@ -18,7 +18,7 @@ LICENSE="freedist"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=virtual/jre-1.6"
+RDEPEND="virtual/jre:1.8"
BDEPEND="app-arch/unzip"
src_install() {