diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:03:40 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:51 +0200 |
commit | 0457e3070d207aeee6b41c4daa77b157bed4e177 (patch) | |
tree | dee751830b5a68021ad87d960ee71ba0217c896c /net-irc/limnoria | |
parent | net-im/psi: use HTTPS for GitHub (diff) | |
download | gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.tar.gz gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.tar.bz2 gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.zip |
net-irc/limnoria: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-irc/limnoria')
-rw-r--r-- | net-irc/limnoria/limnoria-20150523.ebuild | 6 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-20150829.ebuild | 4 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-99999999.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-irc/limnoria/limnoria-20150523.ebuild b/net-irc/limnoria/limnoria-20150523.ebuild index 8ab78835874f..3077cf78f228 100644 --- a/net-irc/limnoria/limnoria-20150523.ebuild +++ b/net-irc/limnoria/limnoria-20150523.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" diff --git a/net-irc/limnoria/limnoria-20150829.ebuild b/net-irc/limnoria/limnoria-20150829.ebuild index 673b2e821b09..0280102ac95c 100644 --- a/net-irc/limnoria/limnoria-20150829.ebuild +++ b/net-irc/limnoria/limnoria-20150829.ebuild @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 673b2e821b09..0280102ac95c 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" |