commit:     7b8cd25ea360f1bfc252ec78cceebf45ed5dfbf4
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 27 16:57:47 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 22:11:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8cd25e

dev-python/pypax: git-2->git-r3, git://->https://

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 dev-python/pypax/pypax-0.9.2.ebuild |  8 ++++----
 dev-python/pypax/pypax-9999.ebuild  | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/pypax/pypax-0.9.2.ebuild 
b/dev-python/pypax/pypax-0.9.2.ebuild
index d6d789eeeda..322214eba63 100644
--- a/dev-python/pypax/pypax-0.9.2.ebuild
+++ b/dev-python/pypax/pypax-0.9.2.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=6
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-       inherit git-2
+if [[ ${PV} == *9999* ]] ; then
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git";
+       inherit git-r3
 else
        SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz";
        KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"

diff --git a/dev-python/pypax/pypax-9999.ebuild 
b/dev-python/pypax/pypax-9999.ebuild
index 21130e24c55..39846769a8c 100644
--- a/dev-python/pypax/pypax-9999.ebuild
+++ b/dev-python/pypax/pypax-9999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-       inherit git-2
+if [[ ${PV} == *9999* ]] ; then
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git";
+       inherit git-r3
 else
        SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"

Reply via email to