commit: 28e12a9e52595dc08f29c6648d49c234407131ca
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:35:49 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e12a9e
app-text/blogc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-text/blogc/blogc-0.12.0.ebuild | 6 ++----
app-text/blogc/blogc-9999.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-text/blogc/blogc-0.12.0.ebuild
b/app-text/blogc/blogc-0.12.0.ebuild
index b6d246f6e1a..8dfe5bbee96 100644
--- a/app-text/blogc/blogc-0.12.0.ebuild
+++ b/app-text/blogc/blogc-0.12.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/blogc/blogc.git
- https://github.com/blogc/blogc.git"
+ EGIT_REPO_URI="https://github.com/blogc/blogc.git"
inherit git-r3 autotools
fi
diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
index 88945655c49..eab99becb99 100644
--- a/app-text/blogc/blogc-9999.ebuild
+++ b/app-text/blogc/blogc-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/blogc/blogc.git
- https://github.com/blogc/blogc.git"
+ EGIT_REPO_URI="https://github.com/blogc/blogc.git"
inherit git-r3 autotools
fi