diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 18:02:48 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:34 +0200 |
commit | 952979392a4d70af647443f55005d7a1abec4bbc (patch) | |
tree | 34c2d874d3a07cb185a8bb32704eadb82a0b5430 /dev-libs/squareball | |
parent | dev-libs/qrosspython: use HTTPS for GitHub (diff) | |
download | gentoo-952979392a4d70af647443f55005d7a1abec4bbc.tar.gz gentoo-952979392a4d70af647443f55005d7a1abec4bbc.tar.bz2 gentoo-952979392a4d70af647443f55005d7a1abec4bbc.zip |
dev-libs/squareball: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/squareball')
-rw-r--r-- | dev-libs/squareball/squareball-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/squareball/squareball-9999.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-libs/squareball/squareball-0.2.0.ebuild b/dev-libs/squareball/squareball-0.2.0.ebuild index f1b9d4164781..ef32270e8cfd 100644 --- a/dev-libs/squareball/squareball-0.2.0.ebuild +++ b/dev-libs/squareball/squareball-0.2.0.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI=" - git://github.com/rafaelmartins/squareball.git - https://github.com/rafaelmartins/squareball.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" inherit git-r3 autotools fi diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild index f1b9d4164781..ef32270e8cfd 100644 --- a/dev-libs/squareball/squareball-9999.ebuild +++ b/dev-libs/squareball/squareball-9999.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI=" - git://github.com/rafaelmartins/squareball.git - https://github.com/rafaelmartins/squareball.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" inherit git-r3 autotools fi |