diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-19 00:13:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-19 00:13:10 +0000 |
commit | a2acdaa08aa65ed06683427aa1dad254cdc79758 (patch) | |
tree | 3a9d22e37d89a4c4c80c281917ad4f6faef9698f /dev-python/setproctitle | |
parent | Revbump to remove pointless .la file. Bug #300096 (diff) | |
download | historical-a2acdaa08aa65ed06683427aa1dad254cdc79758.tar.gz historical-a2acdaa08aa65ed06683427aa1dad254cdc79758.tar.bz2 historical-a2acdaa08aa65ed06683427aa1dad254cdc79758.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/setproctitle')
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.0.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
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" |