jer         14/11/10 10:48:17

  Modified:             ftop-1.0.ebuild ChangeLog
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #528578).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  sys-process/ftop/ftop-1.0.ebuild

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

Index: ftop-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/ftop/ftop-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ftop-1.0.ebuild     30 Jan 2014 00:21:21 -0000      1.1
+++ ftop-1.0.ebuild     10 Nov 2014 10:48:17 -0000      1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ftop-1.0.ebuild,v 1.1 
2014/01/30 00:21:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ftop-1.0.ebuild,v 1.2 
2014/11/10 10:48:17 jer Exp $
 
 EAPI="5"
 
+AUTOTOOLS_AUTORECONF=frob
 inherit autotools-utils
 
 DESCRIPTION="Monitor open files and filesystems"
@@ -17,4 +18,7 @@
 DEPEND="sys-libs/ncurses"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-overflow.patch )
\ No newline at end of file
+PATCHES=(
+       "${FILESDIR}"/${P}-overflow.patch
+       "${FILESDIR}"/${P}-tinfo.patch
+)



1.2                  sys-process/ftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/ftop/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   30 Jan 2014 00:21:21 -0000      1.1
+++ ChangeLog   10 Nov 2014 10:48:17 -0000      1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/ftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ChangeLog,v 1.1 2014/01/30 
00:21:21 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ChangeLog,v 1.2 2014/11/10 
10:48:17 jer Exp $
+
+  10 Nov 2014; Jeroen Roovers <[email protected]> +files/ftop-1.0-tinfo.patch,
+  ftop-1.0.ebuild:
+  Fix building against sys-libs/ncurses[tinfo] (bug #528578).
 
 *ftop-1.0 (30 Jan 2014)
 




Reply via email to