dev-python/pp: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 17:21:26 +0000 (18:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:18:54 +0000 (00:18 +0100)
dev-python/pp/Manifest
dev-python/pp/pp-1.6.4-r1.ebuild [deleted file]

index 06c749e3a85f65645947800660a507d3ebf68de0..5619fad13d24d4301ac98d55e3d486f169ff07f1 100644 (file)
@@ -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 (file)
index d7b3ae6..0000000
+++ /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
-}