From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 19 Jul 2010 00:13:10 +0000 (+0000) Subject: Delete older ebuild. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2acdaa08aa65ed06683427aa1dad254cdc79758;p=gentoo.git Delete older ebuild. --- diff --git a/dev-python/setproctitle/setproctitle-1.0.1.ebuild b/dev-python/setproctitle/setproctitle-1.0.1.ebuild deleted file mode 100644 index edae50615184..000000000000 --- a/dev-python/setproctitle/setproctitle-1.0.1.ebuild +++ /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"