Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/SaltTesting: SaltTesting-0.5.3.ebuild ChangeLog
Date: Wed, 26 Feb 2014 23:19:56
Message-Id: 20140226231950.657862004C@flycatcher.gentoo.org
1 chutzpah 14/02/26 23:19:50
2
3 Modified: ChangeLog
4 Added: SaltTesting-0.5.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
9
10 Revision Changes Path
11 1.2 dev-python/SaltTesting/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 12 Nov 2013 18:57:29 -0000 1.1
24 +++ ChangeLog 26 Feb 2014 23:19:50 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/SaltTesting
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.1 2013/11/12 18:57:29 chutzpah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.2 2014/02/26 23:19:50 chutzpah Exp $
31 +
32 +*SaltTesting-0.5.3 (26 Feb 2014)
33 +
34 + 26 Feb 2014; Patrick McLean <chutzpah@g.o> +SaltTesting-0.5.3.ebuild:
35 + Version bump.
36
37 *SaltTesting-0.5.2 (12 Nov 2013)
38
39
40
41
42 1.1 dev-python/SaltTesting/SaltTesting-0.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-0.5.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-0.5.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: SaltTesting-0.5.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/SaltTesting-0.5.3.ebuild,v 1.1 2014/02/26 23:19:50 chutzpah Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=(python{2_6,2_7})
56
57 inherit eutils distutils-r1
58
59 DESCRIPTION="Required testing tools needed in the several Salt Stack projects."
60 HOMEPAGE="http://saltstack.org/"
61
62 if [[ ${PV} == 9999* ]]; then
63 inherit git-2
64 EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
65 EGIT_BRANCH="develop"
66 SRC_URI=""
67 KEYWORDS=""
68 else
69 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 KEYWORDS="~x86 ~amd64"
71 fi
72
73 LICENSE="Apache-2.0"
74 SLOT="0"