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.2.ebuild ChangeLog
@ 2011-03-22 11:13 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-22 11:13 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/22 11:13:19

  Modified:             ChangeLog
  Added:                iotop-0.4.2.ebuild
  Log:
  Version bump (bug #349336).
  
  (Portage version: 2.2.0_alpha28_p4/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Dec 2010 00:51:25 -0000	1.41
+++ ChangeLog	22 Mar 2011 11:13:19 -0000	1.42
@@ -1,6 +1,12 @@
 # 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.41 2010/12/29 00:51:25 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.42 2011/03/22 11:13:19 arfrever Exp $
+
+*iotop-0.4.2 (22 Mar 2011)
+
+  22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +iotop-0.4.2.ebuild:
+  Version bump (bug #349336).
 
   29 Dec 2010; Michael Weber <xmw@gentoo.org> iotop-0.4.1.ebuild:
   arm/sparc stable



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

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

Index: iotop-0.4.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.1 2011/03/22 11:13:19 arfrever Exp $

EAPI="3"
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="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 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND=""
RDEPEND=""

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 || die "doman failed"
}






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.2.ebuild ChangeLog
@ 2011-04-02  7:22 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-02  7:22 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/02 07:22:57

  Modified:             iotop-0.4.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #361567
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-process/iotop/iotop-0.4.2.ebuild

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

Index: iotop-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iotop-0.4.2.ebuild	22 Mar 2011 11:13:19 -0000	1.1
+++ iotop-0.4.2.ebuild	2 Apr 2011 07:22:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.1 2011/03/22 11:13:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.2 2011/04/02 07:22:57 angelos 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.44                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	29 Mar 2011 17:52:59 -0000	1.43
+++ ChangeLog	2 Apr 2011 07:22:57 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.43 2011/03/29 17:52:59 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.44 2011/04/02 07:22:57 angelos Exp $
+
+  02 Apr 2011; Christoph Mende <angelos@gentoo.org> iotop-0.4.2.ebuild:
+  Stable on amd64 wrt bug #361567
 
 *iotop-0.4.3 (29 Mar 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.2.ebuild ChangeLog
@ 2011-04-04 19:12 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2011-04-04 19:12 UTC (permalink / raw
  To: gentoo-commits

xmw         11/04/04 19:12:09

  Modified:             iotop-0.4.2.ebuild ChangeLog
  Log:
  arm/ppc/sparc stable (bug 361567)
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

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

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

Index: iotop-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iotop-0.4.2.ebuild	2 Apr 2011 07:22:57 -0000	1.2
+++ iotop-0.4.2.ebuild	4 Apr 2011 19:12:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.2 2011/04/02 07:22:57 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.3 2011/04/04 19:12:09 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.45                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	2 Apr 2011 07:22:57 -0000	1.44
+++ ChangeLog	4 Apr 2011 19:12:09 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.44 2011/04/02 07:22:57 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.45 2011/04/04 19:12:09 xmw Exp $
+
+  04 Apr 2011; Michael Weber <xmw@gentoo.org> iotop-0.4.2.ebuild:
+  arm/ppc/sparc stable (bug 361567)
 
   02 Apr 2011; Christoph Mende <angelos@gentoo.org> iotop-0.4.2.ebuild:
   Stable on amd64 wrt bug #361567






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.2.ebuild ChangeLog
@ 2011-04-04 22:57 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-04 22:57 UTC (permalink / raw
  To: gentoo-commits

jer         11/04/04 22:57:28

  Modified:             iotop-0.4.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #361567).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

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

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

Index: iotop-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iotop-0.4.2.ebuild	4 Apr 2011 19:12:09 -0000	1.3
+++ iotop-0.4.2.ebuild	4 Apr 2011 22:57:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.3 2011/04/04 19:12:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.4 2011/04/04 22:57:28 jer 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.46                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	4 Apr 2011 19:12:09 -0000	1.45
+++ ChangeLog	4 Apr 2011 22:57:28 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.45 2011/04/04 19:12:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.46 2011/04/04 22:57:28 jer Exp $
+
+  04 Apr 2011; Jeroen Roovers <jer@gentoo.org> iotop-0.4.2.ebuild:
+  Stable for HPPA (bug #361567).
 
   04 Apr 2011; Michael Weber <xmw@gentoo.org> iotop-0.4.2.ebuild:
   arm/ppc/sparc stable (bug 361567)






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.2.ebuild ChangeLog
@ 2011-04-11 14:26 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-04-11 14:26 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/04/11 14:26:34

  Modified:             iotop-0.4.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #361567
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

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

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

Index: iotop-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iotop-0.4.2.ebuild	4 Apr 2011 22:57:28 -0000	1.4
+++ iotop-0.4.2.ebuild	11 Apr 2011 14:26:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.4 2011/04/04 22:57:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.2.ebuild,v 1.5 2011/04/11 14:26:33 phajdan.jr 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.47                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	4 Apr 2011 22:57:28 -0000	1.46
+++ ChangeLog	11 Apr 2011 14:26:33 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/iotop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.46 2011/04/04 22:57:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.47 2011/04/11 14:26:33 phajdan.jr Exp $
+
+  11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> iotop-0.4.2.ebuild:
+  x86 stable wrt bug #361567
 
   04 Apr 2011; Jeroen Roovers <jer@gentoo.org> iotop-0.4.2.ebuild:
   Stable for HPPA (bug #361567).






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

end of thread, other threads:[~2011-04-11 14:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 11:13 [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.4.2.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-02  7:22 Christoph Mende (angelos)
2011-04-04 19:12 Michael Weber (xmw)
2011-04-04 22:57 Jeroen Roovers (jer)
2011-04-11 14:26 PaweA Hajdan (phajdan.jr)

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