Delete older ebuild.
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Mon, 19 Jul 2010 00:13:10 +0000 (00:13 +0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Mon, 19 Jul 2010 00:13:10 +0000 (00:13 +0000)
dev-python/setproctitle/setproctitle-1.0.1.ebuild [deleted file]

diff --git a/dev-python/setproctitle/setproctitle-1.0.1.ebuild b/dev-python/setproctitle/setproctitle-1.0.1.ebuild
deleted file mode 100644 (file)
index edae506..0000000
+++ /dev/null
@@ -1,25 +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.1.ebuild,v 1.1 2010/06/05 21:21:53 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-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"
-
-DEPEND=""
-RDEPEND=""
-
-DOCS="HISTORY README"