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: net-irc/limnoria/
Date: Sun, 30 Jul 2017 09:45:12
Message-Id: 1501407891.0457e3070d207aeee6b41c4daa77b157bed4e177.mgorny@gentoo
1 commit: 0457e3070d207aeee6b41c4daa77b157bed4e177
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:03:40 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0457e307
7
8 net-irc/limnoria: use HTTPS for GitHub and HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-irc/limnoria/limnoria-20150523.ebuild | 6 +++---
13 net-irc/limnoria/limnoria-20150829.ebuild | 4 ++--
14 net-irc/limnoria/limnoria-99999999.ebuild | 4 ++--
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/net-irc/limnoria/limnoria-20150523.ebuild b/net-irc/limnoria/limnoria-20150523.ebuild
18 index 8ab78835874..3077cf78f22 100644
19 --- a/net-irc/limnoria/limnoria-20150523.ebuild
20 +++ b/net-irc/limnoria/limnoria-20150523.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -11,7 +11,7 @@ MY_PN="Limnoria"
28 MY_P="${MY_PN}-${MY_PV}"
29
30 if [[ ${PV} == "99999999" ]]; then
31 - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git"
32 + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git"
33 EGIT_BRANCH="testing"
34 inherit git-r3
35 SRC_URI=""
36 @@ -22,7 +22,7 @@ else
37 fi
38
39 DESCRIPTION="Python based extensible IRC infobot and channel bot"
40 -HOMEPAGE="http://supybot.aperio.fr/"
41 +HOMEPAGE="https://supybot.aperio.fr/"
42 LICENSE="BSD"
43 SLOT="0"
44 IUSE="crypt ssl test"
45
46 diff --git a/net-irc/limnoria/limnoria-20150829.ebuild b/net-irc/limnoria/limnoria-20150829.ebuild
47 index 673b2e821b0..0280102ac95 100644
48 --- a/net-irc/limnoria/limnoria-20150829.ebuild
49 +++ b/net-irc/limnoria/limnoria-20150829.ebuild
50 @@ -11,7 +11,7 @@ MY_PN="Limnoria"
51 MY_P="${MY_PN}-${MY_PV}"
52
53 if [[ ${PV} == "99999999" ]]; then
54 - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git"
55 + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git"
56 EGIT_BRANCH="testing"
57 inherit git-r3
58 SRC_URI=""
59 @@ -22,7 +22,7 @@ else
60 fi
61
62 DESCRIPTION="Python based extensible IRC infobot and channel bot"
63 -HOMEPAGE="http://supybot.aperio.fr/"
64 +HOMEPAGE="https://supybot.aperio.fr/"
65 LICENSE="BSD"
66 SLOT="0"
67 IUSE="crypt ssl test"
68
69 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild
70 index 673b2e821b0..0280102ac95 100644
71 --- a/net-irc/limnoria/limnoria-99999999.ebuild
72 +++ b/net-irc/limnoria/limnoria-99999999.ebuild
73 @@ -11,7 +11,7 @@ MY_PN="Limnoria"
74 MY_P="${MY_PN}-${MY_PV}"
75
76 if [[ ${PV} == "99999999" ]]; then
77 - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git"
78 + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git"
79 EGIT_BRANCH="testing"
80 inherit git-r3
81 SRC_URI=""
82 @@ -22,7 +22,7 @@ else
83 fi
84
85 DESCRIPTION="Python based extensible IRC infobot and channel bot"
86 -HOMEPAGE="http://supybot.aperio.fr/"
87 +HOMEPAGE="https://supybot.aperio.fr/"
88 LICENSE="BSD"
89 SLOT="0"
90 IUSE="crypt ssl test"