From 29cc1622a3260f5fe80de345f0c5b7c36989675f Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 11 Jan 2013 07:32:32 +0000 Subject: Bump for #451224 (Portage version: 2.2.0_alpha150/cvs/Linux x86_64, unsigned Manifest commit) --- dev-python/pp/ChangeLog | 9 +++++++-- dev-python/pp/pp-1.6.3.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 dev-python/pp/pp-1.6.3.ebuild (limited to 'dev-python/pp') diff --git a/dev-python/pp/ChangeLog b/dev-python/pp/ChangeLog index ed2c7036f305..345096fb67ec 100644 --- a/dev-python/pp/ChangeLog +++ b/dev-python/pp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pp/ChangeLog,v 1.12 2012/06/28 06:46:52 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pp/ChangeLog,v 1.13 2013/01/11 07:32:32 patrick Exp $ + +*pp-1.6.3 (11 Jan 2013) + + 11 Jan 2013; Patrick Lauer +pp-1.6.3.ebuild: + Bump for #451224 *pp-1.6.2 (28 Jun 2012) diff --git a/dev-python/pp/pp-1.6.3.ebuild b/dev-python/pp/pp-1.6.3.ebuild new file mode 100644 index 000000000000..ad70c4cdebe0 --- /dev/null +++ b/dev-python/pp/pp-1.6.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pp/pp-1.6.3.ebuild,v 1.1 2013/01/11 07:32:32 patrick Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Parallel and distributed programming for Python" +HOMEPAGE="http://www.parallelpython.com/" +SRC_URI="http://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" + +PYTHON_MODNAME="pp.py ppauto.py pptransport.py ppworker.py" + +src_install() { + distutils_src_install + + doman doc/ppserver.1 + use doc && dohtml doc/ppdoc.html + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r "${S}/examples" + fi +} -- cgit v1.2.3-65-gdbad