Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/supervisor: supervisor-3.1.0.ebuild ChangeLog
Date: Sat, 02 Aug 2014 01:38:33
Message-Id: 20140802013830.BE4432004E@flycatcher.gentoo.org
1 idella4 14/08/02 01:38:30
2
3 Modified: supervisor-3.1.0.ebuild ChangeLog
4 Log:
5 drop py2.6, unrestrict workable test phase, tidy
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 app-admin/supervisor/supervisor-3.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: supervisor-3.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- supervisor-3.1.0.ebuild 1 Aug 2014 05:35:39 -0000 1.1
23 +++ supervisor-3.1.0.ebuild 2 Aug 2014 01:38:30 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.1 2014/08/01 05:35:39 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.2 2014/08/02 01:38:30 idella4 Exp $
29
30 EAPI="5"
31
32 -PYTHON_COMPAT=( python{2_6,2_7} )
33 +PYTHON_COMPAT=( python2_7 )
34 # xml.etree.ElementTree module required.
35 PYTHON_REQ_USE="xml"
36
37 @@ -26,13 +26,8 @@
38 DEPEND="${RDEPEND}
39 test? ( dev-python/mock[${PYTHON_USEDEP}] )"
40
41 -# package uses namespaces which makes tests use installed packages
42 -RESTRICT="test"
43 -
44 S="${WORKDIR}/${PN}-${MY_PV}"
45
46 -DOCS=( CHANGES.txt TODO.txt )
47 -
48 python_prepare_all() {
49 # write missing MANIFEST.in file, otherwise required files get lost due to
50 # egg_info being passed to setup.py
51 @@ -42,6 +37,7 @@
52 recursive-include supervisor/ui *.html *.css *.gif *.png
53 recursive-include supervisor/tests *.conf *.txt
54 EOF
55 + distutils-r1_python_prepare_all
56 }
57
58 python_test() {
59 @@ -51,4 +47,5 @@
60 python_install_all() {
61 newinitd "${FILESDIR}/init.d-r1" supervisord
62 newconfd "${FILESDIR}/conf.d" supervisord
63 + distutils-r1_python_install_all
64 }
65
66
67
68 1.15 app-admin/supervisor/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?r1=1.14&r2=1.15
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v
77 retrieving revision 1.14
78 retrieving revision 1.15
79 diff -u -r1.14 -r1.15
80 --- ChangeLog 1 Aug 2014 05:35:39 -0000 1.14
81 +++ ChangeLog 2 Aug 2014 01:38:30 -0000 1.15
82 @@ -1,6 +1,9 @@
83 # ChangeLog for app-admin/supervisor
84 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.14 2014/08/01 05:35:39 patrick Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.15 2014/08/02 01:38:30 idella4 Exp $
87 +
88 + 02 Aug 2014; Ian Delaney <idella4@g.o> supervisor-3.1.0.ebuild:
89 + drop py2.6, unrestrict workable test phase, tidy
90
91 *supervisor-3.1.0 (01 Aug 2014)