Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/jdiskreport-bin/
Date: Sat, 06 Nov 2021 20:34:02
Message-Id: 1636230774.c239df470b9ca563b0947c119d10a3b6218ea674.jsmolic@gentoo
1 commit: c239df470b9ca563b0947c119d10a3b6218ea674
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 18:31:37 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 20:32:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c239df47
7
8 sys-fs/jdiskreport-bin: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/819192
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild
17 index 69ad393e3a3..05d9deaeb55 100644
18 --- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild
19 +++ b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.4.1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 inherit java-pkg-2
29
30 @@ -12,16 +12,14 @@ MY_P="${MY_PN}-${MY_PV}"
31 DESCRIPTION="JDiskReport helps you to understand disk drive usage"
32 HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/"
33 SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip"
34 +S="${WORKDIR}/${MY_PN}-${PV}"
35
36 LICENSE="freedist"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40
41 -DEPEND="app-arch/unzip"
42 RDEPEND=">=virtual/jre-1.6"
43 -
44 -S=${WORKDIR}/${MY_PN}-${PV}
45 +BDEPEND="app-arch/unzip"
46
47 src_install() {
48 java-pkg_newjar ${MY_PN}-${PV}.jar