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 43E8E138806 for ; Mon, 25 Dec 2017 14:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63840E0E83; Mon, 25 Dec 2017 14:43: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 418DEE0E83 for ; Mon, 25 Dec 2017 14:43: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 7524E34085A for ; Mon, 25 Dec 2017 14:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA461AE9F for ; Mon, 25 Dec 2017 14:43:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514212983.78976e81513d3d1733a01b903509a5ba18edc3a5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.4.ebuild app-portage/grs/grs-0.5.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 78976e81513d3d1733a01b903509a5ba18edc3a5 X-VCS-Branch: master Date: Mon, 25 Dec 2017 14:43:19 +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: 8dbbfcd7-fa38-46b1-86a4-dbd390d86d58 X-Archives-Hash: 06130190f6c50551a6cccdd3a96081be commit: 78976e81513d3d1733a01b903509a5ba18edc3a5 Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 14:33:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 14:43:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78976e81 app-portage/grs: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-portage/grs/grs-0.4.ebuild | 8 ++++---- app-portage/grs/grs-0.5.ebuild | 6 +++--- app-portage/grs/grs-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-portage/grs/grs-0.4.ebuild b/app-portage/grs/grs-0.4.ebuild index c80a026859f..6b900fbe1c4 100644 --- a/app-portage/grs/grs-0.4.ebuild +++ b/app-portage/grs/grs-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" - inherit git-2 +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/grss.git" + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="amd64" diff --git a/app-portage/grs/grs-0.5.ebuild b/app-portage/grs/grs-0.5.ebuild index 0ec4143b913..ef064c9ea51 100644 --- a/app-portage/grs/grs-0.5.ebuild +++ b/app-portage/grs/grs-0.5.ebuild @@ -6,9 +6,9 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 linux-info -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" - inherit git-2 +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/grss.git" + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="amd64" diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 864f7da9b71..9b15694e76e 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -6,9 +6,9 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 linux-info -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" - inherit git-2 +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/grss.git" + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="~amd64"