diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:57:49 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:49 +0200 |
commit | 4b3342afef95271a1ead797246254a3767a4db32 (patch) | |
tree | e58bb415401715bffaec20606b712a8d5892c091 /net-im | |
parent | net-im/hangups: use HTTPS for GitHub (diff) | |
download | gentoo-4b3342afef95271a1ead797246254a3767a4db32.tar.gz gentoo-4b3342afef95271a1ead797246254a3767a4db32.tar.bz2 gentoo-4b3342afef95271a1ead797246254a3767a4db32.zip |
net-im/skypetab-ng: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild | 4 | ||||
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild index 6cbb0e8cfc50..2aaaab6d100f 100644 --- a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git" + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git" UNPACKER_ECLASS="git-2" LIVE_EBUILD=yes else 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 index 16d4a415b2af..0ea51d9f8ee0 100644 --- a/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git" + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git" UNPACKER_ECLASS="git-2" LIVE_EBUILD=yes else diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild index 8f12b7172107..2295ba44020b 100644 --- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git" + EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git" UNPACKER_ECLASS="git-2" LIVE_EBUILD=yes else |