eclass: gentoo.org has https per default
authorJustin Lecher <jlec@gentoo.org>
Fri, 25 Sep 2015 06:13:03 +0000 (08:13 +0200)
committerJustin Lecher <jlec@gentoo.org>
Fri, 25 Sep 2015 07:11:22 +0000 (09:11 +0200)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
29 files changed:
eclass/ant-tasks.eclass
eclass/apache-2.eclass
eclass/common-lisp-common-3.eclass
eclass/cron.eclass
eclass/emul-linux-x86.eclass
eclass/eutils.eclass
eclass/games.eclass
eclass/gnatbuild.eclass
eclass/gnome.org.eclass
eclass/gst-plugins10.eclass
eclass/gstreamer.eclass
eclass/java-utils-2.eclass
eclass/kde4-base.eclass
eclass/kernel-2.eclass
eclass/mozilla-launcher.eclass
eclass/mysql-multilib.eclass
eclass/mysql-v2.eclass
eclass/nvidia-driver.eclass
eclass/qmail.eclass
eclass/ruby-ng.eclass
eclass/selinux-policy-2.eclass
eclass/subversion.eclass
eclass/toolchain-binutils.eclass
eclass/toolchain-funcs.eclass
eclass/toolchain.eclass
eclass/unpacker.eclass
eclass/vim-plugin.eclass
eclass/vim-spell.eclass
eclass/webapp.eclass

index fe9405d1da105ffe4673e7dc00e6d61fec1a445b..0b7293fedf3a78f570d21b89c22e830f816a86de 100644 (file)
@@ -63,12 +63,12 @@ ANT_TASK_PV="${PV}"
 if [[ ${PV} == *beta2* ]]; then
        MY_PV=${PV/_beta2/beta}
        UPSTREAM_PREFIX="http://people.apache.org/dist/ant/v1.7.1beta2/src"
-       GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles"
+       GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles"
        ANT_TASK_PV=$(get_version_component_range 1-3)
 elif [[ ${PV} == *_rc* ]]; then
        MY_PV=${PV/_rc/RC}
-       UPSTREAM_PREFIX="http://dev.gentoo.org/~caster/distfiles"
-       GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles"
+       UPSTREAM_PREFIX="https://dev.gentoo.org/~caster/distfiles"
+       GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles"
        ANT_TASK_PV=$(get_version_component_range 1-3)
 else
        # default for final releases
@@ -76,13 +76,13 @@ else
        UPSTREAM_PREFIX="mirror://apache/ant/source"
        case ${PV} in
        1.9.*)
-               GENTOO_PREFIX="http://dev.gentoo.org/~tomwij/files/dist"
+               GENTOO_PREFIX="https://dev.gentoo.org/~tomwij/files/dist"
                ;;
        1.8.4)
-               GENTOO_PREFIX="http://dev.gentoo.org/~sera/distfiles"
+               GENTOO_PREFIX="https://dev.gentoo.org/~sera/distfiles"
                ;;
        *)
-               GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles"
+               GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles"
                ;;
        esac
 fi
index 549b43abcd605cfd8f217415e74078321f766b6f..d06215276491e3098694224e9442226e78b08c21 100644 (file)
@@ -71,7 +71,7 @@ esac
 [[ -n "$GENTOO_PATCH_A" ]] || GENTOO_PATCH_A="${GENTOO_PATCHNAME}-${GENTOO_PATCHSTAMP}.tar.bz2"
 
 SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2
-       http://dev.gentoo.org/~${GENTOO_DEVELOPER}/dist/apache/${GENTOO_PATCH_A}"
+       https://dev.gentoo.org/~${GENTOO_DEVELOPER}/dist/apache/${GENTOO_PATCH_A}"
 
 # @VARIABLE: IUSE_MPMS_FORK
 # @DESCRIPTION:
