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 905EB139694 for ; Sun, 30 Jul 2017 09:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD581FC2A6; Sun, 30 Jul 2017 09:38:23 +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 282B91FC2A6 for ; Sun, 30 Jul 2017 09:38:23 +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 EC6F8341A43 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 7D4EF74DC 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: <1501407485.5b93d671ac8ddfb8e00d13fdad0464bd5b258a1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpostproc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild media-libs/libpostproc/libpostproc-10.20140517.ebuild media-libs/libpostproc/libpostproc-9999.ebuild X-VCS-Directories: media-libs/libpostproc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b93d671ac8ddfb8e00d13fdad0464bd5b258a1a 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: 53fa95f8-628d-4edf-8048-e9a73ee08931 X-Archives-Hash: 8d329cf1decc8a457dc5d7925a9b945c commit: 5b93d671ac8ddfb8e00d13fdad0464bd5b258a1a Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:48:32 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:38:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93d671 media-libs/libpostproc: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild | 4 ++-- media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild | 4 ++-- media-libs/libpostproc/libpostproc-10.20140517.ebuild | 4 ++-- media-libs/libpostproc/libpostproc-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild index b239033b5eb..76b7c2d3646 100644 --- a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild +++ b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,7 +6,7 @@ EAPI="4" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/dwbuiten/postproc.git" + EGIT_REPO_URI="https://github.com/dwbuiten/postproc.git" fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM} diff --git a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild index 59c25988989..def8f1fe3e3 100644 --- a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild +++ b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git" + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git" fi inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} diff --git a/media-libs/libpostproc/libpostproc-10.20140517.ebuild b/media-libs/libpostproc/libpostproc-10.20140517.ebuild index 60335a603f7..32152d6af2c 100644 --- a/media-libs/libpostproc/libpostproc-10.20140517.ebuild +++ b/media-libs/libpostproc/libpostproc-10.20140517.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,7 +6,7 @@ EAPI="4" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git" + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git" fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM} diff --git a/media-libs/libpostproc/libpostproc-9999.ebuild b/media-libs/libpostproc/libpostproc-9999.ebuild index b08336dd17f..d64b20db732 100644 --- a/media-libs/libpostproc/libpostproc-9999.ebuild +++ b/media-libs/libpostproc/libpostproc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git" + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git" fi inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}