commit: e32772476e61578dd91229d77b82f56822857d92
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 18:54:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 3 18:55:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3277247
sys-devel/gdb: mirror snapshots to dev.gentoo.org
Mirror the snapshots we have in tree to dev.gentoo.org, as chutzpah
noticed they've disappeared (ugh).
See e432ec14cfdc41ed9fbd116b19c7ad707f3ef59d for why we have them in the first
place, too.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gdb/gdb-13.1.90_p20230325.ebuild | 2 ++
sys-devel/gdb/gdb-13.1.90_p20230429.ebuild | 2 ++
sys-devel/gdb/gdb-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
index 0eb553e96e19..b646e6c92ea4 100644
--- a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
+++ b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
@@ -32,6 +32,7 @@ case ${PV} in
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-weekly-${MY_PV}.tar.xz
https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-weekly-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
@@ -45,6 +46,7 @@ case ${PV} in
MY_PV="${PV/_p/.}"
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
;;
diff --git a/sys-devel/gdb/gdb-13.1.90_p20230429.ebuild
b/sys-devel/gdb/gdb-13.1.90_p20230429.ebuild
index 9380f74f1c2c..d75794a2864b 100644
--- a/sys-devel/gdb/gdb-13.1.90_p20230429.ebuild
+++ b/sys-devel/gdb/gdb-13.1.90_p20230429.ebuild
@@ -32,6 +32,7 @@ case ${PV} in
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-weekly-${MY_PV}.tar.xz
https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-weekly-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
@@ -45,6 +46,7 @@ case ${PV} in
MY_PV="${PV/_p/.}"
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
;;
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index c88c3a08b21c..704c75812b23 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -32,6 +32,7 @@ case ${PV} in
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-weekly-${MY_PV}.tar.xz
https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-weekly-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
@@ -45,6 +46,7 @@ case ${PV} in
MY_PV="${PV/_p/.}"
SRC_URI="
https://sourceware.org/pub/gdb/snapshots/branch/gdb-${MY_PV}.tar.xz
+
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/gdb-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
;;