summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-11 11:21:09 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-11 11:21:09 +0000
commit12aeb4e39afc9bab88f5e551e32315fb77e6fada (patch)
tree5262b0a2dd00ab4910d18ad608175f393b4c4922 /sys-process/iotop
parentsys-apps/kexec-tools: Drop old, fixes #430610 (diff)
downloadgentoo-2-12aeb4e39afc9bab88f5e551e32315fb77e6fada.tar.gz
gentoo-2-12aeb4e39afc9bab88f5e551e32315fb77e6fada.tar.bz2
gentoo-2-12aeb4e39afc9bab88f5e551e32315fb77e6fada.zip
sys-process/iotop: Drop old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-process/iotop')
-rw-r--r--sys-process/iotop/ChangeLog6
-rw-r--r--sys-process/iotop/iotop-0.4.3.ebuild34
-rw-r--r--sys-process/iotop/iotop-0.4.4.ebuild34
-rw-r--r--sys-process/iotop/iotop-0.5-r1.ebuild33
-rw-r--r--sys-process/iotop/iotop-0.5.ebuild26
5 files changed, 5 insertions, 128 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog
index 0d92893fc922..0fd301d02af3 100644
--- a/sys-process/iotop/ChangeLog
+++ b/sys-process/iotop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/iotop
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.67 2013/08/07 13:20:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.68 2013/08/11 11:21:09 jlec Exp $
+
+ 11 Aug 2013; Justin Lecher <jlec@gentoo.org> -iotop-0.4.3.ebuild,
+ -iotop-0.4.4.ebuild, -iotop-0.5.ebuild, -iotop-0.5-r1.ebuild:
+ Drop old
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
Stable for x86, wrt bug #477740
diff --git a/sys-process/iotop/iotop-0.4.3.ebuild b/sys-process/iotop/iotop-0.4.3.ebuild
deleted file mode 100644
index 6e578750802c..000000000000
--- a/sys-process/iotop/iotop-0.4.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.3.ebuild,v 1.9 2013/07/22 12:25:48 mgorny Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="ncurses(+)"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
-
-inherit distutils linux-info
-
-DESCRIPTION="Top-like UI used to show which process is using the I/O"
-HOMEPAGE="http://guichaz.free.fr/iotop/"
-SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
-DOCS="NEWS README THANKS"
-
-pkg_setup() {
- linux-info_pkg_setup
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- doman iotop.1
-}
diff --git a/sys-process/iotop/iotop-0.4.4.ebuild b/sys-process/iotop/iotop-0.4.4.ebuild
deleted file mode 100644
index 550f0a148cae..000000000000
--- a/sys-process/iotop/iotop-0.4.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.4.ebuild,v 1.4 2013/07/22 12:25:48 mgorny Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="ncurses(+)"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
-
-inherit distutils linux-info
-
-DESCRIPTION="Top-like UI used to show which process is using the I/O"
-HOMEPAGE="http://guichaz.free.fr/iotop/"
-SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
-DOCS="NEWS README THANKS"
-
-pkg_setup() {
- linux-info_pkg_setup
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- doman iotop.1
-}
diff --git a/sys-process/iotop/iotop-0.5-r1.ebuild b/sys-process/iotop/iotop-0.5-r1.ebuild
deleted file mode 100644
index 0dbc8fd401c8..000000000000
--- a/sys-process/iotop/iotop-0.5-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.5-r1.ebuild,v 1.2 2013/07/22 12:25:48 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-PYTHON_REQ_USE="ncurses(+)"
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="Top-like UI used to show which process is using the I/O"
-HOMEPAGE="http://guichaz.free.fr/iotop/"
-SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
-DOCS=( NEWS README THANKS ChangeLog )
-
-pkg_setup() {
- linux-info_pkg_setup
-}
-
-python_install() {
- if [[ ${EPYTHON} == *python3* ]]; then
- 2to3 -w -n "${BUILD_DIR}"/scripts/${PN} || die
- fi
- distutils-r1_python_install --install-scripts="${EPREFIX}"/usr/sbin
-}
diff --git a/sys-process/iotop/iotop-0.5.ebuild b/sys-process/iotop/iotop-0.5.ebuild
deleted file mode 100644
index beb128cb240a..000000000000
--- a/sys-process/iotop/iotop-0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.5.ebuild,v 1.2 2013/07/22 12:25:48 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-PYTHON_REQ_USE="ncurses(+)"
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="Top-like UI used to show which process is using the I/O"
-HOMEPAGE="http://guichaz.free.fr/iotop/"
-SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
-DOCS=( NEWS README THANKS ChangeLog )
-
-pkg_setup() {
- linux-info_pkg_setup
-}