From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-967664-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F0DA1396D0 for <garchives@archives.gentoo.org>; Thu, 17 Aug 2017 17:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D175B1FC094; Thu, 17 Aug 2017 17:06:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A31FE1FC094 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Aug 2017 17:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABB9B3418BC for <gentoo-commits@lists.gentoo.org>; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01CE7925 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Aug 2017 17:06:02 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1502989502.7bba63efadf2a76e3c98805d8a49b80b53960ea0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7bba63efadf2a76e3c98805d8a49b80b53960ea0 X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: abbaa419-f0be-4038-a779-10dedb270a35 X-Archives-Hash: 22c3dc823aeaf1e1ddb576dca67ae36a 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 chromium@gentoo.org 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 chromium@gentoo.org 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 chromium@gentoo.org 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 chromium@gentoo.org 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 chromium@gentoo.org for more info. local google_default_client_id="329227923882.apps.googleusercontent.com"