public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/ftnchek: ChangeLog ftnchek-3.2.2.ebuild ftnchek-3.3.1.ebuild
@ 2010-01-22 12:08 Dawid Weglinski (cla)
  0 siblings, 0 replies; only message in thread
From: Dawid Weglinski (cla) @ 2010-01-22 12:08 UTC (permalink / raw
  To: gentoo-commits

cla         10/01/22 12:08:23

  Modified:             ChangeLog ftnchek-3.2.2.ebuild ftnchek-3.3.1.ebuild
  Log:
  Respect users CFLAGS (bug #240279)
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-util/ftnchek/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	15 May 2007 09:10:31 -0000	1.8
+++ ChangeLog	22 Jan 2010 12:08:22 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/ftnchek
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ChangeLog,v 1.8 2007/05/15 09:10:31 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ChangeLog,v 1.9 2010/01/22 12:08:22 cla Exp $
+
+  22 Jan 2010; Dawid Węgliński <cla@gentoo.org> ftnchek-3.2.2.ebuild,
+  ftnchek-3.3.1.ebuild:
+  Respect users CFLAGS (bug #240279)
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.8                  dev-util/ftnchek/ftnchek-3.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild?r1=1.7&r2=1.8

Index: ftnchek-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ftnchek-3.2.2.ebuild	12 Oct 2009 19:14:37 -0000	1.7
+++ ftnchek-3.2.2.ebuild	22 Jan 2010 12:08:22 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v 1.7 2009/10/12 19:14:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v 1.8 2010/01/22 12:08:22 cla Exp $
 
 DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
 HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
@@ -11,6 +11,13 @@
 KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	sed -r -e 's/CFLAGS([[:space:]]+)=/CFLAGS\1+=/' \
+		-i Makefile.in || die 'sed failed'
+}
+
 src_install() {
 	einstall || die
 	dodoc FAQ PATCHES README ToDo



1.4                  dev-util/ftnchek/ftnchek-3.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild?r1=1.3&r2=1.4

Index: ftnchek-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ftnchek-3.3.1.ebuild	12 Oct 2009 19:14:37 -0000	1.3
+++ ftnchek-3.3.1.ebuild	22 Jan 2010 12:08:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.3 2009/10/12 19:14:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.4 2010/01/22 12:08:22 cla Exp $
 
 DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
 HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
@@ -17,6 +17,8 @@
 	unpack ${A}
 	cd "${S}"
 	sed -i -e 's:-$(STRIP) $(bindir)/ftnchek$(EXE)::' Makefile.in || die 'sed failed'
+	sed -r -e 's/CFLAGS([[:space:]]+)=/CFLAGS\1+=/' \
+		-i Makefile.in || die 'sed failed'
 }
 
 src_install() {






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

only message in thread, other threads:[~2010-01-22 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 12:08 [gentoo-commits] gentoo-x86 commit in dev-util/ftnchek: ChangeLog ftnchek-3.2.2.ebuild ftnchek-3.3.1.ebuild Dawid Weglinski (cla)

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