idella4     14/08/02 01:38:30

  Modified:             supervisor-3.1.0.ebuild ChangeLog
  Log:
  drop py2.6, unrestrict workable test phase, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  app-admin/supervisor/supervisor-3.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?r1=1.1&r2=1.2

Index: supervisor-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supervisor-3.1.0.ebuild     1 Aug 2014 05:35:39 -0000       1.1
+++ supervisor-3.1.0.ebuild     2 Aug 2014 01:38:30 -0000       1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.1 
2014/08/01 05:35:39 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.2 
2014/08/02 01:38:30 idella4 Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 # xml.etree.ElementTree module required.
 PYTHON_REQ_USE="xml"
 
@@ -26,13 +26,8 @@
 DEPEND="${RDEPEND}
        test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
-# package uses namespaces which makes tests use installed packages
-RESTRICT="test"
-
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-DOCS=( CHANGES.txt TODO.txt )
-
 python_prepare_all() {
        # write missing MANIFEST.in file, otherwise required files get lost due 
to
        # egg_info being passed to setup.py
@@ -42,6 +37,7 @@
 recursive-include supervisor/ui *.html *.css *.gif *.png
 recursive-include supervisor/tests *.conf *.txt
 EOF
+       distutils-r1_python_prepare_all
 }
 
 python_test() {
@@ -51,4 +47,5 @@
 python_install_all() {
        newinitd "${FILESDIR}/init.d-r1" supervisord
        newconfd "${FILESDIR}/conf.d" supervisord
+       distutils-r1_python_install_all
 }



1.15                 app-admin/supervisor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Aug 2014 05:35:39 -0000       1.14
+++ ChangeLog   2 Aug 2014 01:38:30 -0000       1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/supervisor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.14 
2014/08/01 05:35:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.15 
2014/08/02 01:38:30 idella4 Exp $
+
+  02 Aug 2014; Ian Delaney <idel...@gentoo.org> supervisor-3.1.0.ebuild:
+  drop py2.6, unrestrict workable test phase, tidy
 
 *supervisor-3.1.0 (01 Aug 2014)
 




Reply via email to