summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-10 16:54:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-10 16:54:17 +0000
commit5d4d78d69346ff62873448746c36417d3ed2bdd3 (patch)
treeffc1288170369de90128f0ef497d620767dc4ddc /dev-python/python-daemon
parentFix building with libpng14 wrt #319159 by Xavier Parizet. (diff)
downloadhistorical-5d4d78d69346ff62873448746c36417d3ed2bdd3.tar.gz
historical-5d4d78d69346ff62873448746c36417d3ed2bdd3.tar.bz2
historical-5d4d78d69346ff62873448746c36417d3ed2bdd3.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r--dev-python/python-daemon/python-daemon-1.5.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/python-daemon/python-daemon-1.5.2.ebuild b/dev-python/python-daemon/python-daemon-1.5.2.ebuild
deleted file mode 100644
index 2351fb9b6357..000000000000
--- a/dev-python/python-daemon/python-daemon-1.5.2.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/python-daemon/python-daemon-1.5.2.ebuild,v 1.3 2010/01/25 21:13:46 mr_bones_ Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Library to implement a well-behaved Unix daemon process."
-HOMEPAGE="http://pypi.python.org/pypi/python-daemon"
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/minimock )"
-RDEPEND="dev-python/lockfile"
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="ChangeLog"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
- }
- python_execute_function testing
-}