Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/salt: ChangeLog salt-2014.1.9.ebuild salt-2014.1.8.ebuild
Date: Fri, 01 Aug 2014 01:07:15
Message-Id: 20140801010708.6A6052004E@flycatcher.gentoo.org
1 chutzpah 14/08/01 01:07:07
2
3 Modified: ChangeLog
4 Added: salt-2014.1.9.ebuild
5 Removed: salt-2014.1.8.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
10
11 Revision Changes Path
12 1.44 app-admin/salt/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.44&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.44&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?r1=1.43&r2=1.44
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v
21 retrieving revision 1.43
22 retrieving revision 1.44
23 diff -u -r1.43 -r1.44
24 --- ChangeLog 30 Jul 2014 23:57:53 -0000 1.43
25 +++ ChangeLog 1 Aug 2014 01:07:07 -0000 1.44
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-admin/salt
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.43 2014/07/30 23:57:53 chutzpah Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.44 2014/08/01 01:07:07 chutzpah Exp $
31 +
32 +*salt-2014.1.9 (01 Aug 2014)
33 +
34 + 01 Aug 2014; Patrick McLean <chutzpah@g.o> -salt-2014.1.8.ebuild,
35 + +salt-2014.1.9.ebuild:
36 + Version bump.
37
38 *salt-2014.1.8 (30 Jul 2014)
39
40
41
42
43 1.1 app-admin/salt/salt-2014.1.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-2014.1.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-2014.1.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: salt-2014.1.9.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-2014.1.9.ebuild,v 1.1 2014/08/01 01:07:07 chutzpah Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=(python{2_6,2_7})
57
58 inherit eutils distutils-r1 systemd
59
60 DESCRIPTION="Salt is a remote execution and configuration manager."
61 HOMEPAGE="http://saltstack.org/"
62
63 if [[ ${PV} == 9999* ]]; then
64 inherit git-2
65 EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
66 EGIT_BRANCH="develop"
67 SRC_URI=""
68 KEYWORDS=""
69 else
70 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 KEYWORDS="~x86 ~amd64"
72 fi
73
74 LICENSE="Apache-2.0"
75 SLOT="0"
76 IUSE="ldap libcloud libvirt mako mongodb mysql openssl redis timelib test"
77
78 RDEPEND=">=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
79 dev-python/msgpack[${PYTHON_USEDEP}]
80 dev-python/pyyaml[${PYTHON_USEDEP}]
81 dev-python/m2crypto[${PYTHON_USEDEP}]
82 dev-python/pycrypto[${PYTHON_USEDEP}]
83 dev-python/pycryptopp[${PYTHON_USEDEP}]
84 dev-python/jinja[${PYTHON_USEDEP}]
85 dev-python/setuptools[${PYTHON_USEDEP}]
86 libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
87 sys-apps/pciutils
88 mako? ( dev-python/mako[${PYTHON_USEDEP}] )
89 ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
90 openssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
91 libvirt? ( || (
92 dev-python/libvirt-python[${PYTHON_USEDEP}]
93 app-emulation/libvirt[python,${PYTHON_USEDEP}]
94 )
95 )
96 mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
97 mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
98 redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
99 timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )"
100 DEPEND="test? (
101 dev-python/pip
102 dev-python/virtualenv
103 dev-python/timelib
104 >=dev-python/SaltTesting-2014.4.24
105 ${RDEPEND}
106 )"
107
108 PATCHES=(
109 "${FILESDIR}/${PN}-2014.1.2-tests-nonroot.patch"
110 "${FILESDIR}/${PN}-2014.1.5-tests-nonroot.patch"
111 "${FILESDIR}/${PN}-2014.1.5-minion-error.patch"
112 )
113 DOCS=(README.rst AUTHORS)
114
115 python_prepare() {
116 sed -i '/install_requires=/ d' setup.py || die "sed failed"
117
118 # this test fails because it trys to "pip install distribute"
119 rm tests/unit/{modules,states}/zcbuildout_test.py
120 }
121
122 python_install_all() {
123 USE_SETUPTOOLS=1 distutils-r1_python_install_all
124
125 for s in minion master syndic; do
126 newinitd "${FILESDIR}"/${s}-initd-3 salt-${s}
127 newconfd "${FILESDIR}"/${s}-confd-1 salt-${s}
128 systemd_dounit "${FILESDIR}"/salt-${s}.service
129 done
130
131 insinto /etc/${PN}
132 doins conf/*
133 }
134
135 python_test() {
136 # testsuite likes lots of files
137 ulimit -n 3072
138 USE_SETUPTOOLS=1 SHELL="/bin/bash" TMPDIR=/tmp ./tests/runtests.py --unit-tests --no-report --verbose || die
139 }