diff options
author | 2023-05-03 19:54:23 +0100 | |
---|---|---|
committer | 2023-05-03 19:55:22 +0100 | |
commit | e32772476e61578dd91229d77b82f56822857d92 (patch) | |
tree | 2722aa13c81d9a79830c05a1fccf248ec8aae6e1 /sys-devel | |
parent | app-doc/gnucash-docs: Stabilize 4.13 x86, #905638 (diff) | |
download | gentoo-e32772476e61578dd91229d77b82f56822857d92.tar.gz gentoo-e32772476e61578dd91229d77b82f56822857d92.tar.bz2 gentoo-e32772476e61578dd91229d77b82f56822857d92.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-13.1.90_p20230325.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-13.1.90_p20230429.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
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}" ;; |