diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:48:21 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:53 +0200 |
commit | b35d552063f241217dd8ab205bd1668a8fd052d3 (patch) | |
tree | 6c3e3cb55693094a4a59428e8691537eca197757 /dev-util/buildbot-www | |
parent | dev-util/creduce: use HTTPS for GitHub, HOMEPAGE and SRC_URI (diff) | |
download | gentoo-b35d552063f241217dd8ab205bd1668a8fd052d3.tar.gz gentoo-b35d552063f241217dd8ab205bd1668a8fd052d3.tar.bz2 gentoo-b35d552063f241217dd8ab205bd1668a8fd052d3.zip |
dev-util/buildbot-www: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/buildbot-www')
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-0.9.4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-0.9.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild index 6d2ab09405bb..2985e3067ac9 100644 --- a/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild +++ b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild @@ -5,13 +5,13 @@ EAPI="5" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python2_7 ) -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git" +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" [[ ${PV} == *9999 ]] && inherit git-r3 inherit distutils-r1 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..." -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" MY_V="${PV/_p/p}" MY_P="${PN}-${MY_V}" diff --git a/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild index fbe239548392..8ab635151e65 100644 --- a/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild +++ b/dev-util/buildbot-www/buildbot-www-0.9.7.ebuild @@ -5,13 +5,13 @@ EAPI="5" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python2_7 python3_5 ) -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git" +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" [[ ${PV} == *9999 ]] && inherit git-r3 inherit distutils-r1 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..." -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" MY_V="${PV/_p/p}" MY_P="${PN}-${MY_V}" diff --git a/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild index fbe239548392..8ab635151e65 100644 --- a/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild +++ b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild @@ -5,13 +5,13 @@ EAPI="5" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python2_7 python3_5 ) -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git" +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" [[ ${PV} == *9999 ]] && inherit git-r3 inherit distutils-r1 DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..." -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-www" MY_V="${PV/_p/p}" MY_P="${PN}-${MY_V}" |