From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB5A51382C5 for ; Sun, 29 Apr 2018 10:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE239E0972; Sun, 29 Apr 2018 10:30:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99B9DE0972 for ; Sun, 29 Apr 2018 10:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1895D335CA2 for ; Sun, 29 Apr 2018 10:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C989628D for ; Sun, 29 Apr 2018 10:30:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524997763.c885fa1db9d742a4b1b10c1c27fb3427cfc5200b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/SaltTesting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild X-VCS-Directories: dev-python/SaltTesting/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c885fa1db9d742a4b1b10c1c27fb3427cfc5200b X-VCS-Branch: master Date: Sun, 29 Apr 2018 10:30:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 282ccbec-b8f7-4e6f-b896-2010560214d2 X-Archives-Hash: c8c0d4c565d6df4433512b93cb139fe4 commit: c885fa1db9d742a4b1b10c1c27fb3427cfc5200b Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 27 17:47:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 10:29:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c885fa1d dev-python/SaltTesting: git-2->git-r3 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 7 +++---- dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild index f0d8be21ad0..b83a202a4b3 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 8c61110b76c..d549c7afc06 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"