Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sbt/
Date: Thu, 23 Jun 2022 05:50:00
Message-Id: 1655963274.e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4.sam@gentoo
1 commit: e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4
2 Author: pvgoran <pvgoran <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Wed Jun 22 12:03:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 05:47:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b9e6fd
7
8 dev-java/sbt: Correct source URL for USE=binary for 0.13.18
9
10 Closes: https://bugs.gentoo.org/731830
11 Signed-off-by: Pavel Goran <via-gentoo <AT> pvgoran.name>
12 Closes: https://github.com/gentoo/gentoo/pull/26037
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-java/sbt/sbt-0.13.18-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-java/sbt/sbt-0.13.18-r1.ebuild b/dev-java/sbt/sbt-0.13.18-r1.ebuild
19 index 13fbc7b910f9..bcdc4ac6bcdc 100644
20 --- a/dev-java/sbt/sbt-0.13.18-r1.ebuild
21 +++ b/dev-java/sbt/sbt-0.13.18-r1.ebuild
22 @@ -20,7 +20,7 @@ SRC_URI="
23 https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/${L_PN}/${PV}/${L_PN}.jar -> ${L_P}.jar
24 )
25 binary? (
26 - https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz
27 + https://dev.gentoo.org/~gienah/distfiles/${P}-gentoo-binary.tar.xz
28 )"
29 LICENSE="BSD"
30 SLOT="0"
31 @@ -43,7 +43,7 @@ RESTRICT="test"
32 # Note: to bump sbt, some things to try are:
33 # 1. remove the https://dev.gentoo.org/~gienah/snapshots/${P}-ivy2-deps.tar.xz
34 # https://dev.gentoo.org/~gienah/snapshots/${P}-sbt-deps.tar.xz and
35 -# binary? ( https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz )
36 +# binary? ( https://dev.gentoo.org/~gienah/distfiles/${P}-gentoo-binary.tar.xz )
37 # from SRC_URI
38 # 2. Comment the sbt publishLocal line in src_compile.
39 # 3. try: