summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2013-07-30 12:40:48 -0400
committerJustin Riley <justin.t.riley@gmail.com>2013-08-19 11:00:18 -0400
commitff0629bf11af9e8f76c1e8ac89e29b37175f470f (patch)
tree25b5ed7a4705cff484f45a6fca2f52c68ae978b7 /dev-python
parentfontypython: dep on virtual/python-imaging (diff)
downloadjtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.tar.gz
jtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.tar.bz2
jtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.zip
more unused ebuild cleanup
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/workerpool/Manifest1
-rw-r--r--dev-python/workerpool/workerpool-0.9.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/workerpool/Manifest b/dev-python/workerpool/Manifest
deleted file mode 100644
index a81e394..0000000
--- a/dev-python/workerpool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST workerpool-0.9.2.tar.gz 7747 SHA256 ab2eaf05e236140c62c7411d13ecc4ddedc365966282719a35afc53043c00f82 SHA512 d5ce36ff48b297adb40baf40a53823cc8b6e39b0c7eb880541dffb5ea1d0849e50c344e63f1ac3089d51fc1fe6e73ff2a26df03f9d68f24980222fe3ef7f01c5 WHIRLPOOL 093221fb442abe017591fa79b85abbd1824b63ec89aaf62eb87cb50975dd5164cd3a1ef36c51336e2dcb97aef3fdd18695691e73bfaaa168077172bcc5a49db3
diff --git a/dev-python/workerpool/workerpool-0.9.2.ebuild b/dev-python/workerpool/workerpool-0.9.2.ebuild
deleted file mode 100644
index 5394db5..0000000
--- a/dev-python/workerpool/workerpool-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Module for distributing jobs to a pool of worker threads."
-HOMEPAGE="http://github.com/shazow/workerpool"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools"