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: dev-util/buildbot-www/
Date: Sun, 30 Jul 2017 09:38:15
Message-Id: 1501407473.b35d552063f241217dd8ab205bd1668a8fd052d3.mgorny@gentoo
1 commit: b35d552063f241217dd8ab205bd1668a8fd052d3
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:48:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35d5520
7
8 dev-util/buildbot-www: use HTTPS for GitHub and HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/buildbot-www/buildbot-www-0.9.4.ebuild | 4 ++--
13 dev-util/buildbot-www/buildbot-www-0.9.7.ebuild | 4 ++--
14 dev-util/buildbot-www/buildbot-www-0.9.8.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild
18 index 6d2ab09405b..2985e3067ac 100644
19 --- a/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild
20 +++ b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild
21 @@ -5,13 +5,13 @@ EAPI="5"
22 PYTHON_REQ_USE="sqlite"
23 PYTHON_COMPAT=( python2_7 )
24
25 -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
26 +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
27
28 [[ ${PV} == *9999 ]] && inherit git-r3
29 inherit distutils-r1
30
31 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
32 -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
33 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
34
35 MY_V="${PV/_p/p}"
36 MY_P="${PN}-${MY_V}"
37
38 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild
39 index fbe23954839..8ab635151e6 100644
40 --- a/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild
41 +++ b/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild
42 @@ -5,13 +5,13 @@ EAPI="5"
43 PYTHON_REQ_USE="sqlite"
44 PYTHON_COMPAT=( python2_7 python3_5 )
45
46 -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
47 +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
48
49 [[ ${PV} == *9999 ]] && inherit git-r3
50 inherit distutils-r1
51
52 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
53 -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
54 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
55
56 MY_V="${PV/_p/p}"
57 MY_P="${PN}-${MY_V}"
58
59 diff --git a/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild
60 index fbe23954839..8ab635151e6 100644
61 --- a/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild
62 +++ b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild
63 @@ -5,13 +5,13 @@ EAPI="5"
64 PYTHON_REQ_USE="sqlite"
65 PYTHON_COMPAT=( python2_7 python3_5 )
66
67 -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
68 +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
69
70 [[ ${PV} == *9999 ]] && inherit git-r3
71 inherit distutils-r1
72
73 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
74 -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
75 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www"
76
77 MY_V="${PV/_p/p}"
78 MY_P="${PN}-${MY_V}"