@@ -365,7 +365,7 @@ check_upgrade() {
                eerror "(${EROOT}etc/apache2/apache2-builtin-mods) exists on your"
                eerror "system."
                eerror
-               eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml"
+               eerror "Please read https://www.gentoo.org/doc/en/apache-upgrading.xml"
                eerror "for detailed information how to convert this file to the new"
                eerror "APACHE2_MODULES USE_EXPAND variable."
                eerror
index b652b8397c8bca6aeef5bda05b6c07e37772acbe..f8d62cdd544733fc3b7f59456e474f476833fc8c 100644 (file)
@@ -32,7 +32,7 @@ do-debian-credits() {
 # The following `impl-*-timestamp-hack' functions SHOULD NOT be used
 # outside of this eclass.
 
-# Bug http://bugs.gentoo.org/show_bug.cgi?id=16162 should remove the
+# Bug https://bugs.gentoo.org/show_bug.cgi?id=16162 should remove the
 # need for this hack.
 
 impl-save-timestamp-hack() {
index 57ab4463d50437e832ae1ba19082683bd71eaabe..8395d41d82d01cb77b2093c5b6bd801857342f7c 100644 (file)
@@ -156,6 +156,6 @@ cron_pkg_postinst() {
 
        einfo "You may wish to read the Gentoo Linux Cron Guide, which can be"
        einfo "found online at:"
-       einfo "    http://www.gentoo.org/doc/en/cron-guide.xml"
+       einfo "    https://www.gentoo.org/doc/en/cron-guide.xml"
        echo
 }
index 80f6faf0129cbebcc53feeb520599420342c878c..18849c6bc63255bb13c1fc7b5c710cbc4439c78b 100644 (file)
@@ -18,9 +18,9 @@ case "${EAPI:-0}" in
 esac
 
 DESCRIPTION="Provides precompiled 32bit libraries"
-#HOMEPAGE="http://amd64.gentoo.org/emul/content.xml"
-HOMEPAGE="http://dev.gentoo.org/~pacho/emul.html"
-SRC_URI="http://dev.gentoo.org/~pacho/emul/${P}.tar.xz"
+#HOMEPAGE="https://amd64.gentoo.org/emul/content.xml"
+HOMEPAGE="https://dev.gentoo.org/~pacho/emul.html"
+SRC_URI="https://dev.gentoo.org/~pacho/emul/${P}.tar.xz"
 
 IUSE="+development"
 
index fecd375a6239c8ca646602d2161246c3a23316b2..b7f097041feb7f74913ab1b8290c5632bfeb3de9 100644 (file)
@@ -55,11 +55,11 @@ ebeep() {
 else
 
 ebeep() {
-       ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}, please file a bug at http://bugs.gentoo.org"
+       ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}, please file a bug at https://bugs.gentoo.org"
 }
 
 epause() {
-       ewarn "QA Notice: epause is not defined in EAPI=${EAPI}, please file a bug at http://bugs.gentoo.org"
+       ewarn "QA Notice: epause is not defined in EAPI=${EAPI}, please file a bug at https://bugs.gentoo.org"
 }
 
 fi
@@ -1402,7 +1402,7 @@ built_with_use() {
 # Many configure scripts wrongly bail when a C++ compiler could not be
 # detected.  If dir is not specified, then it defaults to ${S}.
 #
-# http://bugs.gentoo.org/73450
+# https://bugs.gentoo.org/73450
 epunt_cxx() {
        local dir=$1
        [[ -z ${dir} ]] && dir=${S}
index f9721d7e2af197c30f9e78fc097ee0275ca6179b..03421b332e7611a841e2c8b999abbb5734dec333 100644 (file)
@@ -343,7 +343,7 @@ games_pkg_postinst() {
                esac
                echo
                einfo "For more info about Gentoo gaming in general, see our website:"
-               einfo "   http://games.gentoo.org/"
+               einfo "   https://games.gentoo.org/"
                echo
        fi
 }
index da8986a6cc8e61c7d225b8d1d5308a0bb929117d..43f7e59ad25dc3c71cbb5ff89900a68b57314b5a 100644 (file)
@@ -246,7 +246,7 @@ do_gnat_config() {
        elog "Ada handling in Gentoo allows you to have multiple gnat variants"
        elog "installed in parallel and automatically manage Ada libs."
        elog "Please take a look at the Ada project page for some documentation:"
-       elog "http://www.gentoo.org/proj/en/prog_lang/ada/index.xml"
+       elog "https://www.gentoo.org/proj/en/prog_lang/ada/index.xml"
 }
 
 
index eb84e1b0a073ac5b48882f528d88b42360aebd7d..3eeb4efc4657be512dd46b9e8baf3248eab77290 100644 (file)
@@ -27,7 +27,7 @@ else
 fi
 
 # Even though xz-utils are in @system, they must still be added to DEPEND; see
-# http://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
+# https://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
 if [[ ${GNOME_TARBALL_SUFFIX} == "xz" ]]; then
        DEPEND="${DEPEND} app-arch/xz-utils"
 fi
index 0a6b0db79b0cc6a56d41b8a4709cb302c7e52539..1d4f4f729ee2d3ff42d771c794a8d5da163d8d86 100644 (file)
@@ -79,7 +79,7 @@ else
 fi
 
 # Even though xz-utils are in @system, they must still be added to DEPEND; see
-# http://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
+# https://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
 if [[ ${GST_TARBALL_SUFFIX} == "xz" ]]; then
        DEPEND="${DEPEND} app-arch/xz-utils"
 fi
@@ -254,7 +254,7 @@ gst-plugins10_src_configure() {
        einfo "Configuring to build ${GST_PLUGINS_BUILD} plugin(s) ..."
        econf \
                --with-package-name="Gentoo GStreamer ebuild" \
-               --with-package-origin="http://www.gentoo.org" \
+               --with-package-origin="https://www.gentoo.org" \
                ${gst_conf} $@
 }
 
index aef8bf57a344c26ccda2dec8d66657bdf107c9a8..0163493a76b55bee803a4a44e271f4f1466bb4da 100644 (file)
@@ -58,7 +58,7 @@ esac
 : ${GST_TARBALL_SUFFIX:="xz"}
 
 # Even though xz-utils are in @system, they must still be added to DEPEND; see
-# http://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
+# https://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml
 if [[ ${GST_TARBALL_SUFFIX} == "xz" ]]; then
        DEPEND="${DEPEND} app-arch/xz-utils"
 fi
@@ -236,7 +236,7 @@ gstreamer_multilib_src_configure() {
        einfo "Configuring to build ${GST_PLUGINS_BUILD} plugin(s) ..."
        econf \
                --with-package-name="Gentoo GStreamer ebuild" \
-               --with-package-origin="http://www.gentoo.org" \
+               --with-package-origin="https://www.gentoo.org" \
                "${gst_conf[@]}" "${@}"
 }
 
index 6e333118f5bbaad75cfd7d953270fb1352cb1081..9b67097589559c4e5197fbb4077c51fc4f5bd818 100644 (file)
@@ -2102,7 +2102,7 @@ java-pkg_init() {
        }
 
        # People do all kinds of weird things.
-       # http://forums.gentoo.org/viewtopic-p-3943166.html
+       # https://forums.gentoo.org/viewtopic-p-3943166.html
        local silence="${SILENCE_JAVA_OPTIONS_WARNING}"
        local accept="${I_WANT_GLOBAL_JAVA_OPTIONS}"
        if [[ -n ${_JAVA_OPTIONS} && -z ${accept} && -z ${silence} ]]; then
@@ -2765,7 +2765,7 @@ java-pkg_ensure-dep() {
                        eqawarn "java-pkg_ensure-dep: ${dev_error}"
 #                      eerror "Because you have ${target_pkg} installed,"
 #                      eerror "the package will build without problems, but please"
-#                      eerror "report this to http://bugs.gentoo.org."
+#                      eerror "report this to https://bugs.gentoo.org."
 #              fi
        elif [[ ${limit_to} != build && ! ( "${RDEPEND}${PDEPEND}" =~ ${stripped_pkg} ) ]]; then
                dev_error="The ebuild is attempting to use ${target_pkg}, which is not "
@@ -2776,7 +2776,7 @@ java-pkg_ensure-dep() {
                        eqawarn "java-pkg_ensure-dep: ${dev_error}"
 #                      eerror "The package will build without problems, but may fail to run"
 #                      eerror "if you don't have ${target_pkg} installed,"
-#                      eerror "so please report this to http://bugs.gentoo.org."
+#                      eerror "so please report this to https://bugs.gentoo.org."
 #              fi
        fi
 }
index 8b9226a226c7fa7f6f2bf1393af1960cd2d5aade..477a544fdc3a38fc74873fc7b399727ef26b54e1 100644 (file)
@@ -433,7 +433,7 @@ _calculate_src_uri() {
                                4.4.20*)
                                        # KDEPIM 4.4 no-akonadi branch, special case
                                        # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
-                                       SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;;
+                                       SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;;
                                4.?.[6-9]? | 4.??.[6-9]?)
                                        # Unstable KDE SC releases
                                        SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
index 50f318c4601af42efdf7684070fff4e4fe6ac8d1..94231ecee5c5924422d806e8dbbf8d3eca30568f 100644 (file)
@@ -102,7 +102,7 @@ if [[ ${CTARGET} == ${CHOST} && ${CATEGORY/cross-} != ${CATEGORY} ]]; then
        export CTARGET=${CATEGORY/cross-}
 fi
 
-HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ ${HOMEPAGE}"
+HOMEPAGE="https://www.kernel.org/ https://www.gentoo.org/ ${HOMEPAGE}"
 : ${LICENSE:="GPL-2"}
 
 # This is the latest KV_PATCH of the deblob tool available from the
index 0d7063859638c03839473b4ae78e45717e83b5fa..11c3fdbf6522adaed5a617e25bb9ecfc957321b9 100644 (file)
@@ -87,7 +87,7 @@ install_mozilla_launcher_stub() {
 #
 # Stub script to run mozilla-launcher.  We used to use a symlink here
 # but OOo brokenness makes it necessary to use a stub instead:
-# http://bugs.gentoo.org/show_bug.cgi?id=78890
+# https://bugs.gentoo.org/show_bug.cgi?id=78890
 
 export MOZILLA_LAUNCHER=${appname}
 export MOZILLA_LIBDIR=${libdir}
@@ -101,7 +101,7 @@ EOF
 #
 # Stub script to run mozilla-launcher.  We used to use a symlink here
 # but OOo brokenness makes it necessary to use a stub instead:
-# http://bugs.gentoo.org/show_bug.cgi?id=78890
+# https://bugs.gentoo.org/show_bug.cgi?id=78890
 
 export MOZILLA_LAUNCHER=${appname}
 export MOZILLA_LIBDIR=${libdir}
@@ -117,7 +117,7 @@ EOF
 warn_mozilla_launcher_stub() {
        elog "Not all locales support the disabling of pango."
        elog "If your locale does not support disabling pango,"
-       elog "please open a bug report on http://bugs.gentoo.org"
+       elog "please open a bug report on https://bugs.gentoo.org"
        elog "Then we can filter around the problem with those"
        elog "specific locales."
 }
index ff701df41d997bbe757964e03a79851ed569b43a..da5594becdf4ea5b65847a2fefd4c7b7e8bc0804 100644 (file)
@@ -170,9 +170,9 @@ SRC_URI="${SERVER_URI}"
 if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then
        SRC_URI="${SRC_URI}
                mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
+               https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+               https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+               https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
 fi
 
 DESCRIPTION="A fast, multi-threaded, multi-user SQL database server"
index b317be46be0d597d040c67fb0f9c1216b2955b34..8d38939e45ad35e4981f0867bf9432e9a01842c6 100644 (file)
@@ -184,9 +184,9 @@ if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then
        SRC_URI="${SRC_URI}
                mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
                http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-               http://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
+               https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+               https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+               https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
 fi
 
 DESCRIPTION="A fast, multi-threaded, multi-user SQL database server"
index 44ef003fd136d69e60946539caf99f29d5866a59..647c32a087735c7bf4a66106740c353eba8dc5d4 100644 (file)
@@ -21,7 +21,7 @@ DEPEND="sys-apps/pciutils"
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="You must be in the video group to use the NVIDIA device
 For more info, read the docs at
-http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap3_sect6
+https://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap3_sect6
 
 This ebuild installs a kernel module and X driver. Both must
 match explicitly in their version. This means, if you restart
index eb6e0122998f367d94c03c1598bc14c2bb37c754..e6694b08fa884f197ecfb9e37206dff7f97fe11a 100644 (file)
@@ -475,7 +475,7 @@ qmail_config_fast() {
                        eerror
                        eerror "Cannot determine your fully-qualified hostname"
                        eerror "Please setup your /etc/hosts as described in"
-                       eerror "http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8#doc_chap2_sect4"
+                       eerror "https://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8#doc_chap2_sect4"
                        eerror
                        die "cannot determine FQDN"
                fi
index 4b99b399e6c65443da3e6ddc08a3ee16496ddd82..d560ba8ed90f4ddb6e157b97f7b9a2bd3501ade7 100644 (file)
@@ -369,7 +369,7 @@ _ruby_each_implementation() {
                eerror "You need to select at least one compatible Ruby installation target via RUBY_TARGETS in make.conf."
                eerror "Compatible targets for this package are: ${USE_RUBY}"
                eerror
-               eerror "See http://www.gentoo.org/proj/en/prog_lang/ruby/index.xml#doc_chap3 for more information."
+               eerror "See https://www.gentoo.org/proj/en/prog_lang/ruby/index.xml#doc_chap3 for more information."
                eerror
                die "No compatible Ruby target selected."
        fi
index 92f2f820350ccc7f6b8360b5b49ad550d5337c5c..eb27c89ae2939a917566aad07f96cc342b11fcfb 100644 (file)
@@ -90,7 +90,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"
 if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]];
 then
        SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2
-               http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2"
+               https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2"
 elif [[ "${BASEPOL}" != "9999" ]];
 then
        SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2"
index f0f33791bca3d29b742f7daba6802d255ddb77a4..c45c725cdb50bb6d6387466d4623743e579b544e 100644 (file)
@@ -343,7 +343,7 @@ subversion_fetch() {
                mkdir -p "${S}"
 
                # export to the ${WORKDIR}
-               #*  "svn export" has a bug.  see http://bugs.gentoo.org/119236
+               #*  "svn export" has a bug.  see https://bugs.gentoo.org/119236
                #* svn export . "${S}" || die "${ESVN}: can't export to ${S}."
                rsync -rlpgo --exclude=".svn/" . "${S}" || die "${ESVN}: can't export to ${S}."
        fi
index f13506085bc49a59889187628db8376b1c0ed8c7..cb2b4ad8a7d5646c4bfee2387b8f68e7185690cb 100644 (file)
@@ -76,7 +76,7 @@ add_src_uri() {
        else
                a+=".bz2"
        fi
-       set -- mirror://gentoo http://dev.gentoo.org/~vapier/dist
+       set -- mirror://gentoo https://dev.gentoo.org/~vapier/dist
        SRC_URI="${SRC_URI} ${@/%//${a}}"
 }
 add_src_uri binutils-${BVER}-patches-${PATCHVER}.tar ${PATCHVER}
@@ -210,7 +210,7 @@ _eprefix_init() {
 
 # Intended for ebuilds to override to set their own versioning information.
 toolchain-binutils_bugurl() {
-       printf "http://bugs.gentoo.org/"
+       printf "https://bugs.gentoo.org/"
 }
 toolchain-binutils_pkgversion() {
        printf "Gentoo ${BVER}"
index 19a1cd8adb204bfbcda0b1bda0ae424b62d67d5e..b6d1ab0fd1fcadfec42e3bc2c32828d1ebfa21a1 100644 (file)
@@ -825,7 +825,7 @@ gen_usr_ldscript() {
                           redirects the linker to the real lib.  And yes, this works in the cross-
                           compiling scenario as the sysroot-ed linker will prepend the real path.
 
-                          See bug http://bugs.gentoo.org/4411 for more info.
+                          See bug https://bugs.gentoo.org/4411 for more info.
                         */
                        ${output_format}
                        GROUP ( ${EPREFIX}/${libdir}/${tlib} )
index d93f51d7025851cfc86d2d90dd27374c14679ca7..c8d547d3faa5057bd9e0c5426d54b54f0bc6030f 100644 (file)
@@ -238,7 +238,7 @@ S=$(
 gentoo_urls() {
        local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
        HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
-       devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
+       devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/}
        echo mirror://gentoo/$1 ${devspace//URI/$1}
 }
 
@@ -1617,7 +1617,7 @@ toolchain_src_install() {
        # We remove the generated fixincludes, as they can cause things to break
        # (ncurses, openssl, etc).  We do not prevent them from being built, as
        # in the following commit which we revert:
-       # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648
+       # https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648
        # This is because bsd userland needs fixedincludes to build gcc, while
        # linux does not.  Both can dispose of them afterwards.
        while read x ; do
@@ -1957,7 +1957,7 @@ toolchain_pkg_postinst() {
                echo
                ewarn "You might want to review the GCC upgrade guide when moving between"
                ewarn "major versions (like 4.2 to 4.3):"
-               ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml"
+               ewarn "https://www.gentoo.org/doc/en/gcc-upgrading.xml"
                echo
 
                # Clean up old paths
index 9aacf65481265b5616ebce878946bf70f6d81656..7ff00685648f37f65838de7cbb86e8f40e9348d0 100644 (file)
@@ -212,7 +212,7 @@ unpack_makeself() {
                                eerror "I'm sorry, but I was unable to support the Makeself file."
                                eerror "The version I detected was '${ver}'."
                                eerror "Please file a bug about the file ${src##*/} at"
-                               eerror "http://bugs.gentoo.org/ so that support can be added."
+                               eerror "https://bugs.gentoo.org/ so that support can be added."
                                die "makeself version '${ver}' not supported"
                                ;;
                esac
index 4da8bd3c997851b7c44e848ef071d71985c190de..7779cd533ab44023429e4dee4e0a71d38a842df8 100644 (file)
@@ -17,7 +17,7 @@ DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION}
 RDEPEND="${DEPEND}"
 if [[ ${PV} != 9999* ]] ; then
        SRC_URI="mirror://gentoo/${P}.tar.bz2
-               http://dev.gentoo.org/~radhermit/vim/${P}.tar.bz2"
+               https://dev.gentoo.org/~radhermit/vim/${P}.tar.bz2"
 fi
 SLOT="0"
 
index 05c38dadc1cc4b7ada74ea76418b593b76d5e5d2..60ae8bb9b6cd3528f0720ad7f803c15cf03e52ac 100644 (file)
@@ -36,7 +36,7 @@
 #   files):
 #
 #     <?xml version="1.0" encoding="UTF-8"?>
-#     <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+#     <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 #     <pkgmetadata>
 #      <herd>vim</herd>
 #      <maintainer>
index 1dddec1edaff6ef7793ff1130389e55973846577..d14d922f41dcd9fc82c3edd1924bb378ef43c2f0 100644 (file)
@@ -78,7 +78,7 @@ webapp_checkfileexists() {
        if [[ ! -e "${my_prefix}${1}" ]]; then
                msg="ebuild fault: file '${1}' not found"
                eerror "$msg"
-               eerror "Please report this as a bug at http://bugs.gentoo.org/"
+               eerror "Please report this as a bug at https://bugs.gentoo.org/"
                die "$msg"
        fi
 }
@@ -338,12 +338,12 @@ webapp_src_preinst() {
                eerror "This ebuild did not call webapp_pkg_setup() at the beginning"
                eerror "of the pkg_setup() function"
                eerror
-               eerror "Please log a bug on http://bugs.gentoo.org"
+               eerror "Please log a bug on https://bugs.gentoo.org"
                eerror
                eerror "You should use emerge -C to remove this package, as the"
                eerror "installation is incomplete"
                eerror
-               die "Ebuild did not call webapp_pkg_setup() - report to http://bugs.gentoo.org"
+               die "Ebuild did not call webapp_pkg_setup() - report to https://bugs.gentoo.org"
        fi
 
        # Hint, see the webapp_read_config() function to find where these are
@@ -473,12 +473,12 @@ webapp_pkg_postinst() {
                eerror "This ebuild did not call webapp_src_install() at the end"
                eerror "of the src_install() function"
                eerror
-               eerror "Please log a bug on http://bugs.gentoo.org"
+               eerror "Please log a bug on https://bugs.gentoo.org"
                eerror
                eerror "You should use emerge -C to remove this package, as the"
                eerror "installation is incomplete"
                eerror
-               die "Ebuild did not call webapp_src_install() - report to http://bugs.gentoo.org"
+               die "Ebuild did not call webapp_src_install() - report to https://bugs.gentoo.org"
        fi
 
        if has vhosts ${IUSE}; then