summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 21:21:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 21:21:22 +0000
commit844cf0458718cc22496d348ea5eacdbc26ed4036 (patch)
tree28022dcea12ed5dea390759dd293889b54f0b6f9
parentVersion bump. (diff)
downloadgentoo-2-844cf0458718cc22496d348ea5eacdbc26ed4036.tar.gz
gentoo-2-844cf0458718cc22496d348ea5eacdbc26ed4036.tar.bz2
gentoo-2-844cf0458718cc22496d348ea5eacdbc26ed4036.zip
Delete older ebuild.
-rw-r--r--dev-python/setproctitle/setproctitle-1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/setproctitle/setproctitle-1.0.ebuild b/dev-python/setproctitle/setproctitle-1.0.ebuild
deleted file mode 100644
index 2ccfc5282186..000000000000
--- a/dev-python/setproctitle/setproctitle-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.0.ebuild,v 1.1 2010/02/21 17:35:04 arfrever Exp $
-
-EAPI="2"
-PYTHON_DEPEND="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
-}