diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
commit | 2f8db31405fac68eea6f7257d58529243815033b (patch) | |
tree | 54259cc8988a98a10586fc0496b1f3501cd1e2a1 /dev-python/SaltTesting | |
parent | a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff) |
gentoo resync : 30.04.2018
Diffstat (limited to 'dev-python/SaltTesting')
-rw-r--r-- | dev-python/SaltTesting/Manifest | 4 | ||||
-rw-r--r-- | dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 7 | ||||
-rw-r--r-- | dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild | 7 |
3 files changed, 8 insertions, 10 deletions
diff --git a/dev-python/SaltTesting/Manifest b/dev-python/SaltTesting/Manifest index ff068c384f16..0d42bd080633 100644 --- a/dev-python/SaltTesting/Manifest +++ b/dev-python/SaltTesting/Manifest @@ -1,5 +1,5 @@ DIST SaltTesting-2015.7.10.tar.gz 77163 BLAKE2B 974c0f336da7c7222501cce31e5ebd5946901337bc185b24ce6e3efa5780924894e4293a8fc80dedbc85ea3e442dd6c793d75d1a4094c5f4e6960a60f3a9000d SHA512 8f8979fcbb13ff6f56c67d726aaa95a5e9fb0e73338487b87d72acdf4621f327bdc6944f5e27baee46f15d3537c7b37321aa5535d1b6d4b88c79c0c72acfb099 DIST SaltTesting-2017.6.1.tar.gz 90438 BLAKE2B 2d24dc88e8e352d027cf7bdf58a05afe7ec189c20312d821401fcb93fa1d2098078e6b3eb6e9bc86a7bca732b767553f1130cfedd93b91b8bc516fe72243cc1d SHA512 1d1a33385e9313450a17912440671567c957b74bfe6fea2e11921c8fde30ad5fc54b147b2c9d12763b946eac89e37346e1e5547fe310ee6a8bdb17ca601a09fb -EBUILD SaltTesting-2015.7.10.ebuild 647 BLAKE2B c26dc3ae5911c67b3df0c9ebfcb961c0864d55f24a398d05bb0c0fbe99bb9ddd2b3abe7ed107c4f864f4c07907dab42c1688d4ac9a45af6b2613415f1e55d72b SHA512 03e3246de4ac6eaf1af587d4c9142c3ae6ee9b89e8791fcacfd2e3ff887d14da682250e27c9f29d614895ccb87c78908f175d59a7fd99b44cfe1f5437686334e -EBUILD SaltTesting-2017.6.1.ebuild 687 BLAKE2B 6848659735f7461602a2fb88f4a95c02016412c37f6b4aa204ff0c371115c2b4e8788342a003c2bebcb67c65cc63df484599387bf98183cf60fc71d5b26a3f39 SHA512 d6dd18cf26f2c81555d180efb11da36254cf813cd489729e4b03225e5bf136fdc276aff1460be21669c7a15842ba210809a0bdf900df9ab34a607a66867c5984 +EBUILD SaltTesting-2015.7.10.ebuild 637 BLAKE2B debb29a392980c00f54210d11f98f7056e59b736d1d1bd43859610a35a5136ec60e9bb378d368a9eb2e396370bc93ae8ad969b574ac337fdd3579d189cae5315 SHA512 11293d5182aa925bea1ffbbe32433a5f45c7f0a6ad31f4bc6dbc3c91844e75602dd112c0394accdb93674514517d91135a47a5ec35daf15134ab352cdbed4896 +EBUILD SaltTesting-2017.6.1.ebuild 677 BLAKE2B a4e59770720bf339da197db5906b7f227d203e3bb7ca3d606f85a12db7f9374b9e8776cd0f6f0fb407f579415f763cfc20ae64bc49b3f3386b076984507061ea SHA512 ce99f35e2e85bb022f439c46a48eb8dc99880f812607a104bdf3e0ce5c222cf1a3add4f55a37ec1985aa8033bcef7b778b436199848d1ed266e8ff8a9e4a98af MISC metadata.xml 440 BLAKE2B c1e25f228c59fc89508e0a67def40ad27d42f679a8ef63e2a64db91e2c087208ae37d929c28cecff704be813fab5e9365a274e7c33065cf652b9986555a450eb SHA512 66e2e15e61bff62daa00dd1462249b7631b213fb1abd1da2deca72114cd16d296cb7add9eaacad0851a31a9cab01311bb83a8ae09e9741e3b3401b22c054264c diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild index f0d8be21ad05..b83a202a4b3e 100644 --- a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild +++ b/dev-python/SaltTesting/SaltTesting-2015.7.10.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=5 @@ -10,11 +10,10 @@ inherit eutils distutils-r1 DESCRIPTION="Required testing tools needed in the several Salt Stack projects" HOMEPAGE="https://saltstack.com/community/" -if [[ ${PV} == 9999* ]]; then - inherit git-2 +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git" EGIT_BRANCH="develop" - SRC_URI="" + inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild index 8c61110b76c0..d549c7afc061 100644 --- a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild +++ b/dev-python/SaltTesting/SaltTesting-2017.6.1.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 @@ -10,11 +10,10 @@ inherit eutils distutils-r1 DESCRIPTION="Required testing tools needed in the several Salt Stack projects" HOMEPAGE="https://saltstack.com/community/" -if [[ ${PV} == 9999* ]]; then - inherit git-2 +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git" EGIT_BRANCH="develop" - SRC_URI="" + inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" |