public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ext3grep-0.10.1.ebuild ChangeLog
@ 2012-02-26 17:51 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2012-02-26 17:51 UTC (permalink / raw
  To: gentoo-commits

hanno       12/02/26 17:51:44

  Modified:             ext3grep-0.10.2.ebuild ext3grep-0.10.1.ebuild
                        ChangeLog
  Log:
  ext3grep: fix build with e2fsprogs
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/ext3grep/ext3grep-0.10.2.ebuild

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

Index: ext3grep-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ext3grep-0.10.2.ebuild	8 Jul 2010 05:13:10 -0000	1.2
+++ ext3grep-0.10.2.ebuild	26 Feb 2012 17:51:44 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.2 2010/07/08 05:13:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.3 2012/02/26 17:51:44 hanno Exp $
 
 EAPI=3
 inherit eutils
@@ -16,6 +16,10 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-0.10.1-gcc44.patch
+
+	# Fix build against latest e2fsprogs, taken from
+	# https://code.google.com/p/ext3grep/issues/detail?id=34
+	epatch "${FILESDIR}"/${P}-new-e2fsprogs.diff
 }
 
 src_configure() {



1.4                  sys-fs/ext3grep/ext3grep-0.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?r1=1.3&r2=1.4

Index: ext3grep-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ext3grep-0.10.1.ebuild	23 Sep 2009 20:50:19 -0000	1.3
+++ ext3grep-0.10.1.ebuild	26 Feb 2012 17:51:44 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.3 2009/09/23 20:50:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.4 2012/02/26 17:51:44 hanno Exp $
 
 inherit eutils
 



1.5                  sys-fs/ext3grep/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Jul 2010 05:13:10 -0000	1.4
+++ ChangeLog	26 Feb 2012 17:51:44 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/ext3grep
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.4 2010/07/08 05:13:10 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.5 2012/02/26 17:51:44 hanno Exp $
+
+  26 Feb 2012; Hanno Boeck <hanno@gentoo.org> ext3grep-0.10.2.ebuild,
+  +files/ext3grep-0.10.2-new-e2fsprogs.diff:
+  Fix build with latest e2fsprogs.
 
   08 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   ext3grep-0.10.2.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-26 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26 17:51 [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ext3grep-0.10.1.ebuild ChangeLog Hanno Boeck (hanno)

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