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/hexchat/
Date: Sun, 30 Jul 2017 09:45:15
Message-Id: 1501407892.8f7dfd527f2afea9aa95c27491d778b8317c7edb.mgorny@gentoo
1 commit: 8f7dfd527f2afea9aa95c27491d778b8317c7edb
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:09:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7dfd52
7
8 net-irc/hexchat: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-irc/hexchat/hexchat-2.12.4-r1.ebuild | 4 ++--
13 net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 4 ++--
14 net-irc/hexchat/hexchat-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
18 index 16c3e31c4a1..cf092fcf354 100644
19 --- a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
20 +++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
21 @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/"
22 if [[ "${PV}" == "9999" ]] ; then
23 inherit git-r3
24 SRC_URI=""
25 - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
26 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
27 else
28 - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz"
29 + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz"
30 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux"
31 fi
32
33
34 diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
35 index 56104340c17..842eac30186 100644
36 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
37 +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
38 @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/"
39 if [[ "${PV}" == "9999" ]] ; then
40 inherit git-r3
41 SRC_URI=""
42 - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
43 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
44 else
45 - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz"
46 + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz"
47 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
48 fi
49
50
51 diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild
52 index 97e59ca1a57..de60cb5fd53 100644
53 --- a/net-irc/hexchat/hexchat-9999.ebuild
54 +++ b/net-irc/hexchat/hexchat-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/"
62 if [[ "${PV}" == "9999" ]] ; then
63 inherit git-r3
64 SRC_URI=""
65 - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
66 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
67 else
68 - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz"
69 + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
71 fi