From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F099139694 for ; Sun, 30 Jul 2017 08:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2891FC181; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F4E61FC181 for ; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93B13341AAD for ; Sun, 30 Jul 2017 08:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E433774D2 for ; Sun, 30 Jul 2017 08:47:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501404430.28e12a9e52595dc08f29c6648d49c234407131ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-0.12.0.ebuild app-text/blogc/blogc-9999.ebuild X-VCS-Directories: app-text/blogc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 28e12a9e52595dc08f29c6648d49c234407131ca X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4e1d63b5-1a21-4164-bc88-d162b61d2ebe X-Archives-Hash: 1fe62e661ad1b7bf0b0ae62617c01aec commit: 28e12a9e52595dc08f29c6648d49c234407131ca Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:35:49 2017 +0000 Commit: Michał Górny gentoo 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