summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-21 17:34:31 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-21 17:34:31 +0000
commitd2602f6cf818837bc8c7e0fc10a243ec944d2a9c (patch)
tree96d88d9640552a08fb9ef2faea03361c65596173 /dev-python/setproctitle
parentDropping 'extra' USE flag since x11-libs/gtk+extra is going to be removed (diff)
downloadhistorical-d2602f6cf818837bc8c7e0fc10a243ec944d2a9c.tar.gz
historical-d2602f6cf818837bc8c7e0fc10a243ec944d2a9c.tar.bz2
historical-d2602f6cf818837bc8c7e0fc10a243ec944d2a9c.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/setproctitle')
-rw-r--r--dev-python/setproctitle/setproctitle-0.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/setproctitle/setproctitle-0.4.ebuild b/dev-python/setproctitle/setproctitle-0.4.ebuild
deleted file mode 100644
index 20fbe1a8b432..000000000000
--- a/dev-python/setproctitle/setproctitle-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-0.4.ebuild,v 1.1 2009/12/20 04:40:48 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Allow customization of the process title."
-HOMEPAGE="http://code.google.com/p/py-setproctitle/ http://pypi.python.org/pypi/setproctitle"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-python/nose )"
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="HISTORY README"
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}