Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypax/
Date: Fri, 27 Apr 2018 22:11:38
Message-Id: 1524867068.7b8cd25ea360f1bfc252ec78cceebf45ed5dfbf4.blueness@gentoo
1 commit: 7b8cd25ea360f1bfc252ec78cceebf45ed5dfbf4
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 27 16:57:47 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 22:11:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8cd25e
7
8 dev-python/pypax: git-2->git-r3, git://->https://
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 dev-python/pypax/pypax-0.9.2.ebuild | 8 ++++----
14 dev-python/pypax/pypax-9999.ebuild | 10 +++++-----
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild
18 index d6d789eeeda..322214eba63 100644
19 --- a/dev-python/pypax/pypax-0.9.2.ebuild
20 +++ b/dev-python/pypax/pypax-0.9.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
28
29 inherit distutils-r1
30
31 -if [[ ${PV} == "9999" ]] ; then
32 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
33 - inherit git-2
34 +if [[ ${PV} == *9999* ]] ; then
35 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git"
36 + inherit git-r3
37 else
38 SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz"
39 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
40
41 diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild
42 index 21130e24c55..39846769a8c 100644
43 --- a/dev-python/pypax/pypax-9999.ebuild
44 +++ b/dev-python/pypax/pypax-9999.ebuild
45 @@ -1,15 +1,15 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 -EAPI="5"
51 +EAPI=6
52
53 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
54
55 inherit distutils-r1
56
57 -if [[ ${PV} == "9999" ]] ; then
58 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
59 - inherit git-2
60 +if [[ ${PV} == *9999* ]] ; then
61 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git"
62 + inherit git-r3
63 else
64 SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz"
65 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"