commit: 620a4940b7811b52052956e97b2b6af7161a4568 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Dec 19 09:30:28 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 11:15:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a4940
dev-lang/scala-bin: sort dependencies, update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39741 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{scala-bin-2.13.9.ebuild => scala-bin-2.13.9-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lang/scala-bin/scala-bin-2.13.9.ebuild b/dev-lang/scala-bin/scala-bin-2.13.9-r1.ebuild similarity index 96% rename from dev-lang/scala-bin/scala-bin-2.13.9.ebuild rename to dev-lang/scala-bin/scala-bin-2.13.9-r1.ebuild index 595cbbe98dc1..29dc38356d45 100644 --- a/dev-lang/scala-bin/scala-bin-2.13.9.ebuild +++ b/dev-lang/scala-bin/scala-bin-2.13.9-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 JAVA_PKG_IUSE="doc" @@ -13,6 +13,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="The Scala Programming Language" HOMEPAGE="https://scala.epfl.ch/" SRC_URI="https://downloads.lightbend.com/${MY_PN}/${PV}/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0" @@ -23,8 +24,6 @@ RDEPEND=" >=virtual/jre-1.8 !dev-lang/scala" -S="${WORKDIR}/${MY_P}" - src_prepare() { default ebegin 'Cleaning .bat files'
