commit: bec83c46cc91de17488636e44c682607cbeeaf88 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Nov 29 19:22:05 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Nov 29 19:49:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec83c46
app-misc/rundeck-cli-bin: Port to EAPI 8 Closes: https://bugs.gentoo.org/826426 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild | 7 +++---- 1 file 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
