Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rundeck-cli-bin/
Date: Mon, 29 Nov 2021 19:49:41
Message-Id: 1638215355.bec83c46cc91de17488636e44c682607cbeeaf88.jsmolic@gentoo
1 commit: bec83c46cc91de17488636e44c682607cbeeaf88
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 19:22:05 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 19:49:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec83c46
7
8 app-misc/rundeck-cli-bin: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/826426
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild b/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild
17 index d7bc4231484f..e886d1b70eef 100644
18 --- a/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild
19 +++ b/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 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 MY_PN="rundeck-cli"
29 MY_P="rundeck-cli-${PV}"
30 @@ -11,6 +11,7 @@ inherit java-pkg-2
31 DESCRIPTION="Command line tool for rundeck"
32 HOMEPAGE="http://rundeck.org"
33 SRC_URI="https://github.com/rundeck/${MY_PN}/releases/download/v${PV}/${MY_P}-all.jar"
34 +S="${WORKDIR}"
35
36 LICENSE="Apache-2.0"
37 SLOT="0"
38 @@ -18,8 +19,6 @@ KEYWORDS="~amd64"
39
40 RDEPEND=">=virtual/jre-1.8"
41
42 -S="${WORKDIR}"
43 -
44 src_install() {
45 java-pkg_newjar "${DISTDIR}"/${MY_P}-all.jar ${MY_PN}.jar
46 java-pkg_dolauncher rd