Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gnulib/
Date: Wed, 30 Aug 2017 07:07:52
Message-Id: 1504076863.c0ed7bb3f2cde3ddb3600f1b57466896ef79c638.grobian@gentoo
1 commit: c0ed7bb3f2cde3ddb3600f1b57466896ef79c638
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 07:07:43 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 07:07:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed7bb3
7
8 dev-libs/gnulib: use https in SRC_URI/EGIT_REPO_URI only, bug #628934
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild | 2 +-
13 dev-libs/gnulib/gnulib-9999-r1.ebuild | 7 ++-----
14 2 files changed, 3 insertions(+), 6 deletions(-)
15
16 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
17 index 46439222593..a17e77d2675 100644
18 --- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
19 +++ b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
20 @@ -7,7 +7,7 @@ GIT_TAG="3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2"
21
22 DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level"
23 HOMEPAGE="https://www.gnu.org/software/gnulib"
24 -SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz"
25 +SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29
30 diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild b/dev-libs/gnulib/gnulib-9999-r1.ebuild
31 index a014aa15e2d..6615893ccf1 100644
32 --- a/dev-libs/gnulib/gnulib-9999-r1.ebuild
33 +++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -8,10 +8,7 @@ inherit git-r3
41 DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level"
42 HOMEPAGE="https://www.gnu.org/software/gnulib"
43
44 -EGIT_REPO_URI="
45 - git://git.savannah.gnu.org/${PN}.git
46 - http://git.savannah.gnu.org/r/${PN}.git
47 -"
48 +EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git"
49 LICENSE="GPL-2"
50 SLOT="0"
51 KEYWORDS=""