From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C22351396D0 for ; Thu, 17 Aug 2017 17:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B231A1FC051; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82F241FC051 for ; Thu, 17 Aug 2017 17:06:06 +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 1958D3418B9 for ; Thu, 17 Aug 2017 17:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05F43791B for ; Thu, 17 Aug 2017 17:06:02 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1502989475.20d5850db77127109b7a0dc38c5edd27ced97a1e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppunit/cppunit-1.13.1.ebuild dev-util/cppunit/cppunit-1.13.2-r2.ebuild dev-util/cppunit/cppunit-1.14.0.ebuild dev-util/cppunit/cppunit-9999.ebuild X-VCS-Directories: dev-util/cppunit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 20d5850db77127109b7a0dc38c5edd27ced97a1e X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a0c8991-e0c2-4424-b9b0-97d54d1f8b6e X-Archives-Hash: cc8d8483f2611b42dfe4cc46d524df28 commit: 20d5850db77127109b7a0dc38c5edd27ced97a1e Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:14:11 2017 +0000 Commit: Michał Górny gentoo 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"