public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-01-10 17:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-10 17:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/10 17:15:39

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  The bundled (and obsolete) plpa library is licensed BSD.
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.87                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	9 Jan 2011 14:48:11 -0000	1.86
+++ ChangeLog	10 Jan 2011 17:15:39 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.86 2011/01/09 14:48:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.87 2011/01/10 17:15:39 ssuominen Exp $
+
+  10 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> htop-0.9.ebuild:
+  The bundled (and obsolete) plpa library is licensed BSD.
 
 *htop-0.9 (09 Jan 2011)
 



1.2                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htop-0.9.ebuild	9 Jan 2011 14:48:11 -0000	1.1
+++ htop-0.9.ebuild	10 Jan 2011 17:15:39 -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/htop/htop-0.9.ebuild,v 1.1 2011/01/09 14:48:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.2 2011/01/10 17:15:39 ssuominen Exp $
 
 EAPI=3
 inherit eutils flag-o-matic multilib
@@ -9,7 +9,7 @@
 HOMEPAGE="http://htop.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="cgroup debug openvz unicode vserver"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-01-10 19:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-10 19:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/10 19:24:24

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  Always enable cgroup support for kernel_linux and prevent valgrind detection (we definately don't want to run valgrind from Portage because it's too unreliable)
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	10 Jan 2011 17:15:39 -0000	1.87
+++ ChangeLog	10 Jan 2011 19:24:24 -0000	1.88
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.87 2011/01/10 17:15:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.88 2011/01/10 19:24:24 ssuominen Exp $
+
+  10 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> htop-0.9.ebuild:
+  Always enable cgroup support for kernel_linux and prevent valgrind detection
+  (we definately don't want to run valgrind from Portage because it's too
+  unreliable)
 
   10 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> htop-0.9.ebuild:
   The bundled (and obsolete) plpa library is licensed BSD.



1.3                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htop-0.9.ebuild	10 Jan 2011 17:15:39 -0000	1.2
+++ htop-0.9.ebuild	10 Jan 2011 19:24:24 -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/htop/htop-0.9.ebuild,v 1.2 2011/01/10 17:15:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.3 2011/01/10 19:24:24 ssuominen Exp $
 
 EAPI=3
 inherit eutils flag-o-matic multilib
@@ -12,9 +12,10 @@
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="cgroup debug openvz unicode vserver"
+IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
-DEPEND="sys-libs/ncurses[unicode?]"
+RDEPEND="sys-libs/ncurses[unicode?]"
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
 	if use elibc_FreeBSD && ! [[ -f ${ROOT}/proc/stat && -f ${ROOT}/proc/meminfo ]]; then
