public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd: libgnomekbd-2.26.0.ebuild ChangeLog libgnomekbd-2.24.0.ebuild
@ 2009-07-12 21:08 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-07-12 21:08 UTC (permalink / raw
  To: gentoo-commits

eva         09/07/12 21:08:12

  Modified:             libgnomekbd-2.26.0.ebuild ChangeLog
                        libgnomekbd-2.24.0.ebuild
  Log:
  Fix crazy -Werror, bug #277291.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild?r1=1.1&r2=1.2

Index: libgnomekbd-2.26.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgnomekbd-2.26.0.ebuild	10 May 2009 19:24:32 -0000	1.1
+++ libgnomekbd-2.26.0.ebuild	12 Jul 2009 21:08:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild,v 1.1 2009/05/10 19:24:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.26.0.ebuild,v 1.2 2009/07/12 21:08:12 eva Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -37,6 +37,12 @@
 	# Fix linking to system's library, bug #265428
 	epatch "${FILESDIR}/${PN}-2.22.0-system-relink.patch"
 
+	# Fix silly upstream CFLAGS, bug #277291
+	sed "s/-Werror//g" -i capplet/Makefile.am capplet/Makefile.in \
+		libgnomekbd/Makefile.am libgnomekbd/Makefile.in \
+		test/Makefile.am test/Makefile.in \
+		configure.in configure || die "removing -Werror failed"
+
 	# Make it libtool-1 compatible
 	rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
 



1.55                 gnome-base/libgnomekbd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	10 May 2009 19:24:32 -0000	1.54
+++ ChangeLog	12 Jul 2009 21:08:12 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomekbd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.54 2009/05/10 19:24:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.55 2009/07/12 21:08:12 eva Exp $
+
+  12 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  libgnomekbd-2.24.0.ebuild, libgnomekbd-2.26.0.ebuild:
+  Fix crazy -Werror, bug #277291.
 
 *libgnomekbd-2.26.0 (10 May 2009)
 



1.13                 gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild?r1=1.12&r2=1.13

Index: libgnomekbd-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libgnomekbd-2.24.0.ebuild	28 Apr 2009 11:23:27 -0000	1.12
+++ libgnomekbd-2.24.0.ebuild	12 Jul 2009 21:08:12 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild,v 1.12 2009/04/28 11:23:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.24.0.ebuild,v 1.13 2009/07/12 21:08:12 eva Exp $
 
 EAPI="2"
 
@@ -40,6 +40,11 @@
 	# Fix linking to system's library, bug #265428
 	epatch "${FILESDIR}/${PN}-2.22.0-system-relink.patch"
 
+	# Fix silly upstream CFLAGS, bug #277291
+	sed "s/-Werror//g" -i capplet/Makefile.am capplet/Makefile.in \
+		test/Makefile.am test/Makefile.in \
+		configure.in configure || die "removing -Werror failed"
+
 	# Make it libtool-1 compatible
 	rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
 






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

only message in thread, other threads:[~2009-07-12 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-12 21:08 [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd: libgnomekbd-2.26.0.ebuild ChangeLog libgnomekbd-2.24.0.ebuild Gilles Dartiguelongue (eva)

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