Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 30 Jul 2017 09:23:11
Message-Id: 1501406569.676789cdc3cb3655c4f84990e2c0e355c011ed8b.mgorny@gentoo
1 commit: 676789cdc3cb3655c4f84990e2c0e355c011ed8b
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:07:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676789cd
7
8 www-misc/fcgiwrap: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 2 +-
13 www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild | 2 +-
14 www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
18 index 5e0057fceac..e30a45f6152 100644
19 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
20 +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
21 @@ -14,7 +14,7 @@ SLOT="0"
22 IUSE="systemd"
23
24 if [[ ${PV} == *9999* ]]; then
25 - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
26 + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git"
27 else
28 SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="amd64 ~arm x86"
30
31 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
32 index c2894ba93aa..b6310e79a9d 100644
33 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
34 +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
35 @@ -14,7 +14,7 @@ SLOT="0"
36 IUSE="systemd"
37
38 if [[ ${PV} == *9999* ]]; then
39 - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
40 + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git"
41 else
42 MY_REV="99c942c90063c73734e56bacaa65f947772d9186"
43 MY_P="gnosek-fcgiwrap-${MY_REV:0:7}"
44
45 diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
46 index 05f9fe836c1..a51f3f4835a 100644
47 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
48 +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
49 @@ -14,7 +14,7 @@ SLOT="0"
50 IUSE="systemd"
51
52 if [[ ${PV} == *9999* ]]; then
53 - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
54 + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git"
55 else
56 SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
57 KEYWORDS="~amd64 ~arm ~x86"