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

jlec        10/06/28 06:34:01

  Modified:             ChangeLog
  Added:                iotop-0.4.1.ebuild
  Log:
  Version Bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	23 Mar 2010 20:26:37 -0000	1.32
+++ ChangeLog	28 Jun 2010 06:34:01 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.32 2010/03/23 20:26:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.33 2010/06/28 06:34:01 jlec Exp $
+
+*iotop-0.4.1 (28 Jun 2010)
+
+  28 Jun 2010; Justin Lecher <jlec@gentoo.org> +iotop-0.4.1.ebuild:
+  Version Bump
 
   23 Mar 2010; Brent Baude <ranger@gentoo.org> iotop-0.4.ebuild:
   stable ppc, bug 305177



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

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

Index: iotop-0.4.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.1 2010/06/28 06:34:01 jlec Exp $

EAPI="2"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="ncurses"
SUPPORT_PYTHON_ABIS="1"

inherit distutils linux-info

DESCRIPTION="Iotop has a 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 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
IUSE=""

DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="2.4 3.*"

CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
DOCS="NEWS README THANKS"

src_install() {
	distutils_src_install
	doman iotop.1
}






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-07-29  8:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-29  8:04 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/29 08:04:19

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  stable x86, bug 330263
  (Portage version: 2.1.8.3/cvs/Linux i686)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iotop-0.4.1.ebuild	28 Jun 2010 06:38:24 -0000	1.2
