idella4     15/07/05 06:53:10

  Modified:             ChangeLog
  Added:                SaltTesting-2015.5.8.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.11                 dev-python/SaltTesting/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Jun 2015 21:41:40 -0000       1.10
+++ ChangeLog   5 Jul 2015 06:53:10 -0000       1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/SaltTesting
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.10 
2015/06/03 21:41:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.11 
2015/07/05 06:53:10 idella4 Exp $
+
+*SaltTesting-2015.5.8 (05 Jul 2015)
+
+  05 Jul 2015; Ian Delaney <idel...@gentoo.org> +SaltTesting-2015.5.8.ebuild:
+  bump
 
   03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild?rev=1.1&content-type=text/plain

Index: SaltTesting-2015.5.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild,v 
1.1 2015/07/05 06:53:10 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils distutils-r1

DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
HOMEPAGE="http://saltstack.org/";

if [[ ${PV} == 9999* ]]; then
        inherit git-2
        EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
else
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
        KEYWORDS="~x86 ~amd64"
fi

LICENSE="Apache-2.0"
SLOT="0"

DEPEND="
        >=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]"
# The testsuite requires the package salt itself which has never been added to 
portage




Reply via email to