@@ -38,14 +39,15 @@
 }
 
 src_configure() {
-	useq debug && append-flags -DDEBUG
+	use debug && append-flags -DDEBUG
 
 	econf \
 		$(use_enable openvz) \
-		$(use_enable cgroup) \
+		$(use_enable kernel_linux cgroup) \
 		$(use_enable vserver) \
 		$(use_enable unicode) \
-		--enable-taskstats
+		--enable-taskstats \
+		--without-valgrind
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-06-24 22:11 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-06-24 22:11 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/06/24 22:11:25

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  Another debug fix, bug 372911.
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.90                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	24 Jun 2011 19:59:48 -0000	1.89
+++ ChangeLog	24 Jun 2011 22:11:25 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.89 2011/06/24 19:59:48 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.90 2011/06/24 22:11:25 idl0r Exp $
+
+  24 Jun 2011; Christian Ruppert <idl0r@gentoo.org> htop-0.9.ebuild,
+  +files/htop-0.9-debug.patch:
+  Another debug fix, bug 372911.
 
   24 Jun 2011; Christian Ruppert <idl0r@gentoo.org> htop-0.9.ebuild,
   metadata.xml:



1.5                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- htop-0.9.ebuild	24 Jun 2011 19:59:49 -0000	1.4
+++ htop-0.9.ebuild	24 Jun 2011 22:11:25 -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/htop/htop-0.9.ebuild,v 1.4 2011/06/24 19:59:49 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.5 2011/06/24 22:11:25 idl0r Exp $
 
 EAPI=3
 
@@ -38,8 +38,8 @@
 	sed -i -e '1c\#!'"${EPREFIX}"'/usr/bin/python' \
 		scripts/MakeHeader.py || die
 
-	# bug 352024
-	sed -i -e 's:assert(out->len > 0);:assert(out->chlen > 0);:' Process.c || die
+	# bug 352024, 372911
+	epatch "${FILESDIR}/${P}-debug.patch"
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-06-26  8:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-26  8:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/26 08:21:27

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  Stable on amd64 wrt bug #372889
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.91                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	24 Jun 2011 22:11:25 -0000	1.90
+++ ChangeLog	26 Jun 2011 08:21:27 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.90 2011/06/24 22:11:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.91 2011/06/26 08:21:27 hwoarang Exp $
+
+  26 Jun 2011; Markos Chandras <hwoarang@gentoo.org> htop-0.9.ebuild:
+  Stable on amd64 wrt bug #372889
 
   24 Jun 2011; Christian Ruppert <idl0r@gentoo.org> htop-0.9.ebuild,
   +files/htop-0.9-debug.patch:



1.6                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- htop-0.9.ebuild	24 Jun 2011 22:11:25 -0000	1.5
+++ htop-0.9.ebuild	26 Jun 2011 08:21:27 -0000	1.6
@@ -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/htop/htop-0.9.ebuild,v 1.5 2011/06/24 22:11:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.6 2011/06/26 08:21:27 hwoarang Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-06-29 18:50 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-06-29 18:50 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/29 18:50:24

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  x86 stable, bug #372889
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.92                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	26 Jun 2011 08:21:27 -0000	1.91
+++ ChangeLog	29 Jun 2011 18:50:24 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.91 2011/06/26 08:21:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.92 2011/06/29 18:50:24 maekke Exp $
+
+  29 Jun 2011; Markus Meier <maekke@gentoo.org> htop-0.9.ebuild:
+  x86 stable, bug #372889
 
   26 Jun 2011; Markos Chandras <hwoarang@gentoo.org> htop-0.9.ebuild:
   Stable on amd64 wrt bug #372889



1.7                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- htop-0.9.ebuild	26 Jun 2011 08:21:27 -0000	1.6
+++ htop-0.9.ebuild	29 Jun 2011 18:50:24 -0000	1.7
@@ -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/htop/htop-0.9.ebuild,v 1.6 2011/06/26 08:21:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.7 2011/06/29 18:50:24 maekke Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-07-02 17:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-07-02 17:59 UTC (permalink / raw
  To: gentoo-commits

armin76     11/07/02 17:59:00

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #372889
  
  (Portage version: 2.1.10.3/cvs/Linux ia64)

Revision  Changes    Path
1.93                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	29 Jun 2011 18:50:24 -0000	1.92
+++ ChangeLog	2 Jul 2011 17:59:00 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.92 2011/06/29 18:50:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.93 2011/07/02 17:59:00 armin76 Exp $
+
+  02 Jul 2011; Raúl Porcel <armin76@gentoo.org> htop-0.9.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #372889
 
   29 Jun 2011; Markus Meier <maekke@gentoo.org> htop-0.9.ebuild:
   x86 stable, bug #372889



1.8                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- htop-0.9.ebuild	29 Jun 2011 18:50:24 -0000	1.7
+++ htop-0.9.ebuild	2 Jul 2011 17:59:00 -0000	1.8
@@ -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/htop/htop-0.9.ebuild,v 1.7 2011/06/29 18:50:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.8 2011/07/02 17:59:00 armin76 Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-07-02 19:40 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2011-07-02 19:40 UTC (permalink / raw
  To: gentoo-commits

nixnut      11/07/02 19:40:48

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  ppc stable #372889
  
  (Portage version: 2.1.9.42/cvs/Linux ppc)

Revision  Changes    Path
1.94                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	2 Jul 2011 17:59:00 -0000	1.93
+++ ChangeLog	2 Jul 2011 19:40:48 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.93 2011/07/02 17:59:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.94 2011/07/02 19:40:48 nixnut Exp $
+
+  02 Jul 2011; nixnut <nixnut@gentoo.org> htop-0.9.ebuild:
+  ppc stable #372889
 
   02 Jul 2011; Raúl Porcel <armin76@gentoo.org> htop-0.9.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #372889



1.9                  sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- htop-0.9.ebuild	2 Jul 2011 17:59:00 -0000	1.8
+++ htop-0.9.ebuild	2 Jul 2011 19:40:48 -0000	1.9
@@ -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/htop/htop-0.9.ebuild,v 1.8 2011/07/02 17:59:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.9 2011/07/02 19:40:48 nixnut Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-07-20 23:37 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-07-20 23:37 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/07/20 23:37:50

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  Stable for ppc64; bug #372889
  
  (Portage version: 2.1.10.3/cvs/Linux ppc64)

Revision  Changes    Path
1.97                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	9 Jul 2011 21:01:46 -0000	1.96
+++ ChangeLog	20 Jul 2011 23:37:50 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.96 2011/07/09 21:01:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.97 2011/07/20 23:37:50 halcy0n Exp $
+
+  20 Jul 2011; Mark Loeser <halcy0n@gentoo.org> htop-0.9.ebuild:
+  Stable for ppc64; bug #372889
 
 *htop-0.9-r1 (09 Jul 2011)
 



1.10                 sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- htop-0.9.ebuild	2 Jul 2011 19:40:48 -0000	1.9
+++ htop-0.9.ebuild	20 Jul 2011 23:37:50 -0000	1.10
@@ -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/htop/htop-0.9.ebuild,v 1.9 2011/07/02 19:40:48 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.10 2011/07/20 23:37:50 halcy0n Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild
@ 2011-07-22 13:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-07-22 13:48 UTC (permalink / raw
  To: gentoo-commits

jer         11/07/22 13:48:01

  Modified:             ChangeLog htop-0.9.ebuild
  Log:
  Stable for HPPA (bug #372889).
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.98                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	20 Jul 2011 23:37:50 -0000	1.97
+++ ChangeLog	22 Jul 2011 13:48:01 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.97 2011/07/20 23:37:50 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.98 2011/07/22 13:48:01 jer Exp $
+
+  22 Jul 2011; Jeroen Roovers <jer@gentoo.org> htop-0.9.ebuild:
+  Stable for HPPA (bug #372889).
 
   20 Jul 2011; Mark Loeser <halcy0n@gentoo.org> htop-0.9.ebuild:
   Stable for ppc64; bug #372889



1.11                 sys-process/htop/htop-0.9.ebuild

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

Index: htop-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- htop-0.9.ebuild	20 Jul 2011 23:37:50 -0000	1.10
+++ htop-0.9.ebuild	22 Jul 2011 13:48:01 -0000	1.11
@@ -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/htop/htop-0.9.ebuild,v 1.10 2011/07/20 23:37:50 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.11 2011/07/22 13:48:01 jer Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses[unicode?]"






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

end of thread, other threads:[~2011-07-22 13:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 18:50 [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.9.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-22 13:48 Jeroen Roovers (jer)
2011-07-20 23:37 Mark Loeser (halcy0n)
2011-07-02 19:40 Gysbert Wassenaar (nixnut)
2011-07-02 17:59 Raul Porcel (armin76)
2011-06-26  8:21 Markos Chandras (hwoarang)
2011-06-24 22:11 Christian Ruppert (idl0r)
2011-01-10 19:24 Samuli Suominen (ssuominen)
2011-01-10 17:15 Samuli Suominen (ssuominen)

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