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-im/skypetab-ng/
Date: Sun, 30 Jul 2017 09:45:12
Message-Id: 1501407889.4b3342afef95271a1ead797246254a3767a4db32.mgorny@gentoo
1 commit: 4b3342afef95271a1ead797246254a3767a4db32
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:57:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3342af
7
8 net-im/skypetab-ng: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild | 4 ++--
13 net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild | 4 ++--
14 net-im/skypetab-ng/skypetab-ng-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild
18 index 6cbb0e8cfc5..2aaaab6d100 100644
19 --- a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild
20 +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild
21 @@ -1,10 +1,10 @@
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=4
27
28 if [[ ${PV} = *9999* ]]; then
29 - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
30 + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
31 UNPACKER_ECLASS="git-2"
32 LIVE_EBUILD=yes
33 else
34
35 diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild
36 index 16d4a415b2a..0ea51d9f8ee 100644
37 --- a/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild
38 +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45
46 if [[ ${PV} = *9999* ]]; then
47 - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
48 + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
49 UNPACKER_ECLASS="git-2"
50 LIVE_EBUILD=yes
51 else
52
53 diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild
54 index 8f12b717210..2295ba44020 100644
55 --- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild
56 +++ b/net-im/skypetab-ng/skypetab-ng-9999.ebuild
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2015 Gentoo Foundation
59 +# Copyright 1999-2017 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=5
63
64 if [[ ${PV} = *9999* ]]; then
65 - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
66 + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
67 UNPACKER_ECLASS="git-2"
68 LIVE_EBUILD=yes
69 else