summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-12-19 10:30:28 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-12-20 12:15:46 +0100
commit620a4940b7811b52052956e97b2b6af7161a4568 (patch)
tree418f0750b67e8aa10b953b97b8183ac23b1e95f2 /dev-lang
parentdev-java/velocity: drop 2.4 (diff)
downloadgentoo-620a4940b7811b52052956e97b2b6af7161a4568.tar.gz
gentoo-620a4940b7811b52052956e97b2b6af7161a4568.tar.bz2
gentoo-620a4940b7811b52052956e97b2b6af7161a4568.zip
dev-lang/scala-bin: sort dependencies, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39741 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/scala-bin/scala-bin-2.13.9-r1.ebuild (renamed from dev-lang/scala-bin/scala-bin-2.13.9.ebuild)7
1 files 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
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'