app-office/libreoffice: use HTTPS for GitHub, HOMEPAGE, SRC_URI and other URLs
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 13:35:23 +0000 (23:35 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:05:02 +0000 (19:05 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-office/libreoffice/libreoffice-5.2.7.2.ebuild
app-office/libreoffice/libreoffice-5.3.4.2.ebuild
app-office/libreoffice/libreoffice-5.4.0.3.ebuild
app-office/libreoffice/libreoffice-5.4.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 09257a8dab25d6d13a54b038890ec20900bf5373..b1d9c22b3422098916f81307e9e1e83c6651396f 100644 (file)
@@ -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 chromium@gentoo.org for more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"
index c16e387818127018a06e8d5f74743212e55428c7..ed828990e57867ef8467c523f33ada29f357708f 100644 (file)
@@ -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 chromium@gentoo.org for more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"
index f42886e5f29906b6ac3f598ae2983965e31f4bee..779eb66a49495adf283ed8ebef146987a3d2d4e5 100644 (file)
@@ -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 chromium@gentoo.org for more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"
index f42886e5f29906b6ac3f598ae2983965e31f4bee..779eb66a49495adf283ed8ebef146987a3d2d4e5 100644 (file)
@@ -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 chromium@gentoo.org for more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"
index 856e18f6f0009f30ebf67d0fe344e4fa4190f568..2e6d5a92f86815aeaedc28bef123f10309c6b0ae 100644 (file)
@@ -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 chromium@gentoo.org for more info.
        local google_default_client_id="329227923882.apps.googleusercontent.com"