diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:35:49 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:47:10 +0200 |
commit | 28e12a9e52595dc08f29c6648d49c234407131ca (patch) | |
tree | a13c2f38be3c6ac719448e0acf4e926f623eac86 /app-text | |
parent | app-shells/mpibash: use HTTPS for GitHub (diff) | |
download | gentoo-28e12a9e52595dc08f29c6648d49c234407131ca.tar.gz gentoo-28e12a9e52595dc08f29c6648d49c234407131ca.tar.bz2 gentoo-28e12a9e52595dc08f29c6648d49c234407131ca.zip |
app-text/blogc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/blogc/blogc-0.12.0.ebuild | 6 | ||||
-rw-r--r-- | 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 b6d246f6e1a4..8dfe5bbee967 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 88945655c49f..eab99becb995 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 |