diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-29 20:22:05 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-29 20:49:15 +0100 |
commit | bec83c46cc91de17488636e44c682607cbeeaf88 (patch) | |
tree | 7a5ef9bcdea57f1bcd86bafd47bb0f85cb9919dc /app-misc/rundeck-cli-bin | |
parent | dev-python/pip: keyword 21.3.1-r1 for ~riscv (diff) | |
download | gentoo-bec83c46cc91de17488636e44c682607cbeeaf88.tar.gz gentoo-bec83c46cc91de17488636e44c682607cbeeaf88.tar.bz2 gentoo-bec83c46cc91de17488636e44c682607cbeeaf88.zip |
app-misc/rundeck-cli-bin: Port to EAPI 8
Closes: https://bugs.gentoo.org/826426
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc/rundeck-cli-bin')
-rw-r--r-- | app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 index d7bc4231484f..e886d1b70eef 100644 --- 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 @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_PN="rundeck-cli" MY_P="rundeck-cli-${PV}" @@ -11,6 +11,7 @@ inherit java-pkg-2 DESCRIPTION="Command line tool for rundeck" HOMEPAGE="http://rundeck.org" SRC_URI="https://github.com/rundeck/${MY_PN}/releases/download/v${PV}/${MY_P}-all.jar" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" @@ -18,8 +19,6 @@ KEYWORDS="~amd64" RDEPEND=">=virtual/jre-1.8" -S="${WORKDIR}" - src_install() { java-pkg_newjar "${DISTDIR}"/${MY_P}-all.jar ${MY_PN}.jar java-pkg_dolauncher rd |