summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-23 15:09:04 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-23 15:14:07 -0400
commit5c65817748f2f9c4d6a22d264689716a8851c7e8 (patch)
tree0a0b79533819ce79d93f79577edc54d096b90be8 /sys-devel/gdb
parentsys-libs/newlib: drop old <2.0.0 versions (diff)
downloadgentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.gz
gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.bz2
gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.zip
sourceware: convert to https:// URIs
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/gdb-7.10.1.ebuild4
-rw-r--r--sys-devel/gdb/gdb-7.11.1.ebuild4
-rw-r--r--sys-devel/gdb/gdb-7.11.ebuild4
-rw-r--r--sys-devel/gdb/gdb-7.9.1.ebuild4
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild4
5 files changed, 10 insertions, 10 deletions
diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild
index 068546b3713b..d5e8e8da0882 100644
--- a/sys-devel/gdb/gdb-7.10.1.ebuild
+++ b/sys-devel/gdb/gdb-7.10.1.ebuild
@@ -51,7 +51,7 @@ esac
PATCH_VER=""
DESCRIPTION="GNU debugger"
-HOMEPAGE="http://sourceware.org/gdb/"
+HOMEPAGE="https://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
LICENSE="GPL-2 LGPL-2"
@@ -196,7 +196,7 @@ src_install() {
return 0
fi
# Install it by hand for now:
- # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
+ # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
# Only install if it exists due to the twisted behavior (see
# notes in src_configure above).
[[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
diff --git a/sys-devel/gdb/gdb-7.11.1.ebuild b/sys-devel/gdb/gdb-7.11.1.ebuild
index 1679e8becc6b..c17a25403d04 100644
--- a/sys-devel/gdb/gdb-7.11.1.ebuild
+++ b/sys-devel/gdb/gdb-7.11.1.ebuild
@@ -50,7 +50,7 @@ esac
PATCH_VER=""
DESCRIPTION="GNU debugger"
-HOMEPAGE="http://sourceware.org/gdb/"
+HOMEPAGE="https://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
LICENSE="GPL-2 LGPL-2"
@@ -195,7 +195,7 @@ src_install() {
return 0
fi
# Install it by hand for now:
- # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
+ # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
# Only install if it exists due to the twisted behavior (see
# notes in src_configure above).
[[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
diff --git a/sys-devel/gdb/gdb-7.11.ebuild b/sys-devel/gdb/gdb-7.11.ebuild
index 0b17d455d19c..fb362311f127 100644
--- a/sys-devel/gdb/gdb-7.11.ebuild
+++ b/sys-devel/gdb/gdb-7.11.ebuild
@@ -51,7 +51,7 @@ esac
PATCH_VER=""
DESCRIPTION="GNU debugger"
-HOMEPAGE="http://sourceware.org/gdb/"
+HOMEPAGE="https://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
LICENSE="GPL-2 LGPL-2"
@@ -196,7 +196,7 @@ src_install() {
return 0
fi
# Install it by hand for now:
- # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
+ # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
# Only install if it exists due to the twisted behavior (see
# notes in src_configure above).
[[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild
index 965d89bc72db..2e0c768040ec 100644
--- a/sys-devel/gdb/gdb-7.9.1.ebuild
+++ b/sys-devel/gdb/gdb-7.9.1.ebuild
@@ -51,7 +51,7 @@ esac
PATCH_VER=""
DESCRIPTION="GNU debugger"
-HOMEPAGE="http://sourceware.org/gdb/"
+HOMEPAGE="https://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
LICENSE="GPL-2 LGPL-2"
@@ -183,7 +183,7 @@ src_install() {
return 0
fi
# Install it by hand for now:
- # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
+ # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
# Only install if it exists due to the twisted behavior (see
# notes in src_configure above).
[[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index 50b169954b79..311f2094283c 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -51,7 +51,7 @@ esac
PATCH_VER=""
DESCRIPTION="GNU debugger"
-HOMEPAGE="http://sourceware.org/gdb/"
+HOMEPAGE="https://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
LICENSE="GPL-2 LGPL-2"
@@ -195,7 +195,7 @@ src_install() {
return 0
fi
# Install it by hand for now:
- # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
+ # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
# Only install if it exists due to the twisted behavior (see
# notes in src_configure above).
[[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay