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-servers/h2o/
Date: Sun, 30 Jul 2017 09:45:06
Message-Id: 1501407886.ea52a14791a1dfed64835a7bcc36984f78bc117e.mgorny@gentoo
1 commit: ea52a14791a1dfed64835a7bcc36984f78bc117e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:43:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea52a147
7
8 www-servers/h2o: Use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-servers/h2o/h2o-2.2.2.ebuild | 2 +-
13 www-servers/h2o/h2o-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/h2o/h2o-2.2.2.ebuild b/www-servers/h2o/h2o-2.2.2.ebuild
17 index d0735cc9677..329ac9bdbfe 100644
18 --- a/www-servers/h2o/h2o-2.2.2.ebuild
19 +++ b/www-servers/h2o/h2o-2.2.2.ebuild
20 @@ -7,7 +7,7 @@ inherit cmake-utils systemd user
21
22 DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
23 HOMEPAGE="https://h2o.examp1e.net"
24 -SRC_URI="https://github.com/h2o/h2o/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29
30 diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
31 index 6171018d54c..7e33820b1f9 100644
32 --- a/www-servers/h2o/h2o-9999.ebuild
33 +++ b/www-servers/h2o/h2o-9999.ebuild
34 @@ -7,7 +7,7 @@ inherit cmake-utils git-r3 systemd user
35
36 DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
37 HOMEPAGE="https://h2o.examp1e.net"
38 -EGIT_REPO_URI=( {https,git}://github.com/h2o/h2o.git )
39 +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
40
41 LICENSE="MIT"
42 SLOT="0"