idella4     14/08/25 06:19:03

  Modified:             ChangeLog
  Added:                supervisor-3.1.1.ebuild
  Log:
  bump; add IUSE doc, doc build, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.16                 app-admin/supervisor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   2 Aug 2014 01:38:30 -0000       1.15
+++ ChangeLog   25 Aug 2014 06:19:03 -0000      1.16
@@ -1,6 +1,11 @@
 # 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.15 
2014/08/02 01:38:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.16 
2014/08/25 06:19:03 idella4 Exp $
+
+*supervisor-3.1.1 (25 Aug 2014)
+
+  25 Aug 2014; Ian Delaney <[email protected]> +supervisor-3.1.1.ebuild:
+  bump; add IUSE doc, doc build, tidy
 
   02 Aug 2014; Ian Delaney <[email protected]> supervisor-3.1.0.ebuild:
   drop py2.6, unrestrict workable test phase, tidy



1.1                  app-admin/supervisor/supervisor-3.1.1.ebuild

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

Index: supervisor-3.1.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 
2014/08/25 06:19:03 idella4 Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 )     # py2 only
# xml.etree.ElementTree module required.
PYTHON_REQ_USE="xml"

inherit distutils-r1

MY_PV="${PV/_beta/b}"

DESCRIPTION="A system for controlling process state under UNIX"
HOMEPAGE="http://supervisord.org/ http://pypi.python.org/pypi/supervisor";
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"

LICENSE="repoze ZPL BSD HPND GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

# ALL versions of meld3 match to >=meld3-0.6.5 
RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        test? ( dev-python/mock[${PYTHON_USEDEP}] )
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${PN}-${MY_PV}"

python_compile_all() {
        # Somehow the test phase is called and run on invoking a doc build; 
harmless
        use doc && emake -C docs html
}

python_test() {
        esetup.py test
}

python_install_all() {
        newinitd "${FILESDIR}/init.d-r1" supervisord
        newconfd "${FILESDIR}/conf.d" supervisord
        use doc && local HTML_DOCS=( docs/.build/html/. )
        distutils-r1_python_install_all
}




Reply via email to