summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-14 17:25:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-14 17:25:24 +0000
commitf22a04381a279d562def2ab1ef2a9ff1ddc75cf9 (patch)
tree24277dffed31deb50a972d47eb153098930f763f /dev-python/python-daemon
parentMarked ~x64-macos, bug #323945 (diff)
downloadhistorical-f22a04381a279d562def2ab1ef2a9ff1ddc75cf9.tar.gz
historical-f22a04381a279d562def2ab1ef2a9ff1ddc75cf9.tar.bz2
historical-f22a04381a279d562def2ab1ef2a9ff1ddc75cf9.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r--dev-python/python-daemon/Manifest2
-rw-r--r--dev-python/python-daemon/python-daemon-1.5.5.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest
index 84e7343fdfa7..1ae929ac6927 100644
--- a/dev-python/python-daemon/Manifest
+++ b/dev-python/python-daemon/Manifest
@@ -1,6 +1,4 @@
-DIST python-daemon-1.5.5.tar.gz 41045 RMD160 44a65672345795bbb55caefa4e32757bf5a2f9af SHA1 8d2565bbb0d035c4c379ed683b322fd7a93935ef SHA256 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0
DIST python-daemon-1.6.tar.gz 41564 RMD160 cf269c6a40a08ff6265e3fb87b307da2d79470de SHA1 d977fb3a60d4167dc5125a9ae358144c17c6482f SHA256 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b
-EBUILD python-daemon-1.5.5.ebuild 888 RMD160 615e6efedfb862dd90d166d05434bbe6166d5436 SHA1 747432fecfa204cc0383ee35f0a57b1111ee8189 SHA256 74b5232925f2f2ffb00638b2060674409b657599ec1587723e7ab478610e07af
EBUILD python-daemon-1.6.ebuild 821 RMD160 5862b44959972273c765799022c30c27642e77c4 SHA1 10162f8034457aaf1fc39522975ba97ecbc912ab SHA256 f7b32e948137b6fc928189057346eb3e957d8bc57c48ee8ff97a9d85a710d9e1
MISC ChangeLog 737 RMD160 b9cf3ba8fbfadcaa2e9a635e0b249c1dfdd7bd10 SHA1 8f8bc2e1de45166f7b473c3b6e3a670a0a8d0920 SHA256 467d8ad69b1d88b8737fb31891492ddc04edb3382e06204b26c75b2b15b56845
MISC metadata.xml 259 RMD160 4b781a038008fac445e4154045f964b64ad59e75 SHA1 9809d89f3360f9f7537c2bb480d6bcbe942c6ea0 SHA256 0fb1da675767b69b5bd240d135effe2fc500e8b997a5f4eed212e5b26d027972
diff --git a/dev-python/python-daemon/python-daemon-1.5.5.ebuild b/dev-python/python-daemon/python-daemon-1.5.5.ebuild
deleted file mode 100644
index e46fbf00b358..000000000000
--- a/dev-python/python-daemon/python-daemon-1.5.5.ebuild
+++ /dev/null
@@ -1,33 +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.5.ebuild,v 1.1 2010/03/02 12:41:08 dev-zero 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/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/lockfile"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( dev-python/minimock )"
-RESTRICT_PYTHON_ABIS="3.*"
-
-PYTHON_MODNAME="daemon"
-DOCS="ChangeLog"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
- }
- python_execute_function testing
-}