summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-04-12 04:54:36 +0000
committerTim Harder <radhermit@gentoo.org>2014-04-12 04:54:36 +0000
commit40ce410cb00d81322d6ad7ece1990a85ffe5c30b (patch)
tree5bbdfe9c04a8f49ee6a67833a0dcbe612310d6aa /dev-python
parentVersion bump. (diff)
downloadgentoo-2-40ce410cb00d81322d6ad7ece1990a85ffe5c30b.tar.gz
gentoo-2-40ce410cb00d81322d6ad7ece1990a85ffe5c30b.tar.bz2
gentoo-2-40ce410cb00d81322d6ad7ece1990a85ffe5c30b.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/psutil/ChangeLog7
-rw-r--r--dev-python/psutil/psutil-0.7.1.ebuild26
-rw-r--r--dev-python/psutil/psutil-1.0.0.ebuild24
-rw-r--r--dev-python/psutil/psutil-1.0.1.ebuild24
-rw-r--r--dev-python/psutil/psutil-1.1.0.ebuild24
-rw-r--r--dev-python/psutil/psutil-1.1.1.ebuild24
-rw-r--r--dev-python/psutil/psutil-1.1.3.ebuild24
7 files changed, 6 insertions, 147 deletions
diff --git a/dev-python/psutil/ChangeLog b/dev-python/psutil/ChangeLog
index fe023da8e75f..dda6164ddf95 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.35 2014/04/12 04:53:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.36 2014/04/12 04:54:36 radhermit Exp $
+
+ 12 Apr 2014; Tim Harder <radhermit@gentoo.org> -psutil-0.7.1.ebuild,
+ -psutil-1.0.0.ebuild, -psutil-1.0.1.ebuild, -psutil-1.1.0.ebuild,
+ -psutil-1.1.1.ebuild, -psutil-1.1.3.ebuild:
+ Remove old.
*psutil-2.1.0 (12 Apr 2014)
diff --git a/dev-python/psutil/psutil-0.7.1.ebuild b/dev-python/psutil/psutil-0.7.1.ebuild
deleted file mode 100644
index 0f1e3f1cb480..000000000000
--- a/dev-python/psutil/psutil-0.7.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-0.7.1.ebuild,v 1.5 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-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=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-#RESTRICT="test"
-#http://code.google.com/p/psutil/issues/detail?id=379
-
-python_test() {
- "${PYTHON}" test/test_psutil.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/psutil/psutil-1.0.0.ebuild b/dev-python/psutil/psutil-1.0.0.ebuild
deleted file mode 100644
index 338cab9a5bac..000000000000
--- a/dev-python/psutil/psutil-1.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-1.0.0.ebuild,v 1.3 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-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"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/psutil/psutil-1.0.1.ebuild b/dev-python/psutil/psutil-1.0.1.ebuild
deleted file mode 100644
index 1ee40be84029..000000000000
--- a/dev-python/psutil/psutil-1.0.1.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-1.0.1.ebuild,v 1.5 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="http://code.google.com/p/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-1.1.0.ebuild b/dev-python/psutil/psutil-1.1.0.ebuild
deleted file mode 100644
index 8a1e957204ef..000000000000
--- a/dev-python/psutil/psutil-1.1.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-1.1.0.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="http://code.google.com/p/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-1.1.1.ebuild b/dev-python/psutil/psutil-1.1.1.ebuild
deleted file mode 100644
index a558d8669b33..000000000000
--- a/dev-python/psutil/psutil-1.1.1.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-1.1.1.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="http://code.google.com/p/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-1.1.3.ebuild b/dev-python/psutil/psutil-1.1.3.ebuild
deleted file mode 100644
index 626c6cde9d41..000000000000
--- a/dev-python/psutil/psutil-1.1.3.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-1.1.3.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} 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
-}