dev-python/pypax: git-2->git-r3, git://->https://
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 27 Apr 2018 16:57:47 +0000 (11:57 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 27 Apr 2018 22:11:08 +0000 (18:11 -0400)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
dev-python/pypax/pypax-0.9.2.ebuild
dev-python/pypax/pypax-9999.ebuild

index d6d789eeeda0f929632211ddae07cab9a6345f57..322214eba63392626930b84c970c2af0b9dbb8a6 100644 (file)
@@ -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"
index 21130e24c551a282c44eb00e4b7fbcb0adb364cf..39846769a8c1d6404fd74a2b42b42e2df7297ed2 100644 (file)
@@ -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"