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 ChangeLog
@ 2010-07-07 21:43 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2010-07-07 21:43 UTC (permalink / raw
  To: gentoo-commits

hanno       10/07/07 21:43:01

  Modified:             ChangeLog
  Added:                ext3grep-0.10.2.ebuild
  Log:
  ext3grep version bump
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/ext3grep/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Sep 2009 20:50:19 -0000	1.2
+++ ChangeLog	7 Jul 2010 21:43:01 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/ext3grep
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.2 2009/09/23 20:50:19 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.3 2010/07/07 21:43:01 hanno Exp $
+
+*ext3grep-0.10.2 (07 Jul 2010)
+
+  07 Jul 2010; Hanno Boeck <hanno@gentoo.org> +ext3grep-0.10.2.ebuild:
+  Version bump.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ext3grep-0.10.1.ebuild:
   Remove virtual/libc



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.1&content-type=text/plain

Index: ext3grep-0.10.2.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/07/07 21:43:01 hanno Exp $

EAPI=3

DESCRIPTION="Recover deleted files on an ext3 file system"
HOMEPAGE="http://code.google.com/p/ext3grep/"
SRC_URI="http://ext3grep.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug pch"
DEPEND=""

src_configure() {
	econf $(use_enable debug) \
		$(use_enable pch) || die "econd failed"
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc NEWS README || die
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ChangeLog
@ 2010-07-08  5:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-08  5:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/08 05:13:10

  Modified:             ext3grep-0.10.2.ebuild ChangeLog
  Log:
  Restore usage of -gcc44.patch wrt #327427 by tman.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?r1=1.1&r2=1.2

Index: ext3grep-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ext3grep-0.10.2.ebuild	7 Jul 2010 21:43:01 -0000	1.1
+++ ext3grep-0.10.2.ebuild	8 Jul 2010 05:13:10 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2010 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.1 2010/07/07 21:43:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.2 2010/07/08 05:13:10 ssuominen Exp $
 
 EAPI=3
+inherit eutils
 
 DESCRIPTION="Recover deleted files on an ext3 file system"
 HOMEPAGE="http://code.google.com/p/ext3grep/"
@@ -12,11 +13,16 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug pch"
-DEPEND=""
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.10.1-gcc44.patch
+}
 
 src_configure() {
-	econf $(use_enable debug) \
-		$(use_enable pch) || die "econd failed"
+	econf \
+		--disable-dependency-tracking \
+		$(use_enable debug) \
+		$(use_enable pch)
 }
 
 src_install() {



1.4                  sys-fs/ext3grep/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Jul 2010 21:43:01 -0000	1.3
+++ ChangeLog	8 Jul 2010 05:13:10 -0000	1.4
@@ -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.3 2010/07/07 21:43:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.4 2010/07/08 05:13:10 ssuominen Exp $
+
+  08 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  ext3grep-0.10.2.ebuild:
+  Restore usage of -gcc44.patch wrt #327427 by tman.
 
 *ext3grep-0.10.2 (07 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ChangeLog
@ 2012-11-03 10:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-03 10:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/03 10:03:44

  Modified:             ext3grep-0.10.2.ebuild ChangeLog
  Log:
  Fix building with recent toolchain wrt #422789 by Diego Elio Pettenò. Missing dependencies of e2fsprogs, os-headers, and pkg-config.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?r1=1.3&r2=1.4

Index: ext3grep-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ext3grep-0.10.2.ebuild	26 Feb 2012 17:51:44 -0000	1.3
+++ ext3grep-0.10.2.ebuild	3 Nov 2012 10:03:44 -0000	1.4
@@ -1,8 +1,8 @@
 # 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.3 2012/02/26 17:51:44 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.4 2012/11/03 10:03:44 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 inherit eutils
 
 DESCRIPTION="Recover deleted files on an ext3 file system"
@@ -14,8 +14,17 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug pch"
 
+DOCS="NEWS README"
+
+RDEPEND=""
+DEPEND="sys-fs/e2fsprogs
+	virtual/os-headers
+	virtual/pkgconfig"
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.10.1-gcc44.patch
+	epatch \
+		"${FILESDIR}"/${PN}-0.10.1-gcc44.patch \
+		"${FILESDIR}"/${P}-include-unistd_h-for-sysconf.patch
 
 	# Fix build against latest e2fsprogs, taken from
 	# https://code.google.com/p/ext3grep/issues/detail?id=34
@@ -24,12 +33,6 @@
 
 src_configure() {
 	econf \
-		--disable-dependency-tracking \
 		$(use_enable debug) \
 		$(use_enable pch)
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc NEWS README || die
-}



1.7                  sys-fs/ext3grep/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Nov 2012 09:53:50 -0000	1.6
+++ ChangeLog	3 Nov 2012 10:03:44 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/ext3grep
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.6 2012/11/03 09:53:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.7 2012/11/03 10:03:44 ssuominen Exp $
+
+  03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> ext3grep-0.10.2.ebuild,
+  +files/ext3grep-0.10.2-include-unistd_h-for-sysconf.patch:
+  Fix building with recent toolchain wrt #422789 by Diego Elio Pettenò.
+  Missing dependencies of e2fsprogs, os-headers, and pkg-config.
 
   03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -ext3grep-0.10.1.ebuild:
   old





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

end of thread, other threads:[~2012-11-03 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-03 10:03 [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-08  5:13 Samuli Suominen (ssuominen)
2010-07-07 21:43 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