public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: spyview-20111018.ebuild ChangeLog
@ 2012-08-11 15:53 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-08-11 15:53 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/08/11 15:53:49

  Modified:             spyview-20111018.ebuild ChangeLog
  Log:
  Fix build with gcc-4.7, bug 425368
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-visualization/spyview/spyview-20111018.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?r1=1.1&r2=1.2

Index: spyview-20111018.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spyview-20111018.ebuild	21 Jan 2012 21:10:09 -0000	1.1
+++ spyview-20111018.ebuild	11 Aug 2012 15:53:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.1 2012/01/21 21:10:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.2 2012/08/11 15:53:48 dilfridge Exp $
 
 EAPI=4
 
@@ -44,6 +44,8 @@
 
 	append-ldflags -L$(dirname $(fltk-config --libs))
 
+	find "${S}" -name Makefile.in -exec sed -i -e 's:-mwindows -mconsole::g' {} +
+
 	base_src_prepare
 }
 



1.21                 sci-visualization/spyview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Jan 2012 21:10:09 -0000	1.20
+++ ChangeLog	11 Aug 2012 15:53:48 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.20 2012/01/21 21:10:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.21 2012/08/11 15:53:48 dilfridge Exp $
+
+  11 Aug 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  spyview-20111018.ebuild:
+  Fix build with gcc-4.7, bug 425368
 
 *spyview-20111018 (21 Jan 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: spyview-20111018.ebuild ChangeLog
@ 2013-07-21  9:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21  9:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 09:58:57

  Modified:             spyview-20111018.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #477164
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sci-visualization/spyview/spyview-20111018.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?r1=1.3&r2=1.4

Index: spyview-20111018.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spyview-20111018.ebuild	6 Apr 2013 10:25:18 -0000	1.3
+++ spyview-20111018.ebuild	21 Jul 2013 09:58:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.3 2013/04/06 10:25:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.4 2013/07/21 09:58:57 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



1.23                 sci-visualization/spyview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Apr 2013 10:25:18 -0000	1.22
+++ ChangeLog	21 Jul 2013 09:58:57 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.22 2013/04/06 10:25:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.23 2013/07/21 09:58:57 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> spyview-20111018.ebuild:
+  Stable for amd64, wrt bug #477164
 
   06 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org>
   spyview-20110803.ebuild, spyview-20111018.ebuild:
@@ -107,4 +110,3 @@
   +spyview-20100203.ebuild, +files/spyview-includes.patch, +metadata.xml:
   Moved from sunrise overlay. Thanks to Andreas K. Huettel (dilfridge)
   <mail@akhuettel.de> for the ebuild. Fixes bug #283449
-





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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: spyview-20111018.ebuild ChangeLog
@ 2013-07-27 22:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-27 22:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/27 22:08:27

  Modified:             spyview-20111018.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #477164
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sci-visualization/spyview/spyview-20111018.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild?r1=1.4&r2=1.5

Index: spyview-20111018.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spyview-20111018.ebuild	21 Jul 2013 09:58:57 -0000	1.4
+++ spyview-20111018.ebuild	27 Jul 2013 22:08:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.4 2013/07/21 09:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.5 2013/07/27 22:08:27 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



1.24                 sci-visualization/spyview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Jul 2013 09:58:57 -0000	1.23
+++ ChangeLog	27 Jul 2013 22:08:27 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.23 2013/07/21 09:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.24 2013/07/27 22:08:27 ago Exp $
+
+  27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> spyview-20111018.ebuild:
+  Stable for x86, wrt bug #477164
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> spyview-20111018.ebuild:
   Stable for amd64, wrt bug #477164





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

end of thread, other threads:[~2013-07-27 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 22:08 [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: spyview-20111018.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21  9:58 Agostino Sarubbo (ago)
2012-08-11 15:53 Andreas HAttel (dilfridge)

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