Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/polylib/
Date: Thu, 04 Apr 2019 08:55:42
Message-Id: 1554368000.17e92188dd2c2b52b0df72a88a1e1a1b7e655b96.jer@gentoo
1 commit: 17e92188dd2c2b52b0df72a88a1e1a1b7e655b96
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 08:53:09 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 08:53:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e92188
7
8 dev-libs/polylib: Switch to HTTPS in EGIT_REPO_URI
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-libs/polylib/polylib-9999.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/polylib/polylib-9999.ebuild b/dev-libs/polylib/polylib-9999.ebuild
17 index 030fb2d7195..dabb9d8742d 100644
18 --- a/dev-libs/polylib/polylib-9999.ebuild
19 +++ b/dev-libs/polylib/polylib-9999.ebuild
20 @@ -1,12 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 inherit autotools git-r3
28
29 -EGIT_REPO_URI="git://repo.or.cz/${PN}.git
30 - http://repo.or.cz/r/${PN}.git"
31 +EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git"
32
33 DESCRIPTION="ppl port of cloog"
34 HOMEPAGE="http://icps.u-strasbg.fr/polylib/"