From: Michał Górny Date: Fri, 5 Jan 2018 17:21:26 +0000 (+0100) Subject: dev-python/pp: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4422061a1d01b94b09283963d3d439106786c12c;p=gentoo.git dev-python/pp: Clean old up --- diff --git a/dev-python/pp/Manifest b/dev-python/pp/Manifest index 06c749e3a85f..5619fad13d24 100644 --- a/dev-python/pp/Manifest +++ b/dev-python/pp/Manifest @@ -1,2 +1 @@ -DIST pp-1.6.4.tar.bz2 27166 BLAKE2B a21320f9f112011d72c906aabba0fec4c352b5f2a7caabac19d997c018bd734a07aeff1ffe91916e64394664d8ac618829068f3597af4459cb1133feacb00e7f SHA512 213322aaa60e1485b855e96336a01c45407185892dede693c013a200554656ce08799ee23ee4a0cf628b382b98e0519445c99dbb89f209b1b907ac0a1fc8147e DIST pp-1.6.5.tar.bz2 27185 BLAKE2B 3148b9d9c251a8f75348f4a5b4905d658054b44ef959b4e9617532f69d6d0c12379c68c86cb91a8151de50b9434844ee6746cc266e253a4417228895178c3aec SHA512 b72c3e12b770f386b213a0325748a7e99d225a608a5453929004b06aaaa8fb69b40054a3bcb1d8b30a640f7db7a945b0ae8c1b1a1d753855668553d18a18bbfe diff --git a/dev-python/pp/pp-1.6.4-r1.ebuild b/dev-python/pp/pp-1.6.4-r1.ebuild deleted file mode 100644 index d7b3ae615fc5..000000000000 --- a/dev-python/pp/pp-1.6.4-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -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" - -python_install_all() { - doman doc/ppserver.1 - use doc && HTML_DOCS=( doc/ppdoc.html ) - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r "${S}/examples" - fi - distutils-r1_python_install_all -}