diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-02 00:58:44 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-02 00:58:44 +0000 |
commit | b5d11105837318502cea8b4fb6f0354b1b7b5cab (patch) | |
tree | 568093a1cabd792dac54d82fdd4191d0c5a6f287 /dev-python/psutil | |
parent | Remove old. (diff) | |
download | gentoo-2-b5d11105837318502cea8b4fb6f0354b1b7b5cab.tar.gz gentoo-2-b5d11105837318502cea8b4fb6f0354b1b7b5cab.tar.bz2 gentoo-2-b5d11105837318502cea8b4fb6f0354b1b7b5cab.zip |
Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/psutil/psutil-0.6.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/psutil/psutil-2.0.0.ebuild | 24 | ||||
-rw-r--r-- | dev-python/psutil/psutil-2.1.0.ebuild | 26 | ||||
-rw-r--r-- | dev-python/psutil/psutil-2.1.1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/psutil/psutil-2.1.2.ebuild | 26 |
6 files changed, 6 insertions, 133 deletions
diff --git a/dev-python/psutil/ChangeLog b/dev-python/psutil/ChangeLog index 1a9521512384..63a18de552c8 100644 --- a/dev-python/psutil/ChangeLog +++ b/dev-python/psutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/psutil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.40 2014/10/12 18:12:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.41 2014/11/02 00:58:44 radhermit Exp $ + + 02 Nov 2014; Tim Harder <radhermit@gentoo.org> -psutil-0.6.1.ebuild, + -psutil-2.0.0.ebuild, -psutil-2.1.0.ebuild, -psutil-2.1.1.ebuild, + -psutil-2.1.2.ebuild: + Remove old. *psutil-2.1.3 (12 Oct 2014) diff --git a/dev-python/psutil/psutil-0.6.1.ebuild b/dev-python/psutil/psutil-0.6.1.ebuild deleted file mode 100644 index bee7316bd048..000000000000 --- a/dev-python/psutil/psutil-0.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.6.1.ebuild,v 1.3 2012/11/20 20:54:11 ago Exp $ - -EAPI="4" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" -RESTRICT_PYTHON_ABIS="*-jython" - -inherit distutils - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ http://pypi.python.org/pypi/psutil" -SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# A broken test -RESTRICT="test" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test/test_psutil.py - } - python_execute_function testing -} diff --git a/dev-python/psutil/psutil-2.0.0.ebuild b/dev-python/psutil/psutil-2.0.0.ebuild deleted file mode 100644 index 2a65eb8a77df..000000000000 --- a/dev-python/psutil/psutil-2.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild,v 1.3 2014/04/02 21:05:16 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RESTRICT="test" - -python_test() { - esetup.py test -} diff --git a/dev-python/psutil/psutil-2.1.0.ebuild b/dev-python/psutil/psutil-2.1.0.ebuild deleted file mode 100644 index 9bd0b446cc65..000000000000 --- a/dev-python/psutil/psutil-2.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.0.ebuild,v 1.1 2014/04/12 04:53:26 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/psutil/psutil-2.1.1.ebuild b/dev-python/psutil/psutil-2.1.1.ebuild deleted file mode 100644 index 50bb794a58cd..000000000000 --- a/dev-python/psutil/psutil-2.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.1.ebuild,v 1.1 2014/05/06 03:51:44 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/psutil/psutil-2.1.2.ebuild b/dev-python/psutil/psutil-2.1.2.ebuild deleted file mode 100644 index cd99ebcab3b1..000000000000 --- a/dev-python/psutil/psutil-2.1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild,v 1.2 2014/10/01 14:38:04 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} |