summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-07-22 12:25:48 +0000
committerMichał Górny <mgorny@gentoo.org>2013-07-22 12:25:48 +0000
commit7ad7678e05c5f41b8faa7e9602a0b8ba9591d880 (patch)
tree0c2fee943808ddad289ce861b20c2f2cbdcff05e /sys-process/iotop
parentFix install on 32 bit systems wrt bug #477738. (diff)
downloadgentoo-2-7ad7678e05c5f41b8faa7e9602a0b8ba9591d880.tar.gz
gentoo-2-7ad7678e05c5f41b8faa7e9602a0b8ba9591d880.tar.bz2
gentoo-2-7ad7678e05c5f41b8faa7e9602a0b8ba9591d880.zip
Add 'ncurses(+)' USE default for future pypy-bin.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-process/iotop')
-rw-r--r--sys-process/iotop/ChangeLog7
-rw-r--r--sys-process/iotop/iotop-0.4.3.ebuild6
-rw-r--r--sys-process/iotop/iotop-0.4.4.ebuild6
-rw-r--r--sys-process/iotop/iotop-0.5-r1.ebuild4
-rw-r--r--sys-process/iotop/iotop-0.5.ebuild4
-rw-r--r--sys-process/iotop/iotop-0.6.ebuild4
6 files changed, 17 insertions, 14 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog
index 982b6b5b286f..f5d396746993 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.60 2013/06/18 06:24:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.61 2013/07/22 12:25:48 mgorny Exp $
+
+ 22 Jul 2013; Michał Górny <mgorny@gentoo.org> iotop-0.4.3.ebuild,
+ iotop-0.4.4.ebuild, iotop-0.5-r1.ebuild, iotop-0.5.ebuild, iotop-0.6.ebuild:
+ Add 'ncurses(+)' USE default for future pypy-bin.
*iotop-0.6 (18 Jun 2013)
@@ -227,4 +231,3 @@
+iotop-0.2.ebuild:
New package: Iotop is a Python program with a top like UI used to show of
behalf of which process is the I/O going on.
-
diff --git a/sys-process/iotop/iotop-0.4.3.ebuild b/sys-process/iotop/iotop-0.4.3.ebuild
index 51468e239aff..6e578750802c 100644
--- a/sys-process/iotop/iotop-0.4.3.ebuild
+++ b/sys-process/iotop/iotop-0.4.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.8 2012/02/16 13:37:33 jlec Exp $
+# $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"
+PYTHON_USE_WITH="ncurses(+)"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
diff --git a/sys-process/iotop/iotop-0.4.4.ebuild b/sys-process/iotop/iotop-0.4.4.ebuild
index ea830ba0dbf8..550f0a148cae 100644
--- a/sys-process/iotop/iotop-0.4.4.ebuild
+++ b/sys-process/iotop/iotop-0.4.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.3 2012/07/15 17:21:30 blueness Exp $
+# $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"
+PYTHON_USE_WITH="ncurses(+)"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
diff --git a/sys-process/iotop/iotop-0.5-r1.ebuild b/sys-process/iotop/iotop-0.5-r1.ebuild
index 05e26a4f6093..0dbc8fd401c8 100644
--- a/sys-process/iotop/iotop-0.5-r1.ebuild
+++ b/sys-process/iotop/iotop-0.5-r1.ebuild
@@ -1,11 +1,11 @@
# 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.1 2013/02/06 20:22:11 jlec Exp $
+# $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"
+PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 linux-info
diff --git a/sys-process/iotop/iotop-0.5.ebuild b/sys-process/iotop/iotop-0.5.ebuild
index d051c492b003..beb128cb240a 100644
--- a/sys-process/iotop/iotop-0.5.ebuild
+++ b/sys-process/iotop/iotop-0.5.ebuild
@@ -1,11 +1,11 @@
# 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.1 2013/02/04 07:51:08 jlec Exp $
+# $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"
+PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 linux-info
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
index 11f75b5d1156..7baa26564573 100644
--- a/sys-process/iotop/iotop-0.6.ebuild
+++ b/sys-process/iotop/iotop-0.6.ebuild
@@ -1,11 +1,11 @@
# 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.6.ebuild,v 1.1 2013/06/18 06:24:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.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"
+PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 linux-info