blueness    15/06/28 22:52:54

  Modified:             ncdu-1.11.ebuild ChangeLog
  Log:
  Add missing <sys/wait.h>.  Bug #550310.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.6                  sys-fs/ncdu/ncdu-1.11.ebuild

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

Index: ncdu-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ncdu-1.11.ebuild    27 May 2015 11:13:37 -0000      1.5
+++ ncdu-1.11.ebuild    28 Jun 2015 22:52:54 -0000      1.6
@@ -1,9 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.11.ebuild,v 1.5 
2015/05/27 11:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.11.ebuild,v 1.6 
2015/06/28 22:52:54 blueness Exp $
 
 EAPI=5
 
+inherit eutils
+
 DESCRIPTION="NCurses Disk Usage"
 HOMEPAGE="http://dev.yorhel.nl/ncdu/";
 SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz";
@@ -15,3 +17,7 @@
 RDEPEND="sys-libs/ncurses[unicode]"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
+
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-missing-header.patch
+}



1.56                 sys-fs/ncdu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ncdu/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ncdu/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ncdu/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   27 May 2015 11:13:37 -0000      1.55
+++ ChangeLog   28 Jun 2015 22:52:54 -0000      1.56
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/ncdu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.55 2015/05/27 
11:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.56 2015/06/28 
22:52:54 blueness Exp $
+
+  28 Jun 2015; Anthony G. Basile <[email protected]>
+  +files/ncdu-1.11-missing-header.patch, ncdu-1.11.ebuild:
+  Add missing <sys/wait.h>.  Bug #550310.
 
   27 May 2015; Agostino Sarubbo <[email protected]> ncdu-1.11.ebuild:
   Stable for x86, wrt bug #549522




Reply via email to