dev-libs/squareball: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 08:02:48 +0000 (18:02 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:34 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-libs/squareball/squareball-0.2.0.ebuild
dev-libs/squareball/squareball-9999.ebuild

index f1b9d41647814cc1f3cc7abea4eb3079c85fd9c2..ef32270e8cfdc3f66188c80dc8da9d3553755ce8 100644 (file)
@@ -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
 
index f1b9d41647814cc1f3cc7abea4eb3079c85fd9c2..ef32270e8cfdc3f66188c80dc8da9d3553755ce8 100644 (file)
@@ -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