commit: d05a1b84b218a9c8cbc5ed7bc02b549b12ed0f9d
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 05:36:33 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 05:52:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05a1b84
www-apps/zeppelin-bin: remove manual archive.a.o from SRC_URI
Use thirdpartymirrors. Also verify-sig shall use mirror:// from now on.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild
b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild
index 3d29b334132e..bed9c48c71aa 100644
--- a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild
@@ -11,10 +11,8 @@ MY_P="${MY_PN}-${PV}-bin-all"
DESCRIPTION="Web-based interactive data analytics notebook launcher"
HOMEPAGE="https://zeppelin.apache.org"
SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz
- https://archive.apache.org/dist/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz ->
${P}.tgz
verify-sig? (
-
https://downloads.apache.org/zeppelin/zeppelin-${PV}/${MY_P}.tgz.asc ->
${P}.tgz.asc
-
https://archive.apache.org/dist/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz.asc ->
${P}.tgz.asc
+ mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz.asc ->
${P}.tgz.asc
)"
S="${WORKDIR}/${MY_P}"