app-portage/grs: [QA] Port to git-r3
authorDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:33:55 +0000 (15:33 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:43:03 +0000 (15:43 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-portage/grs/grs-0.4.ebuild
app-portage/grs/grs-0.5.ebuild
app-portage/grs/grs-9999.ebuild

index c80a026859f5e07b9a9edf6cb7b787492f9cb4ac..6b900fbe1c4932f420361743160b0879c1ecbbe6 100644 (file)
@@ -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"
index 0ec4143b913977e4af9cf6fbea1118cd8690278d..ef064c9ea51befea002e5c6b5e3f354bbed0bfc9 100644 (file)
@@ -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"
index 864f7da9b71723f09bd1a79bc1194a2cf989e015..9b15694e76ebf4c8d3531506b467433387b53fc8 100644 (file)
@@ -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"