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 CF71D138334 for ; Fri, 1 Jun 2018 15:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2EFE081B; Fri, 1 Jun 2018 15:58:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 59F47E081B for ; Fri, 1 Jun 2018 15:58:38 +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 5BEA7335C60 for ; Fri, 1 Jun 2018 15:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 660642AF for ; Fri, 1 Jun 2018 15:58:34 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1527868673.834ca3e028cfd563d98f2aab45add87d83a04c3a.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/grive/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild net-misc/grive/grive-0.4.0_pre20150905.ebuild net-misc/grive/grive-0.4.0_pre20151011.ebuild net-misc/grive/grive-0.5.1_pre20160114.ebuild net-misc/grive/grive-0.5.1_pre20160706.ebuild net-misc/grive/grive-0.5.1_pre20161004.ebuild X-VCS-Directories: net-misc/grive/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 834ca3e028cfd563d98f2aab45add87d83a04c3a X-VCS-Branch: master Date: Fri, 1 Jun 2018 15:58:34 +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: 8fc918a2-e2d9-48f2-8ffc-09124920dbab X-Archives-Hash: 672e1a1252d12361d9b17857da96281b commit: 834ca3e028cfd563d98f2aab45add87d83a04c3a Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 15:27:45 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Jun 1 15:57:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ca3e0 net-misc/grive: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild | 4 ++-- net-misc/grive/grive-0.4.0_pre20150905.ebuild | 4 ++-- net-misc/grive/grive-0.4.0_pre20151011.ebuild | 4 ++-- net-misc/grive/grive-0.5.1_pre20160114.ebuild | 4 ++-- net-misc/grive/grive-0.5.1_pre20160706.ebuild | 4 ++-- net-misc/grive/grive-0.5.1_pre20161004.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild b/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild index 3aa16d50332..a371012753c 100644 --- a/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild +++ b/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="5dc7028c8aebb26d35ed31c4b07ac180cc1887c9" diff --git a/net-misc/grive/grive-0.4.0_pre20150905.ebuild b/net-misc/grive/grive-0.4.0_pre20150905.ebuild index 941ca8119a8..0c2271c2d93 100644 --- a/net-misc/grive/grive-0.4.0_pre20150905.ebuild +++ b/net-misc/grive/grive-0.4.0_pre20150905.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="5dc7028c8aebb26d35ed31c4b07ac180cc1887c9" diff --git a/net-misc/grive/grive-0.4.0_pre20151011.ebuild b/net-misc/grive/grive-0.4.0_pre20151011.ebuild index 1546398dab7..53516923c8b 100644 --- a/net-misc/grive/grive-0.4.0_pre20151011.ebuild +++ b/net-misc/grive/grive-0.4.0_pre20151011.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="44cb91f94e67bcdad77ca564b4d8083cedf72251" diff --git a/net-misc/grive/grive-0.5.1_pre20160114.ebuild b/net-misc/grive/grive-0.5.1_pre20160114.ebuild index 9e85ba1529d..c60351f4dda 100644 --- a/net-misc/grive/grive-0.5.1_pre20160114.ebuild +++ b/net-misc/grive/grive-0.5.1_pre20160114.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="cfb8ff08b300d1fa57e12cdc85f724e3e25c906d" diff --git a/net-misc/grive/grive-0.5.1_pre20160706.ebuild b/net-misc/grive/grive-0.5.1_pre20160706.ebuild index bd19981b730..7e7ac90236b 100644 --- a/net-misc/grive/grive-0.5.1_pre20160706.ebuild +++ b/net-misc/grive/grive-0.5.1_pre20160706.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="457d84974592ed3f123622b12f2a7a748cbc0668" diff --git a/net-misc/grive/grive-0.5.1_pre20161004.ebuild b/net-misc/grive/grive-0.5.1_pre20161004.ebuild index 5990f75e9ce..76c1a3633a9 100644 --- a/net-misc/grive/grive-0.5.1_pre20161004.ebuild +++ b/net-misc/grive/grive-0.5.1_pre20161004.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils if [[ ${PV} = *9999 ]]; then - inherit git-2 EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git" + inherit git-r3 else inherit vcs-snapshot COMMIT="7bbb01c3014cc996ec24a7e5c0684f24b604b735"