commit:     7bba63efadf2a76e3c98805d8a49b80b53960ea0
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:35:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:05:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bba63ef

app-office/libreoffice: use HTTPS for GitHub, HOMEPAGE, SRC_URI and other URLs

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-office/libreoffice/libreoffice-5.2.7.2.ebuild  | 16 ++++++++--------
 app-office/libreoffice/libreoffice-5.3.4.2.ebuild  | 16 ++++++++--------
 app-office/libreoffice/libreoffice-5.4.0.3.ebuild  | 16 ++++++++--------
 app-office/libreoffice/libreoffice-5.4.9999.ebuild | 16 ++++++++--------
 app-office/libreoffice/libreoffice-9999.ebuild     | 16 ++++++++--------
 5 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.2.7.2.ebuild 
b/app-office/libreoffice/libreoffice-5.2.7.2.ebuild
index 09257a8dab2..b1d9c22b342 100644
--- a/app-office/libreoffice/libreoffice-5.2.7.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.2.7.2.ebuild
@@ -14,11 +14,11 @@ PYTHON_REQ_USE="threads,xml"
 # Usually the tarballs are moved a lot so this should make
 # everyone happy.
 DEV_URI="
-       http://dev-builds.libreoffice.org/pre-releases/src
-       http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
-       http://download.documentfoundation.org/libreoffice/old/${PV}/
+       https://dev-builds.libreoffice.org/pre-releases/src
+       https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+       https://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-ADDONS_URI="http://dev-www.libreoffice.org/src/";
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
@@ -28,8 +28,8 @@ inherit multiprocessing autotools bash-completion-r1 
check-reqs eutils java-pkg-
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
-HOMEPAGE="http://www.libreoffice.org";
-SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
 [[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}";
 
 # Split modules following git/tarballs
@@ -313,7 +313,7 @@ src_unpack() {
                done
        else
                local base_uri branch checkout mypv
-               base_uri="git://anongit.freedesktop.org"
+               base_uri="https://anongit.freedesktop.org";
                for mod in ${MODULES}; do
                        branch="master"
                        mypv=${PV/.9999}
@@ -373,7 +373,7 @@ src_configure() {
        local java_opts
        local ext_opts
 
-       # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+       # Set up Google API keys, see 
https://www.chromium.org/developers/how-tos/api-keys
        # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
        # your own set of keys. Feel free to contact [email protected] for 
more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"

diff --git a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild 
b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
index c16e3878181..ed828990e57 100644
--- a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
@@ -14,11 +14,11 @@ PYTHON_REQ_USE="threads,xml"
 # Usually the tarballs are moved a lot so this should make
 # everyone happy.
 DEV_URI="
-       http://dev-builds.libreoffice.org/pre-releases/src
-       http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
-       http://download.documentfoundation.org/libreoffice/old/${PV}/
+       https://dev-builds.libreoffice.org/pre-releases/src
+       https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+       https://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-ADDONS_URI="http://dev-www.libreoffice.org/src/";
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
@@ -28,8 +28,8 @@ inherit multiprocessing autotools bash-completion-r1 
check-reqs eutils java-pkg-
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
-HOMEPAGE="http://www.libreoffice.org";
-SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
 [[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}";
 
 # Split modules following git/tarballs
@@ -301,7 +301,7 @@ src_unpack() {
                done
        else
                local base_uri branch checkout mypv
-               base_uri="git://anongit.freedesktop.org"
+               base_uri="https://anongit.freedesktop.org";
                for mod in ${MODULES}; do
                        branch="master"
                        mypv=${PV/.9999}
@@ -361,7 +361,7 @@ src_configure() {
        local java_opts
        local ext_opts
 
-       # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+       # Set up Google API keys, see 
https://www.chromium.org/developers/how-tos/api-keys
        # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
        # your own set of keys. Feel free to contact [email protected] for 
more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"

diff --git a/app-office/libreoffice/libreoffice-5.4.0.3.ebuild 
b/app-office/libreoffice/libreoffice-5.4.0.3.ebuild
index f42886e5f29..779eb66a494 100644
--- a/app-office/libreoffice/libreoffice-5.4.0.3.ebuild
+++ b/app-office/libreoffice/libreoffice-5.4.0.3.ebuild
@@ -14,11 +14,11 @@ PYTHON_REQ_USE="threads,xml"
 # Usually the tarballs are moved a lot so this should make
 # everyone happy.
 DEV_URI="
-       http://dev-builds.libreoffice.org/pre-releases/src
-       http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
-       http://download.documentfoundation.org/libreoffice/old/${PV}/
+       https://dev-builds.libreoffice.org/pre-releases/src
+       https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+       https://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-ADDONS_URI="http://dev-www.libreoffice.org/src/";
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
@@ -28,8 +28,8 @@ inherit multiprocessing autotools bash-completion-r1 
check-reqs eutils java-pkg-
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
-HOMEPAGE="http://www.libreoffice.org";
-SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
 [[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}";
 
 # Split modules following git/tarballs
@@ -306,7 +306,7 @@ src_unpack() {
                done
        else
                local base_uri branch checkout mypv
-               base_uri="git://anongit.freedesktop.org"
+               base_uri="https://anongit.freedesktop.org";
                for mod in ${MODULES}; do
                        branch="master"
                        mypv=${PV/.9999}
@@ -366,7 +366,7 @@ src_configure() {
        local java_opts
        local ext_opts
 
-       # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+       # Set up Google API keys, see 
https://www.chromium.org/developers/how-tos/api-keys
        # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
        # your own set of keys. Feel free to contact [email protected] for 
more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"

diff --git a/app-office/libreoffice/libreoffice-5.4.9999.ebuild 
b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
index f42886e5f29..779eb66a494 100644
--- a/app-office/libreoffice/libreoffice-5.4.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
@@ -14,11 +14,11 @@ PYTHON_REQ_USE="threads,xml"
 # Usually the tarballs are moved a lot so this should make
 # everyone happy.
 DEV_URI="
-       http://dev-builds.libreoffice.org/pre-releases/src
-       http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
-       http://download.documentfoundation.org/libreoffice/old/${PV}/
+       https://dev-builds.libreoffice.org/pre-releases/src
+       https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+       https://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-ADDONS_URI="http://dev-www.libreoffice.org/src/";
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
@@ -28,8 +28,8 @@ inherit multiprocessing autotools bash-completion-r1 
check-reqs eutils java-pkg-
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
-HOMEPAGE="http://www.libreoffice.org";
-SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
 [[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}";
 
 # Split modules following git/tarballs
@@ -306,7 +306,7 @@ src_unpack() {
                done
        else
                local base_uri branch checkout mypv
-               base_uri="git://anongit.freedesktop.org"
+               base_uri="https://anongit.freedesktop.org";
                for mod in ${MODULES}; do
                        branch="master"
                        mypv=${PV/.9999}
@@ -366,7 +366,7 @@ src_configure() {
        local java_opts
        local ext_opts
 
-       # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+       # Set up Google API keys, see 
https://www.chromium.org/developers/how-tos/api-keys
        # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
        # your own set of keys. Feel free to contact [email protected] for 
more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index 856e18f6f00..2e6d5a92f86 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -14,11 +14,11 @@ PYTHON_REQ_USE="threads,xml"
 # Usually the tarballs are moved a lot so this should make
 # everyone happy.
 DEV_URI="
-       http://dev-builds.libreoffice.org/pre-releases/src
-       http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
-       http://download.documentfoundation.org/libreoffice/old/${PV}/
+       https://dev-builds.libreoffice.org/pre-releases/src
+       https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+       https://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-ADDONS_URI="http://dev-www.libreoffice.org/src/";
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
@@ -28,8 +28,8 @@ inherit multiprocessing autotools bash-completion-r1 
check-reqs eutils java-pkg-
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
-HOMEPAGE="http://www.libreoffice.org";
-SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
 [[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}";
 
 # Split modules following git/tarballs
@@ -306,7 +306,7 @@ src_unpack() {
                done
        else
                local base_uri branch checkout mypv
-               base_uri="git://anongit.freedesktop.org"
+               base_uri="https://anongit.freedesktop.org";
                for mod in ${MODULES}; do
                        branch="master"
                        mypv=${PV/.9999}
@@ -366,7 +366,7 @@ src_configure() {
        local java_opts
        local ext_opts
 
-       # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+       # Set up Google API keys, see 
https://www.chromium.org/developers/how-tos/api-keys
        # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
        # your own set of keys. Feel free to contact [email protected] for 
more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"

Reply via email to