diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 21:29:54 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 21:29:54 +0000 |
commit | d055dae5c898a4ef2c21ae4bae2d2415c521e694 (patch) | |
tree | 255fc7279d1bd83f616211599a20c484f7bebfba /app-admin/supervisor | |
parent | Stable on amd64 wrt bug #426778 (diff) | |
download | gentoo-2-d055dae5c898a4ef2c21ae4bae2d2415c521e694.tar.gz gentoo-2-d055dae5c898a4ef2c21ae4bae2d2415c521e694.tar.bz2 gentoo-2-d055dae5c898a4ef2c21ae4bae2d2415c521e694.zip |
Bumped to EAPI 4 and added xml(+)
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'app-admin/supervisor')
-rw-r--r-- | app-admin/supervisor/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/supervisor/supervisor-3.0_alpha10.ebuild | 8 | ||||
-rw-r--r-- | app-admin/supervisor/supervisor-3.0_alpha12.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/supervisor/ChangeLog b/app-admin/supervisor/ChangeLog index b5698eac5f8e..6d84b64a3561 100644 --- a/app-admin/supervisor/ChangeLog +++ b/app-admin/supervisor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/supervisor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.6 2012/04/23 05:25:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.7 2012/08/02 21:29:54 neurogeek Exp $ + + 02 Aug 2012; Jesus Rivero <neurogeek@gentoo.org> + supervisor-3.0_alpha10.ebuild, supervisor-3.0_alpha12.ebuild: + Bumped to EAPI 4 and added xml(+) *supervisor-3.0_alpha12 (23 Apr 2012) diff --git a/app-admin/supervisor/supervisor-3.0_alpha10.ebuild b/app-admin/supervisor/supervisor-3.0_alpha10.ebuild index 656cdb9b6506..9bd5fd620ebd 100644 --- a/app-admin/supervisor/supervisor-3.0_alpha10.ebuild +++ b/app-admin/supervisor/supervisor-3.0_alpha10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha10.ebuild,v 1.1 2011/09/11 05:04:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha10.ebuild,v 1.2 2012/08/02 21:29:54 neurogeek Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="xml" +PYTHON_USE_WITH="xml(+)" SUPPORT_PYTHON_ABIS="1" # xml.etree.ElementTree module required. RESTRICT_PYTHON_ABIS="2.4 3.*" diff --git a/app-admin/supervisor/supervisor-3.0_alpha12.ebuild b/app-admin/supervisor/supervisor-3.0_alpha12.ebuild index f8c123aafe01..f152294056ed 100644 --- a/app-admin/supervisor/supervisor-3.0_alpha12.ebuild +++ b/app-admin/supervisor/supervisor-3.0_alpha12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha12.ebuild,v 1.1 2012/04/23 05:25:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha12.ebuild,v 1.2 2012/08/02 21:29:54 neurogeek Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="xml" +PYTHON_USE_WITH="xml(+)" SUPPORT_PYTHON_ABIS="1" # xml.etree.ElementTree module required. RESTRICT_PYTHON_ABIS="2.4 3.*" |