commit:     20d5850db77127109b7a0dc38c5edd27ced97a1e
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:14:11 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:04:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d5850d

dev-util/cppunit: use HTTPS for freedesktop.org and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/cppunit/cppunit-1.13.1.ebuild    | 4 ++--
 dev-util/cppunit/cppunit-1.13.2-r2.ebuild | 4 ++--
 dev-util/cppunit/cppunit-1.14.0.ebuild    | 4 ++--
 dev-util/cppunit/cppunit-9999.ebuild      | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild 
b/dev-util/cppunit/cppunit-1.13.1.ebuild
index c2af554846c..3384ff90fa8 100644
--- a/dev-util/cppunit/cppunit-1.13.1.ebuild
+++ b/dev-util/cppunit/cppunit-1.13.1.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=4
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git";
 [[ ${PV} = 9999 ]] && inherit git-2 autotools
 inherit eutils flag-o-matic
 
 DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit";
-[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz";
+[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild 
b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild
index 5798b407c7c..753684a176d 100644
--- a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild
+++ b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=5
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git";
 [[ ${PV} = 9999 ]] && inherit git-r3 autotools
 inherit eutils flag-o-matic multilib-minimal
 
 DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit";
-[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz";
+[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/dev-util/cppunit/cppunit-1.14.0.ebuild 
b/dev-util/cppunit/cppunit-1.14.0.ebuild
index 4afab301a5e..6df8af21bf9 100644
--- a/dev-util/cppunit/cppunit-1.14.0.ebuild
+++ b/dev-util/cppunit/cppunit-1.14.0.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git";
 [[ ${PV} = 9999 ]] && inherit git-r3 autotools
 inherit flag-o-matic multilib-minimal
 
 DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit";
-[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz";
+[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/dev-util/cppunit/cppunit-9999.ebuild 
b/dev-util/cppunit/cppunit-9999.ebuild
index 4afab301a5e..6df8af21bf9 100644
--- a/dev-util/cppunit/cppunit-9999.ebuild
+++ b/dev-util/cppunit/cppunit-9999.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git";
 [[ ${PV} = 9999 ]] && inherit git-r3 autotools
 inherit flag-o-matic multilib-minimal
 
 DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit";
-[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz";
+[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"

Reply via email to