repo/gentoo:master commit in: dev-ml/opam-installer/
"Thomas Bracht Laumann Jespersen" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786607369.8bfeecc9e507d421407fc2ebd990df40b02bd949.laumann@gentoo> |
commit: 8bfeecc9e507d421407fc2ebd990df40b02bd949
Author: Kate <kit-ty-kate <AT> exn <DOT> st>
AuthorDate: Wed Jul 29 22:52:37 2026 +0000
Commit: Thomas Bracht Laumann Jespersen <laumann <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 07:49:29 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfeecc9
dev-ml/opam-installer: fix SRC_URI
Signed-off-by: Kate <kit-ty-kate <AT> exn.st>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1365
Merges: https://codeberg.org/gentoo/gentoo/pulls/1365
Signed-off-by: Thomas Bracht Laumann Jespersen <laumann <AT> gentoo.org>
dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild | 2 +-
dev-ml/opam-installer/opam-installer-2.3.0.ebuild | 2 +-
dev-ml/opam-installer/opam-installer-2.4.1.ebuild | 2 +-
dev-ml/opam-installer/opam-installer-2.5.1.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild b/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild
index de01941a57fa..1540654e448a 100644
--- a/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.2.1-r1.ebuild
@@ -7,7 +7,7 @@ inherit dune
DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
-SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
+SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
S="${WORKDIR}/opam-${PV/_/-}"
LICENSE="LGPL-2.1"
diff --git a/dev-ml/opam-installer/opam-installer-2.3.0.ebuild b/dev-ml/opam-installer/opam-installer-2.3.0.ebuild
index b3c525343bd8..78b608c57849 100644
--- a/dev-ml/opam-installer/opam-installer-2.3.0.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.3.0.ebuild
@@ -7,7 +7,7 @@ inherit dune
DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
-SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
+SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
S="${WORKDIR}/opam-${PV/_/-}"
LICENSE="LGPL-2.1"
diff --git a/dev-ml/opam-installer/opam-installer-2.4.1.ebuild b/dev-ml/opam-installer/opam-installer-2.4.1.ebuild
index 7ca848dc3a1b..0fa7b1807abc 100644
--- a/dev-ml/opam-installer/opam-installer-2.4.1.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.4.1.ebuild
@@ -7,7 +7,7 @@ inherit dune
DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
-SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
+SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
S="${WORKDIR}/opam-${PV/_/-}"
LICENSE="LGPL-2.1"
diff --git a/dev-ml/opam-installer/opam-installer-2.5.1.ebuild b/dev-ml/opam-installer/opam-installer-2.5.1.ebuild
index 1a23dc566565..9398e779d603 100644
--- a/dev-ml/opam-installer/opam-installer-2.5.1.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.5.1.ebuild
@@ -7,7 +7,7 @@ inherit dune
DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
-SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
+SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
S="${WORKDIR}/opam-${PV/_/-}"
LICENSE="LGPL-2.1"