app-text/blogc: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 01:35:49 +0000 (11:35 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:47:10 +0000 (10:47 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-text/blogc/blogc-0.12.0.ebuild
app-text/blogc/blogc-9999.ebuild

index b6d246f6e1a4859c2303b1e08e1eedc895e80cec..8dfe5bbee967a4f1c77e358adbc7f6bb546b4822 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/blogc/blogc.git
-               https://github.com/blogc/blogc.git"
+       EGIT_REPO_URI="https://github.com/blogc/blogc.git"
        inherit git-r3 autotools
 fi
 
index 88945655c49f4bed8347481290af88ecfcd114dc..eab99becb99511ab5b2650abd1013ef266abd2a8 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/blogc/blogc.git
-               https://github.com/blogc/blogc.git"
+       EGIT_REPO_URI="https://github.com/blogc/blogc.git"
        inherit git-r3 autotools
 fi