public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/foremost: foremost-1.5.5-r1.ebuild foremost-1.5.6-r1.ebuild foremost-1.5.7-r1.ebuild
@ 2010-09-07 12:59 Mike Auty (ikelos)
  0 siblings, 0 replies; only message in thread
From: Mike Auty (ikelos) @ 2010-09-07 12:59 UTC (permalink / raw
  To: gentoo-commits

ikelos      10/09/07 12:59:01

  Modified:             foremost-1.5.5-r1.ebuild foremost-1.5.6-r1.ebuild
                        foremost-1.5.7-r1.ebuild
  Log:
  Fix bug 336153 by adding LDFLAGS to RAW_FLAGS for compilation.
  
  (Portage version: 2.2_rc74/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-forensics/foremost/foremost-1.5.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild?r1=1.1&r2=1.2

Index: foremost-1.5.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foremost-1.5.5-r1.ebuild	12 Apr 2010 20:20:14 -0000	1.1
+++ foremost-1.5.5-r1.ebuild	7 Sep 2010 12:59:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
 
 inherit eutils toolchain-funcs
 
@@ -20,7 +20,7 @@
 }
 
 src_compile() {
-	emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
+	emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
 		CONF=/etc || die "emake failed"
 }
 



1.2                  app-forensics/foremost/foremost-1.5.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild?r1=1.1&r2=1.2

Index: foremost-1.5.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foremost-1.5.6-r1.ebuild	12 Apr 2010 20:20:14 -0000	1.1
+++ foremost-1.5.6-r1.ebuild	7 Sep 2010 12:59:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,7 +22,7 @@
 }
 
 src_compile() {
-	emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
+	emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
 		CONF=/etc || die "emake failed"
 }
 



1.2                  app-forensics/foremost/foremost-1.5.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild?r1=1.1&r2=1.2

Index: foremost-1.5.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foremost-1.5.7-r1.ebuild	12 Apr 2010 20:20:14 -0000	1.1
+++ foremost-1.5.7-r1.ebuild	7 Sep 2010 12:59:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v 1.2 2010/09/07 12:59:01 ikelos Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,7 +22,7 @@
 }
 
 src_compile() {
-	emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
+	emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \
 		CONF=/etc || die "emake failed"
 }
 






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

only message in thread, other threads:[~2010-09-07 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07 12:59 [gentoo-commits] gentoo-x86 commit in app-forensics/foremost: foremost-1.5.5-r1.ebuild foremost-1.5.6-r1.ebuild foremost-1.5.7-r1.ebuild Mike Auty (ikelos)

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