public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild
@ 2010-01-15 23:29 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2010-01-15 23:29 UTC (permalink / raw
  To: gentoo-commits

patrick     10/01/15 23:29:04

  Modified:             ChangeLog
  Added:                iotop-0.4.ebuild
  Log:
  Bump for #300667
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	26 Nov 2009 15:11:13 -0000	1.19
+++ ChangeLog	15 Jan 2010 23:29:03 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/iotop
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.19 2009/11/26 15:11:13 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.20 2010/01/15 23:29:03 patrick Exp $
+
+*iotop-0.4 (15 Jan 2010)
+
+  15 Jan 2010; Patrick Lauer <patrick@gentoo.org> +iotop-0.4.ebuild:
+  Bump for #300667
 
   26 Nov 2009; Fabian Groffen <grobian@gentoo.org> iotop-0.3.2-r1.ebuild:
   Marked ~x86-linux, thanks Aaron Kaplan, bug #294699



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

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

Index: iotop-0.4.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.ebuild,v 1.1 2010/01/15 23:29:03 patrick Exp $

EAPI=2

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=""

RDEPEND=">=dev-lang/python-2.5[ncurses]
	dev-python/setuptools"
DEPEND="${RDEPEND}"

CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
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: ChangeLog iotop-0.4.ebuild
@ 2010-02-15  1:53 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-15  1:53 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/15 01:53:06

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS. Disable installation for Python 3 (bug #304505).
  (Portage version: 15354-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	9 Feb 2010 12:21:17 -0000	1.25
+++ ChangeLog	15 Feb 2010 01:53:06 -0000	1.26
@@ -1,6 +1,10 @@
 # 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.25 2010/02/09 12:21:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.26 2010/02/15 01:53:06 arfrever Exp $
+
+  15 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  iotop-0.4.ebuild:
+  Set SUPPORT_PYTHON_ABIS. Disable installation for Python 3 (bug #304505).
 
   09 Feb 2010; Pacho Ramos <pacho@gentoo.org> iotop-0.3.2-r1.ebuild:
   amd64 stable, bug 301259



1.2                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iotop-0.4.ebuild	15 Jan 2010 23:29:03 -0000	1.1
+++ iotop-0.4.ebuild	15 Feb 2010 01:53:06 -0000	1.2
@@ -1,8 +1,11 @@
 # 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.ebuild,v 1.1 2010/01/15 23:29:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.2 2010/02/15 01:53:06 arfrever Exp $
 
-EAPI=2
+EAPI="2"
+PYTHON_DEPEND="2:2.5"
+PYTHON_USE_WITH="ncurses"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils linux-info
 
@@ -15,9 +18,9 @@
 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
 IUSE=""
 
-RDEPEND=">=dev-lang/python-2.5[ncurses]
-	dev-python/setuptools"
-DEPEND="${RDEPEND}"
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
 DOCS="NEWS README THANKS"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild
@ 2010-03-01 22:17 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-03-01 22:17 UTC (permalink / raw
  To: gentoo-commits

darkside    10/03/01 22:17:22

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  Add CONFIG_CHECK for TASK_DELAY_ACCT and remove CONFIG_CHECK for TASKSTATS because the other two being checked depend on it already
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Feb 2010 01:53:06 -0000	1.26
+++ ChangeLog	1 Mar 2010 22:17:22 -0000	1.27
@@ -1,6 +1,10 @@
 # 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.26 2010/02/15 01:53:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.27 2010/03/01 22:17:22 darkside Exp $
+
+  01 Mar 2010; Jeremy Olexa <darkside@gentoo.org> iotop-0.4.ebuild:
+  Add CONFIG_CHECK for TASK_DELAY_ACCT and remove CONFIG_CHECK for TASKSTATS
+  because the other two being checked depend on it already
 
   15 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   iotop-0.4.ebuild:



1.3                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iotop-0.4.ebuild	15 Feb 2010 01:53:06 -0000	1.2
+++ iotop-0.4.ebuild	1 Mar 2010 22:17:22 -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.ebuild,v 1.2 2010/02/15 01:53:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.3 2010/03/01 22:17:22 darkside Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -22,7 +22,7 @@
 RDEPEND=""
 RESTRICT_PYTHON_ABIS="2.4 3.*"
 
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT"
 DOCS="NEWS README THANKS"
 
 src_install() {






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

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

fauli       10/03/04 09:37:50

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  stable x86, bug 305177
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.29                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	1 Mar 2010 22:29:06 -0000	1.28
+++ ChangeLog	4 Mar 2010 09:37:50 -0000	1.29
@@ -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.28 2010/03/01 22:29:06 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.29 2010/03/04 09:37:50 fauli Exp $
+
+  04 Mar 2010; Christian Faulhammer <fauli@gentoo.org> iotop-0.4.ebuild:
+  stable x86, bug 305177
 
   01 Mar 2010; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
   Arfrever from the python team has agreed to maintain this package



1.4                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iotop-0.4.ebuild	1 Mar 2010 22:17:22 -0000	1.3
+++ iotop-0.4.ebuild	4 Mar 2010 09:37:50 -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.ebuild,v 1.3 2010/03/01 22:17:22 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.4 2010/03/04 09:37:50 fauli Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,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=""






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

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

jer         10/03/04 15:31:59

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  Stable for HPPA (bug #305177).
  (Portage version: 2.2_rc64/cvs/Linux i686)

Revision  Changes    Path
1.30                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	4 Mar 2010 09:37:50 -0000	1.29
+++ ChangeLog	4 Mar 2010 15:31:58 -0000	1.30
@@ -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.29 2010/03/04 09:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.30 2010/03/04 15:31:58 jer Exp $
+
+  04 Mar 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.ebuild:
+  Stable for HPPA (bug #305177).
 
   04 Mar 2010; Christian Faulhammer <fauli@gentoo.org> iotop-0.4.ebuild:
   stable x86, bug 305177



1.5                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iotop-0.4.ebuild	4 Mar 2010 09:37:50 -0000	1.4
+++ iotop-0.4.ebuild	4 Mar 2010 15:31:58 -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.ebuild,v 1.4 2010/03/04 09:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.5 2010/03/04 15:31:58 jer Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,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=""






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild
@ 2010-03-07 13:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-07 13:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/07 13:20:35

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  amd64 stable wrt #305177
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 sys-process/iotop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Mar 2010 15:31:58 -0000	1.30
+++ ChangeLog	7 Mar 2010 13:20:35 -0000	1.31
@@ -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.30 2010/03/04 15:31:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.31 2010/03/07 13:20:35 ssuominen Exp $
+
+  07 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> iotop-0.4.ebuild:
+  amd64 stable wrt #305177
 
   04 Mar 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.ebuild:
   Stable for HPPA (bug #305177).



1.6                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iotop-0.4.ebuild	4 Mar 2010 15:31:58 -0000	1.5
+++ iotop-0.4.ebuild	7 Mar 2010 13:20:35 -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.ebuild,v 1.5 2010/03/04 15:31:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.6 2010/03/07 13:20:35 ssuominen Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,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=""






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild
@ 2010-03-23 20:26 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-03-23 20:26 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/23 20:26:37

  Modified:             ChangeLog iotop-0.4.ebuild
  Log:
  stable ppc, bug 305177
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.32                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Mar 2010 13:20:35 -0000	1.31
+++ ChangeLog	23 Mar 2010 20:26:37 -0000	1.32
@@ -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.31 2010/03/07 13:20:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.32 2010/03/23 20:26:37 ranger Exp $
+
+  23 Mar 2010; Brent Baude <ranger@gentoo.org> iotop-0.4.ebuild:
+  stable ppc, bug 305177
 
   07 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> iotop-0.4.ebuild:
   amd64 stable wrt #305177



1.7                  sys-process/iotop/iotop-0.4.ebuild

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

Index: iotop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iotop-0.4.ebuild	7 Mar 2010 13:20:35 -0000	1.6
+++ iotop-0.4.ebuild	23 Mar 2010 20:26:37 -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.ebuild,v 1.6 2010/03/07 13:20:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.7 2010/03/23 20:26:37 ranger Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,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=""






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

* [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild
@ 2010-09-13 15:05 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-13 15:05 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/13 15:05:01

  Modified:             ChangeLog
  Removed:              iotop-0.4.ebuild
  Log:
  Delete older ebuild.
  
  (Portage version: 2.2_rc81_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 sys-process/iotop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	6 Aug 2010 15:49:53 -0000	1.37
+++ ChangeLog	13 Sep 2010 15:05:01 -0000	1.38
@@ -1,6 +1,10 @@
 # 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.37 2010/08/06 15:49:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.38 2010/09/13 15:05:01 arfrever Exp $
+
+  13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -iotop-0.4.ebuild:
+  Delete.
 
   06 Aug 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.1.ebuild:
   Stable for PPC (bug #330263).






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

end of thread, other threads:[~2010-09-13 15:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04  9:37 [gentoo-commits] gentoo-x86 commit in sys-process/iotop: ChangeLog iotop-0.4.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-13 15:05 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-03-23 20:26 Brent Baude (ranger)
2010-03-07 13:20 Samuli Suominen (ssuominen)
2010-03-04 15:31 Jeroen Roovers (jer)
2010-03-01 22:17 Jeremy Olexa (darkside)
2010-02-15  1:53 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-15 23:29 Patrick Lauer (patrick)

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