idl0r       14/09/30 19:40:46

  Modified:             htop-1.0.3.ebuild ChangeLog
  Log:
  Fix ncurses linking, bug 509452
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key B427ABC8)

Revision  Changes    Path
1.2                  sys-process/htop/htop-1.0.3.ebuild

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

Index: htop-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htop-1.0.3.ebuild   2 May 2014 23:05:38 -0000       1.1
+++ htop-1.0.3.ebuild   30 Sep 2014 19:40:46 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.1 
2014/05/02 23:05:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.2 
2014/09/30 19:40:46 idl0r Exp $
 
 EAPI=5
 
@@ -29,6 +29,8 @@
 # config.h problems
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
+PATCHES=("${FILESDIR}/${P}-tinfo.patch")
+
 pkg_setup() {
        if use kernel_FreeBSD && ! [[ -f ${ROOT}/compat/linux/proc/stat && -f 
${ROOT}/compat/linux/proc/meminfo ]]; then
                echo



1.142                sys-process/htop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   2 May 2014 23:05:38 -0000       1.141
+++ ChangeLog   30 Sep 2014 19:40:46 -0000      1.142
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.141 
2014/05/02 23:05:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.142 
2014/09/30 19:40:46 idl0r Exp $
+
+  30 Sep 2014; Christian Ruppert <[email protected]> htop-1.0.3.ebuild,
+  +files/htop-1.0.3-tinfo.patch:
+  Fix ncurses linking, bug 509452
 
 *htop-1.0.3 (02 May 2014)
 




Reply via email to