commit: 2fc04f9d16cf14efba31dbf07b84fed8dd77ce5e Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sun Nov 17 11:30:07 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 07:36:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc04f9d
sys-fs/jdiskreport-bin: update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/96689985153db1246eac4da331b25a767dbcb780 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> ...iskreport-bin-1.4.1.ebuild => jdiskreport-bin-1.4.1-r1.ebuild} | 8 ++++---- 1 file 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 similarity index 79% rename from sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild rename to 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() {
