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 A9FC31396D0 for ; Wed, 30 Aug 2017 07:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 082601FC015; Wed, 30 Aug 2017 07:07:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D50E21FC015 for ; Wed, 30 Aug 2017 07:07:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8713933BEC7 for ; Wed, 30 Aug 2017 07:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF29879A for ; Wed, 30 Aug 2017 07:07:49 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1504076863.c0ed7bb3f2cde3ddb3600f1b57466896ef79c638.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gnulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild dev-libs/gnulib/gnulib-9999-r1.ebuild X-VCS-Directories: dev-libs/gnulib/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c0ed7bb3f2cde3ddb3600f1b57466896ef79c638 X-VCS-Branch: master Date: Wed, 30 Aug 2017 07:07:49 +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: f6b10759-a726-4f6c-bb2f-1f5ec0c7de81 X-Archives-Hash: 0dc16ae2eea4b53ca841342687a11f2e commit: c0ed7bb3f2cde3ddb3600f1b57466896ef79c638 Author: Fabian Groffen gentoo org> AuthorDate: Wed Aug 30 07:07:43 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Aug 30 07:07:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed7bb3 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 46439222593..a17e77d2675 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 a014aa15e2d..6615893ccf1 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=""