public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6.ebuild libstdc++-v3-3.3.6-r1.ebuild ChangeLog
@ 2013-04-10 18:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-10 18:25 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/10 18:25:48

  Modified:             libstdc++-v3-3.3.6.ebuild
                        libstdc++-v3-3.3.6-r1.ebuild ChangeLog
  Log:
  Filter all -W flags #442784 by Vicente Olivert Riera.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.29                 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?r1=1.28&r2=1.29

Index: libstdc++-v3-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- libstdc++-v3-3.3.6.ebuild	7 Apr 2013 00:14:42 -0000	1.28
+++ libstdc++-v3-3.3.6.ebuild	10 Apr 2013 18:25:48 -0000	1.29
@@ -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/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.28 2013/04/07 00:14:42 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.29 2013/04/10 18:25:48 vapier Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -99,7 +99,7 @@
 	filter-flags -fstrict-overflow
 
 	# Bug #442784
-	filter-flags -Wno-pointer-sign
+	filter-flags '-W*'
 
 	# ...sure, why not?
 	strip-unsupported-flags



1.4                  sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.3&r2=1.4

Index: libstdc++-v3-3.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libstdc++-v3-3.3.6-r1.ebuild	23 Jul 2012 16:01:24 -0000	1.3
+++ libstdc++-v3-3.3.6-r1.ebuild	10 Apr 2013 18:25:48 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.3 2012/07/23 16:01:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.4 2013/04/10 18:25:48 vapier Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -98,6 +98,9 @@
 	filter-flags -fno-strict-overflow
 	filter-flags -fstrict-overflow
 
+	# Bug #442784
+	filter-flags '-W*'
+
 	# ...sure, why not?
 	strip-unsupported-flags
 



1.67                 sys-libs/libstdc++-v3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	7 Apr 2013 00:14:42 -0000	1.66
+++ ChangeLog	10 Apr 2013 18:25:48 -0000	1.67
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libstdc++-v3
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.66 2013/04/07 00:14:42 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.67 2013/04/10 18:25:48 vapier Exp $
+
+  10 Apr 2013; Mike Frysinger <vapier@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild,
+  libstdc++-v3-3.3.6.ebuild:
+  Filter all -W flags #442784 by Vicente Olivert Riera.
 
   07 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org>
   libstdc++-v3-3.3.6.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6.ebuild libstdc++-v3-3.3.6-r1.ebuild ChangeLog
@ 2013-09-30 20:07 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2013-09-30 20:07 UTC (permalink / raw
  To: gentoo-commits

vapier      13/09/30 20:07:18

  Modified:             libstdc++-v3-3.3.6.ebuild
                        libstdc++-v3-3.3.6-r1.ebuild ChangeLog
  Log:
  Drop arm since there are no binary packages we really care about anymore #483148 by Agostino Sarubbo.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.30                 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?r1=1.29&r2=1.30

Index: libstdc++-v3-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libstdc++-v3-3.3.6.ebuild	10 Apr 2013 18:25:48 -0000	1.29
+++ libstdc++-v3-3.3.6.ebuild	30 Sep 2013 20:07:18 -0000	1.30
@@ -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/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.29 2013/04/10 18:25:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.30 2013/09/30 20:07:18 vapier Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -116,7 +116,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 arm hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
 IUSE="multilib nls"
 
 S=${WORKDIR}/gcc-${PV}



1.9                  sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.8&r2=1.9

Index: libstdc++-v3-3.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libstdc++-v3-3.3.6-r1.ebuild	6 Sep 2013 14:57:11 -0000	1.8
+++ libstdc++-v3-3.3.6-r1.ebuild	30 Sep 2013 20:07:18 -0000	1.9
@@ -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/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.8 2013/09/06 14:57:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.9 2013/09/30 20:07:18 vapier Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -116,7 +116,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm hppa ~mips ppc -ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="multilib nls"
 
 S=${WORKDIR}/gcc-${PV}



1.72                 sys-libs/libstdc++-v3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	6 Sep 2013 14:57:11 -0000	1.71
+++ ChangeLog	30 Sep 2013 20:07:18 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libstdc++-v3
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.71 2013/09/06 14:57:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.72 2013/09/30 20:07:18 vapier Exp $
+
+  30 Sep 2013; Mike Frysinger <vapier@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild,
+  libstdc++-v3-3.3.6.ebuild:
+  Drop arm since there are no binary packages we really care about anymore
+  #483148 by Agostino Sarubbo.
 
   06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild:
   Stable for sparc, wrt bug #452614





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6.ebuild libstdc++-v3-3.3.6-r1.ebuild ChangeLog
@ 2014-01-27 14:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-27 14:54 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/27 14:54:25

  Modified:             libstdc++-v3-3.3.6.ebuild
                        libstdc++-v3-3.3.6-r1.ebuild ChangeLog
  Log:
  Drop HPPA keywording.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.31                 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild?r1=1.30&r2=1.31

Index: libstdc++-v3-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libstdc++-v3-3.3.6.ebuild	30 Sep 2013 20:07:18 -0000	1.30
+++ libstdc++-v3-3.3.6.ebuild	27 Jan 2014 14:54:25 -0000	1.31
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.30 2013/09/30 20:07:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.31 2014/01/27 14:54:25 jer Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -116,7 +116,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
 IUSE="multilib nls"
 
 S=${WORKDIR}/gcc-${PV}



1.11                 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.10&r2=1.11

Index: libstdc++-v3-3.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libstdc++-v3-3.3.6-r1.ebuild	1 Dec 2013 14:14:08 -0000	1.10
+++ libstdc++-v3-3.3.6-r1.ebuild	27 Jan 2014 14:54:25 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.10 2013/12/01 14:14:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.11 2014/01/27 14:54:25 jer Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -116,7 +116,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
 IUSE="multilib nls"
 
 S=${WORKDIR}/gcc-${PV}



1.74                 sys-libs/libstdc++-v3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	1 Dec 2013 14:14:08 -0000	1.73
+++ ChangeLog	27 Jan 2014 14:54:25 -0000	1.74
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libstdc++-v3
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.73 2013/12/01 14:14:08 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.74 2014/01/27 14:54:25 jer Exp $
+
+  27 Jan 2014; Jeroen Roovers <jer@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild,
+  libstdc++-v3-3.3.6.ebuild:
+  Drop HPPA keywording.
 
   01 Dec 2013; Johannes Huber <johu@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild:
   x86 stable, bug #452614





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

end of thread, other threads:[~2014-01-27 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 18:25 [gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6.ebuild libstdc++-v3-3.3.6-r1.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-30 20:07 Mike Frysinger (vapier)
2014-01-27 14:54 Jeroen Roovers (jer)

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