public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-06-18  6:24 Justin Lecher (jlec)
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher (jlec) @ 2013-06-18  6:24 UTC (permalink / raw
  To: gentoo-commits

jlec        13/06/18 06:24:25

  Modified:             ChangeLog
  Added:                iotop-0.6.ebuild
  Log:
  sys-process/iotop: Version Bump, #473528
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.60                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	6 Feb 2013 20:22:11 -0000	1.59
+++ ChangeLog	18 Jun 2013 06:24:25 -0000	1.60
@@ -1,6 +1,12 @@
 # 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.59 2013/02/06 20:22:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.60 2013/06/18 06:24:25 jlec Exp $
+
+*iotop-0.6 (18 Jun 2013)
+
+  18 Jun 2013; Justin Lecher <jlec@gentoo.org> +iotop-0.6.ebuild,
+  +files/iotop-0.6-setup.py3.patch:
+  Version Bump, #473528
 
 *iotop-0.5-r1 (06 Feb 2013)
 



1.1                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.1&content-type=text/plain

Index: iotop-0.6.ebuild
===================================================================
# 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 $

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 )

PATCHES=( "${FILESDIR}"/${P}-setup.py3.patch )

pkg_setup() {
	linux-info_pkg_setup
}





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-07-22 17:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-22 17:34 UTC (permalink / raw
  To: gentoo-commits

jer         13/07/22 17:34:51

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #477740).
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.2&r2=1.3

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iotop-0.6.ebuild	22 Jul 2013 12:25:48 -0000	1.2
+++ iotop-0.6.ebuild	22 Jul 2013 17:34:51 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2013/07/22 12:25:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.3 2013/07/22 17:34:51 jer Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.62                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	22 Jul 2013 12:25:48 -0000	1.61
+++ ChangeLog	22 Jul 2013 17:34:51 -0000	1.62
@@ -1,6 +1,9 @@
 # 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.61 2013/07/22 12:25:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.62 2013/07/22 17:34:51 jer Exp $
+
+  22 Jul 2013; Jeroen Roovers <jer@gentoo.org> iotop-0.6.ebuild:
+  Stable for HPPA (bug #477740).
 
   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:





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-07-22 20:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-22 20:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/22 20:43:17

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #477740
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.3&r2=1.4

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iotop-0.6.ebuild	22 Jul 2013 17:34:51 -0000	1.3
+++ iotop-0.6.ebuild	22 Jul 2013 20:43:17 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2013/07/22 17:34:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.4 2013/07/22 20:43:17 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.63                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	22 Jul 2013 17:34:51 -0000	1.62
+++ ChangeLog	22 Jul 2013 20:43:17 -0000	1.63
@@ -1,6 +1,9 @@
 # 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.62 2013/07/22 17:34:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.63 2013/07/22 20:43:17 ago Exp $
+
+  22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
+  Stable for ppc, wrt bug #477740
 
   22 Jul 2013; Jeroen Roovers <jer@gentoo.org> iotop-0.6.ebuild:
   Stable for HPPA (bug #477740).





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-07-23 18:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-23 18:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/23 18:07:02

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #477740
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.4&r2=1.5

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iotop-0.6.ebuild	22 Jul 2013 20:43:17 -0000	1.4
+++ iotop-0.6.ebuild	23 Jul 2013 18:07:02 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2013/07/22 20:43:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.5 2013/07/23 18:07:02 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.64                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	22 Jul 2013 20:43:17 -0000	1.63
+++ ChangeLog	23 Jul 2013 18:07:02 -0000	1.64
@@ -1,6 +1,9 @@
 # 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.63 2013/07/22 20:43:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.64 2013/07/23 18:07:02 ago Exp $
+
+  23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
+  Stable for arm, wrt bug #477740
 
   22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
   Stable for ppc, wrt bug #477740





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-07-24 18:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-24 18:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/24 18:43:16

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #477740
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.5&r2=1.6

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iotop-0.6.ebuild	23 Jul 2013 18:07:02 -0000	1.5
+++ iotop-0.6.ebuild	24 Jul 2013 18:43:16 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.5 2013/07/23 18:07:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.6 2013/07/24 18:43:16 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.65                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	23 Jul 2013 18:07:02 -0000	1.64
+++ ChangeLog	24 Jul 2013 18:43:16 -0000	1.65
@@ -1,6 +1,9 @@
 # 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.64 2013/07/23 18:07:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.65 2013/07/24 18:43:16 ago Exp $
+
+  24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
+  Stable for amd64, wrt bug #477740
 
   23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
   Stable for arm, wrt bug #477740





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-08-03  6:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  6:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 06:53:16

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #477740
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.6&r2=1.7

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iotop-0.6.ebuild	24 Jul 2013 18:43:16 -0000	1.6
+++ iotop-0.6.ebuild	3 Aug 2013 06:53:16 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6 2013/07/24 18:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.7 2013/08/03 06:53:16 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.66                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	24 Jul 2013 18:43:16 -0000	1.65
+++ ChangeLog	3 Aug 2013 06:53:16 -0000	1.66
@@ -1,6 +1,9 @@
 # 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.65 2013/07/24 18:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.66 2013/08/03 06:53:16 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
+  Stable for sparc, wrt bug #477740
 
   24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
   Stable for amd64, wrt bug #477740





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-08-07 13:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-07 13:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/07 13:20:56

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #477740
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.7&r2=1.8

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iotop-0.6.ebuild	3 Aug 2013 06:53:16 -0000	1.7
+++ iotop-0.6.ebuild	7 Aug 2013 13:20:56 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.7 2013/08/03 06:53:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.8 2013/08/07 13:20:56 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc sparc ~x86 ~amd64-linux ~x86-linux"
+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"



1.67                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	3 Aug 2013 06:53:16 -0000	1.66
+++ ChangeLog	7 Aug 2013 13:20:56 -0000	1.67
@@ -1,6 +1,9 @@
 # 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.66 2013/08/03 06:53:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.67 2013/08/07 13:20:56 ago Exp $
+
+  07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
+  Stable for x86, wrt bug #477740
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild:
   Stable for sparc, wrt bug #477740





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 19:44:51

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.8&r2=1.9

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iotop-0.6.ebuild	7 Aug 2013 13:20:56 -0000	1.8
+++ iotop-0.6.ebuild	5 Sep 2013 19:44:51 -0000	1.9
@@ -1,10 +1,10 @@
 # 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.8 2013/08/07 13:20:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.9 2013/09/05 19:44:51 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 linux-info



1.69                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	11 Aug 2013 11:21:09 -0000	1.68
+++ ChangeLog	5 Sep 2013 19:44:51 -0000	1.69
@@ -1,6 +1,9 @@
 # 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.68 2013/08/11 11:21:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.69 2013/09/05 19:44:51 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   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:





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2014-03-31 21:22 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:22 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:22:20

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.10                 sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.9&r2=1.10

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- iotop-0.6.ebuild	5 Sep 2013 19:44:51 -0000	1.9
+++ iotop-0.6.ebuild	31 Mar 2014 21:22:20 -0000	1.10
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.9 2013/09/05 19:44:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.10 2014/03/31 21:22:20 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 linux-info



1.70                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	5 Sep 2013 19:44:51 -0000	1.69
+++ ChangeLog	31 Mar 2014 21:22:20 -0000	1.70
@@ -1,6 +1,9 @@
 # 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.69 2013/09/05 19:44:51 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.70 2014/03/31 21:22:20 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
+  Add support for the new PyPy slotting.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2014-05-13  4:09 Mike Gilbert (floppym)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Gilbert (floppym) @ 2014-05-13  4:09 UTC (permalink / raw
  To: gentoo-commits

floppym     14/05/13 04:09:08

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Drop pypy support due to bug 465546.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.11                 sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.10&r2=1.11

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- iotop-0.6.ebuild	31 Mar 2014 21:22:20 -0000	1.10
+++ iotop-0.6.ebuild	13 May 2014 04:09:08 -0000	1.11
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.10 2014/03/31 21:22:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.11 2014/05/13 04:09:08 floppym Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 linux-info



1.71                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	31 Mar 2014 21:22:20 -0000	1.70
+++ ChangeLog	13 May 2014 04:09:08 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.70 2014/03/31 21:22:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.71 2014/05/13 04:09:08 floppym Exp $
+
+  13 May 2014; Mike Gilbert <floppym@gentoo.org> iotop-0.6.ebuild:
+  Drop pypy support due to bug 465546.
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
   Add support for the new PyPy slotting.





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2014-07-23 15:26 Justin Lecher (jlec)
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher (jlec) @ 2014-07-23 15:26 UTC (permalink / raw
  To: gentoo-commits

jlec        14/07/23 15:26:50

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  sys-process/iotop: Add python 3.4 suport and drop 2.6, #506808
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.11&r2=1.12

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- iotop-0.6.ebuild	13 May 2014 04:09:08 -0000	1.11
+++ iotop-0.6.ebuild	23 Jul 2014 15:26:50 -0000	1.12
@@ -1,17 +1,17 @@
 # Copyright 1999-2014 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.11 2014/05/13 04:09:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.12 2014/07/23 15:26:50 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 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"
+SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.72                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	13 May 2014 04:09:08 -0000	1.71
+++ ChangeLog	23 Jul 2014 15:26:50 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.71 2014/05/13 04:09:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.72 2014/07/23 15:26:50 jlec Exp $
+
+  23 Jul 2014; Justin Lecher <jlec@gentoo.org> iotop-0.6.ebuild:
+  Add python 3.4 suport and drop 2.6, #506808
 
   13 May 2014; Mike Gilbert <floppym@gentoo.org> iotop-0.6.ebuild:
   Drop pypy support due to bug 465546.





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog
@ 2015-04-08 18:27 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:27 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:27:48

  Modified:             iotop-0.6.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.13                 sys-process/iotop/iotop-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.12&r2=1.13

Index: iotop-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- iotop-0.6.ebuild	23 Jul 2014 15:26:50 -0000	1.12
+++ iotop-0.6.ebuild	8 Apr 2015 18:27:48 -0000	1.13
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.12 2014/07/23 15:26:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.13 2015/04/08 18:27:48 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 linux-info



1.73                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	23 Jul 2014 15:26:50 -0000	1.72
+++ ChangeLog	8 Apr 2015 18:27:48 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.72 2014/07/23 15:26:50 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.73 2015/04/08 18:27:48 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
+  Drop old Python implementations
 
   23 Jul 2014; Justin Lecher <jlec@gentoo.org> iotop-0.6.ebuild:
   Add python 3.4 suport and drop 2.6, #506808





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-08 18:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:27 [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.6.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-23 15:26 Justin Lecher (jlec)
2014-05-13  4:09 Mike Gilbert (floppym)
2014-03-31 21:22 Michal Gorny (mgorny)
2013-09-05 19:44 Michal Gorny (mgorny)
2013-08-07 13:20 Agostino Sarubbo (ago)
2013-08-03  6:53 Agostino Sarubbo (ago)
2013-07-24 18:43 Agostino Sarubbo (ago)
2013-07-23 18:07 Agostino Sarubbo (ago)
2013-07-22 20:43 Agostino Sarubbo (ago)
2013-07-22 17:34 Jeroen Roovers (jer)
2013-06-18  6:24 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox