summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:14:11 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:04:35 +0200
commit20d5850db77127109b7a0dc38c5edd27ced97a1e (patch)
tree40be3f502a230a4011ea44e428f411b2ea727b36 /dev-util/cppunit/cppunit-1.13.1.ebuild
parentxorg-2.eclass: use HTTPS for freedesktop.org (diff)
downloadgentoo-20d5850db77127109b7a0dc38c5edd27ced97a1e.tar.gz
gentoo-20d5850db77127109b7a0dc38c5edd27ced97a1e.tar.bz2
gentoo-20d5850db77127109b7a0dc38c5edd27ced97a1e.zip
dev-util/cppunit: use HTTPS for freedesktop.org and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/cppunit/cppunit-1.13.1.ebuild')
-rw-r--r--dev-util/cppunit/cppunit-1.13.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild
index c2af554846c2..3384ff90fa8d 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"