From c0ed7bb3f2cde3ddb3600f1b57466896ef79c638 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 30 Aug 2017 09:07:43 +0200 Subject: dev-libs/gnulib: use https in SRC_URI/EGIT_REPO_URI only, bug #628934 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild | 2 +- dev-libs/gnulib/gnulib-9999-r1.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild index 46439222593c..a17e77d26755 100644 --- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild +++ b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild @@ -7,7 +7,7 @@ GIT_TAG="3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2" DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level" HOMEPAGE="https://www.gnu.org/software/gnulib" -SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz" +SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild b/dev-libs/gnulib/gnulib-9999-r1.ebuild index a014aa15e2dd..6615893ccf1b 100644 --- a/dev-libs/gnulib/gnulib-9999-r1.ebuild +++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,10 +8,7 @@ inherit git-r3 DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level" HOMEPAGE="https://www.gnu.org/software/gnulib" -EGIT_REPO_URI=" - git://git.savannah.gnu.org/${PN}.git - http://git.savannah.gnu.org/r/${PN}.git -" +EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -- cgit v1.2.3-65-gdbad