+++ iotop-0.4.1.ebuild	29 Jul 2010 08:04:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.2 2010/06/28 06:38:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.3 2010/07/29 08:04:19 fauli Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.34                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	28 Jun 2010 06:34:01 -0000	1.33
+++ ChangeLog	29 Jul 2010 08:04:19 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.33 2010/06/28 06:34:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.34 2010/07/29 08:04:19 fauli Exp $
+
+  29 Jul 2010; Christian Faulhammer <fauli@gentoo.org> iotop-0.4.1.ebuild:
+  stable x86, bug 330263
 
 *iotop-0.4.1 (28 Jun 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-07-30 11:14 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-30 11:14 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/30 11:14:12

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #330263
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iotop-0.4.1.ebuild	29 Jul 2010 08:04:19 -0000	1.3
+++ iotop-0.4.1.ebuild	30 Jul 2010 11:14:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.3 2010/07/29 08:04:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.4 2010/07/30 11:14:12 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.35                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	29 Jul 2010 08:04:19 -0000	1.34
+++ ChangeLog	30 Jul 2010 11:14:12 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.34 2010/07/29 08:04:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.35 2010/07/30 11:14:12 hwoarang Exp $
+
+  30 Jul 2010; Markos Chandras <hwoarang@gentoo.org> iotop-0.4.1.ebuild:
+  Stable on amd64 wrt bug #330263
 
   29 Jul 2010; Christian Faulhammer <fauli@gentoo.org> iotop-0.4.1.ebuild:
   stable x86, bug 330263






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-08-06 15:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-06 15:41 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/06 15:41:57

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #330263).
  (Portage version: 2.2_rc67/cvs/Linux i686)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iotop-0.4.1.ebuild	30 Jul 2010 11:14:12 -0000	1.4
+++ iotop-0.4.1.ebuild	6 Aug 2010 15:41:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.4 2010/07/30 11:14:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.5 2010/08/06 15:41:57 jer Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.36                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	30 Jul 2010 11:14:12 -0000	1.35
+++ ChangeLog	6 Aug 2010 15:41:57 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.35 2010/07/30 11:14:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.36 2010/08/06 15:41:57 jer Exp $
+
+  06 Aug 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.1.ebuild:
+  Stable for HPPA (bug #330263).
 
   30 Jul 2010; Markos Chandras <hwoarang@gentoo.org> iotop-0.4.1.ebuild:
   Stable on amd64 wrt bug #330263






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-08-06 15:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-06 15:49 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/06 15:49:53

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  Stable for PPC (bug #330263).
  (Portage version: 2.2_rc67/cvs/Linux i686)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iotop-0.4.1.ebuild	6 Aug 2010 15:41:57 -0000	1.5
+++ iotop-0.4.1.ebuild	6 Aug 2010 15:49:53 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.5 2010/08/06 15:41:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.6 2010/08/06 15:49:53 jer Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86 ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.37                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	6 Aug 2010 15:41:57 -0000	1.36
+++ ChangeLog	6 Aug 2010 15:49:53 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.36 2010/08/06 15:41:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.37 2010/08/06 15:49:53 jer Exp $
+
+  06 Aug 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.1.ebuild:
+  Stable for PPC (bug #330263).
 
   06 Aug 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.1.ebuild:
   Stable for HPPA (bug #330263).






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-09-19 23:59 Michael Weber (xmw)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Weber (xmw) @ 2010-09-19 23:59 UTC (permalink / raw
  To: gentoo-commits

xmw         10/09/19 23:59:26

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  Added ~arm keyword
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iotop-0.4.1.ebuild	6 Aug 2010 15:49:53 -0000	1.6
+++ iotop-0.4.1.ebuild	19 Sep 2010 23:59:26 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.6 2010/08/06 15:49:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.7 2010/09/19 23:59:26 xmw Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.39                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	13 Sep 2010 15:05:01 -0000	1.38
+++ ChangeLog	19 Sep 2010 23:59:26 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.38 2010/09/13 15:05:01 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.39 2010/09/19 23:59:26 xmw Exp $
+
+  19 Sep 2010; Michael Weber <xmw@gentoo.org> iotop-0.4.1.ebuild:
+  Added ~arm keyword
 
   13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -iotop-0.4.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-11-03 17:33 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-03 17:33 UTC (permalink / raw
  To: gentoo-commits

jlec        10/11/03 17:33:51

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  Keyworded for ~amd64-linux
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iotop-0.4.1.ebuild	19 Sep 2010 23:59:26 -0000	1.7
+++ iotop-0.4.1.ebuild	3 Nov 2010 17:33:51 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.7 2010/09/19 23:59:26 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.8 2010/11/03 17:33:51 jlec Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.40                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	19 Sep 2010 23:59:26 -0000	1.39
+++ ChangeLog	3 Nov 2010 17:33:51 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.39 2010/09/19 23:59:26 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.40 2010/11/03 17:33:51 jlec Exp $
+
+  03 Nov 2010; Justin Lecher <jlec@gentoo.org> iotop-0.4.1.ebuild:
+  Keyworded for ~amd64-linux
 
   19 Sep 2010; Michael Weber <xmw@gentoo.org> iotop-0.4.1.ebuild:
   Added ~arm keyword






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog
@ 2010-12-29  0:51 Michael Weber (xmw)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Weber (xmw) @ 2010-12-29  0:51 UTC (permalink / raw
  To: gentoo-commits

xmw         10/12/29 00:51:25

  Modified:             iotop-0.4.1.ebuild ChangeLog
  Log:
  arm/sparc stable
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

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

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

Index: iotop-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iotop-0.4.1.ebuild	3 Nov 2010 17:33:51 -0000	1.8
+++ iotop-0.4.1.ebuild	29 Dec 2010 00:51:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.8 2010/11/03 17:33:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.9 2010/12/29 00:51:25 xmw Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.41                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	3 Nov 2010 17:33:51 -0000	1.40
+++ ChangeLog	29 Dec 2010 00:51:25 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.40 2010/11/03 17:33:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.41 2010/12/29 00:51:25 xmw Exp $
+
+  29 Dec 2010; Michael Weber <xmw@gentoo.org> iotop-0.4.1.ebuild:
+  arm/sparc stable
 
   03 Nov 2010; Justin Lecher <jlec@gentoo.org> iotop-0.4.1.ebuild:
   Keyworded for ~amd64-linux






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

end of thread, other threads:[~2010-12-29  0:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06 15:41 [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-29  0:51 Michael Weber (xmw)
2010-11-03 17:33 Justin Lecher (jlec)
2010-09-19 23:59 Michael Weber (xmw)
2010-08-06 15:49 Jeroen Roovers (jer)
2010-07-30 11:14 Markos Chandras (hwoarang)
2010-07-29  8:04 Christian Faulhammer (fauli)
2010-06-28  6:34 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