summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2015-02-02 09:22:56 +0000
committerDirkjan Ochtman <djc@gentoo.org>2015-02-02 09:22:56 +0000
commit0994aeab177ddf540c9432ae413836e954ff382a (patch)
tree6614d9a47c2038396c771e1f5b3be2dbd032a12c /dev-python/python-daemon
parentVersion bump python-daemon to 2.0.5 (diff)
downloadgentoo-2-0994aeab177ddf540c9432ae413836e954ff382a.tar.gz
gentoo-2-0994aeab177ddf540c9432ae413836e954ff382a.tar.bz2
gentoo-2-0994aeab177ddf540c9432ae413836e954ff382a.zip
Remove old versions
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r--dev-python/python-daemon/ChangeLog6
-rw-r--r--dev-python/python-daemon/python-daemon-2.0.1.ebuild33
-rw-r--r--dev-python/python-daemon/python-daemon-2.0.3.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-python/python-daemon/ChangeLog b/dev-python/python-daemon/ChangeLog
index 2b4acb167d1e..1df13031c485 100644
--- a/dev-python/python-daemon/ChangeLog
+++ b/dev-python/python-daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-daemon
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.19 2015/02/02 09:22:00 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.20 2015/02/02 09:22:56 djc Exp $
+
+ 02 Feb 2015; Dirkjan Ochtman <djc@gentoo.org> -python-daemon-2.0.1.ebuild,
+ -python-daemon-2.0.3.ebuild:
+ Remove old versions
*python-daemon-2.0.5 (02 Feb 2015)
diff --git a/dev-python/python-daemon/python-daemon-2.0.1.ebuild b/dev-python/python-daemon/python-daemon-2.0.1.ebuild
deleted file mode 100644
index 8cab345a5325..000000000000
--- a/dev-python/python-daemon/python-daemon-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.1.ebuild,v 1.1 2015/01/10 19:41:44 djc Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library to implement a well-behaved Unix daemon process"
-HOMEPAGE="http://pypi.python.org/pypi/python-daemon"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}]
- >=dev-python/mock-1.0[${PYTHON_USEDEP}]
- dev-python/testtools[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- )"
-
-DOCS=( ChangeLog )
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/python-daemon/python-daemon-2.0.3.ebuild b/dev-python/python-daemon/python-daemon-2.0.3.ebuild
deleted file mode 100644
index 954376e3be16..000000000000
--- a/dev-python/python-daemon/python-daemon-2.0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.3.ebuild,v 1.1 2015/01/17 14:15:43 djc Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library to implement a well-behaved Unix daemon process"
-HOMEPAGE="http://pypi.python.org/pypi/python-daemon"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}]
- >=dev-python/mock-1.0[${PYTHON_USEDEP}]
- dev-python/testtools[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- )"
-
-DOCS=( ChangeLog )
-
-python_test() {
- esetup.py test
-}