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.8.3-r1.ebuild
@ 2010-07-25 12:35 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2010-07-25 12:35 UTC (permalink / raw
  To: gentoo-commits

idl0r       10/07/25 12:35:27

  Modified:             ChangeLog htop-0.8.3-r1.ebuild
  Log:
  Add back the unicode useflag.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	3 May 2010 18:46:02 -0000	1.83
+++ ChangeLog	25 Jul 2010 12:35:26 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.83 2010/05/03 18:46:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.84 2010/07/25 12:35:26 idl0r Exp $
+
+  25 Jul 2010; Christian Ruppert <idl0r@gentoo.org> htop-0.8.3-r1.ebuild:
+  Add back the unicode useflag.
 
 *htop-0.8.3-r1 (03 May 2010)
 



1.2                  sys-process/htop/htop-0.8.3-r1.ebuild

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

Index: htop-0.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htop-0.8.3-r1.ebuild	3 May 2010 18:46:02 -0000	1.1
+++ htop-0.8.3-r1.ebuild	25 Jul 2010 12:35:26 -0000	1.2
@@ -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/htop/htop-0.8.3-r1.ebuild,v 1.1 2010/05/03 18:46:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v 1.2 2010/07/25 12:35:26 idl0r Exp $
 
 EAPI=3
 inherit eutils flag-o-matic multilib
@@ -12,9 +12,9 @@
 LICENSE="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="debug openvz vserver"
+IUSE="debug openvz unicode vserver"
 
-DEPEND="sys-libs/ncurses[unicode]"
+DEPEND="sys-libs/ncurses[unicode?]"
 
 pkg_setup() {
 	if use elibc_FreeBSD && ! [[ -f ${ROOT}/proc/stat && -f ${ROOT}/proc/meminfo ]]; then
@@ -42,8 +42,8 @@
 	econf \
 		$(use_enable openvz) \
 		$(use_enable vserver) \
-		--enable-taskstats \
-		--enable-unicode
+		$(use_enable unicode) \
+		--enable-taskstats
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.8.3-r1.ebuild
@ 2010-09-03 19:00 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-03 19:00 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/03 19:00:35

  Modified:             ChangeLog htop-0.8.3-r1.ebuild
  Log:
  Fix shebang of a buildscript, for Prefix.  Bug #335195
  
  (Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.85                 sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	25 Jul 2010 12:35:26 -0000	1.84
+++ ChangeLog	3 Sep 2010 19:00:35 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.84 2010/07/25 12:35:26 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.85 2010/09/03 19:00:35 grobian Exp $
+
+  03 Sep 2010; Fabian Groffen <grobian@gentoo.org> htop-0.8.3-r1.ebuild:
+  Fix shebang of a buildscript, for Prefix. Bug #335195
 
   25 Jul 2010; Christian Ruppert <idl0r@gentoo.org> htop-0.8.3-r1.ebuild:
   Add back the unicode useflag.



1.3                  sys-process/htop/htop-0.8.3-r1.ebuild

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

Index: htop-0.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htop-0.8.3-r1.ebuild	25 Jul 2010 12:35:26 -0000	1.2
+++ htop-0.8.3-r1.ebuild	3 Sep 2010 19:00:35 -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/htop/htop-0.8.3-r1.ebuild,v 1.2 2010/07/25 12:35:26 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v 1.3 2010/09/03 19:00:35 grobian Exp $
 
 EAPI=3
 inherit eutils flag-o-matic multilib
@@ -34,6 +34,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-0.8.1-non-printable-char-filter.patch
+	sed -i -e '1c\#!'"${EPREFIX}"'/usr/bin/python' \
+		scripts/MakeHeader.py || die
 }
 
 src_configure() {






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

end of thread, other threads:[~2010-09-03 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25 12:35 [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.8.3-r1.ebuild Christian Ruppert (idl0r)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-03 19:00 Fabian Groffen (grobian)

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