Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/SaltTesting/
Date: Sun, 29 Apr 2018 10:30:16
Message-Id: 1524997763.c885fa1db9d742a4b1b10c1c27fb3427cfc5200b.mgorny@gentoo
1 commit: c885fa1db9d742a4b1b10c1c27fb3427cfc5200b
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:47:52 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 10:29:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c885fa1d
7
8 dev-python/SaltTesting: git-2->git-r3
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 7 +++----
13 dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild | 7 +++----
14 2 files changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
17 index f0d8be21ad0..b83a202a4b3 100644
18 --- a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
19 +++ b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -10,11 +10,10 @@ inherit eutils distutils-r1
27 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
28 HOMEPAGE="https://saltstack.com/community/"
29
30 -if [[ ${PV} == 9999* ]]; then
31 - inherit git-2
32 +if [[ ${PV} == *9999* ]]; then
33 EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
34 EGIT_BRANCH="develop"
35 - SRC_URI=""
36 + inherit git-r3
37 else
38 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 KEYWORDS="amd64 x86"
40
41 diff --git a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
42 index 8c61110b76c..d549c7afc06 100644
43 --- a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
44 +++ b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
45 @@ -1,4 +1,4 @@
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=6
51 @@ -10,11 +10,10 @@ inherit eutils distutils-r1
52 DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
53 HOMEPAGE="https://saltstack.com/community/"
54
55 -if [[ ${PV} == 9999* ]]; then
56 - inherit git-2
57 +if [[ ${PV} == *9999* ]]; then
58 EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
59 EGIT_BRANCH="develop"
60 - SRC_URI=""
61 + inherit git-r3
62 else
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64 KEYWORDS="~amd64 ~x86"