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 6CEE8139694 for ; Sun, 30 Jul 2017 09:38:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D251FC2A5; Sun, 30 Jul 2017 09:38:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E63D1FC2A5 for ; Sun, 30 Jul 2017 09:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B4DBA341A99 for ; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 427FD74D9 for ; Sun, 30 Jul 2017 09:38:13 +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: <1501407484.db511a74a0d81f543c42d5d41ba9d41d8d7e543c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-amrwbenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild X-VCS-Directories: media-libs/vo-amrwbenc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db511a74a0d81f543c42d5d41ba9d41d8d7e543c X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:38:13 +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: e86dcf2d-a2a6-456b-b3e7-981c32ef1ebb X-Archives-Hash: c6773825be15a694fca332ff5159f6ba commit: db511a74a0d81f543c42d5d41ba9d41d8d7e543c Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:43:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:38:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db511a74 media-libs/vo-amrwbenc: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild | 4 ++-- media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 2 +- media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild index 756fa2ee19a..c084e7fe583 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 9c42dfc7d64..10694e977bb 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild index 085ee9c4a32..725ea1c33f0 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi