diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-03 05:36:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-03 05:36:39 +0000 |
commit | 615e98f388ecbd1b159f3a442a86ac39f4bc6b79 (patch) | |
tree | d980b2e75357725e2a0f5aeef9013948b4b7c20f /games-board | |
parent | Version bump (fixes bug #262905) and removed old ebuilds. (diff) | |
download | gentoo-2-615e98f388ecbd1b159f3a442a86ac39f4bc6b79.tar.gz gentoo-2-615e98f388ecbd1b159f3a442a86ac39f4bc6b79.tar.bz2 gentoo-2-615e98f388ecbd1b159f3a442a86ac39f4bc6b79.zip |
reroll patch for bug #206306
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnono/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/gnono/files/gnono-1.9.1-gentoo.patch | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-board/gnono/ChangeLog b/games-board/gnono/ChangeLog index c0e045c9027b..13160548b100 100644 --- a/games-board/gnono/ChangeLog +++ b/games-board/gnono/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnono -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.12 2009/03/02 22:24:42 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.13 2009/11/03 05:36:38 mr_bones_ Exp $ + + 03 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + files/gnono-1.9.1-gentoo.patch: + reroll patch for bug #206306 02 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> files/gnono-1.9.1-gentoo.patch: diff --git a/games-board/gnono/files/gnono-1.9.1-gentoo.patch b/games-board/gnono/files/gnono-1.9.1-gentoo.patch index 04915d6d5aa1..68378b9d461c 100644 --- a/games-board/gnono/files/gnono-1.9.1-gentoo.patch +++ b/games-board/gnono/files/gnono-1.9.1-gentoo.patch @@ -1,6 +1,6 @@ diff -ru gnono-1.9.1.orig/pixmaps/Makefile.am gnono-1.9.1/pixmaps/Makefile.am --- gnono-1.9.1.orig/pixmaps/Makefile.am 2006-12-15 01:18:18.000000000 -0500 -+++ gnono-1.9.1/pixmaps/Makefile.am 2009-03-02 17:21:44.000000000 -0500 ++++ gnono-1.9.1/pixmaps/Makefile.am 2009-11-03 00:21:57.186128499 -0500 @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in @@ -15,7 +15,7 @@ diff -ru gnono-1.9.1.orig/pixmaps/Makefile.am gnono-1.9.1/pixmaps/Makefile.am @for depth in 16x16 22x22 24x24 32x32 48x48 ; do \ diff -ru gnono-1.9.1.orig/po/Makefile.in.in gnono-1.9.1/po/Makefile.in.in --- gnono-1.9.1.orig/po/Makefile.in.in 2007-02-18 00:58:11.000000000 -0500 -+++ gnono-1.9.1/po/Makefile.in.in 2009-03-02 17:21:44.000000000 -0500 ++++ gnono-1.9.1/po/Makefile.in.in 2009-11-03 00:21:57.187135081 -0500 @@ -34,7 +34,7 @@ datarootdir = @datarootdir@ libdir = @libdir@ @@ -27,16 +27,16 @@ diff -ru gnono-1.9.1.orig/po/Makefile.in.in gnono-1.9.1/po/Makefile.in.in # Automake >= 1.8 provides @mkdir_p@. diff -ru gnono-1.9.1.orig/src/Makefile.am gnono-1.9.1/src/Makefile.am --- gnono-1.9.1.orig/src/Makefile.am 2007-01-02 00:42:42.000000000 -0500 -+++ gnono-1.9.1/src/Makefile.am 2009-03-02 17:22:56.000000000 -0500 -@@ -3,12 +3,12 @@ ++++ gnono-1.9.1/src/Makefile.am 2009-11-03 00:22:15.086296528 -0500 +@@ -3,12 +3,10 @@ SUBDIRS = xpm INCLUDES = \ - -Wall -Werror \ + -Wall \ -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ - -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ - -DLOCALEDIR="\"$(datadir)/locale\"" \ - -DPIXMAPDIR="\"$(datadir)/pixmaps\"" \ + -DLOCALEDIR="\"/usr/share/locale\"" \ |