Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/gpe-calculator/files: gpe-calculator-0.2-makefile-fix.patch
Date: Fri, 30 Jan 2015 09:53:55
Message-Id: 20150130095351.92EC910ABE@oystercatcher.gentoo.org
1 jer 15/01/30 09:53:51
2
3 Modified: gpe-calculator-0.2-makefile-fix.patch
4 Log:
5 Clean up patch (bug #538160 by Toralf Förster).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?r1=1.1&r2=1.2
15
16 Index: gpe-calculator-0.2-makefile-fix.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gpe-calculator-0.2-makefile-fix.patch 6 Jul 2009 19:31:04 -0000 1.1
23 +++ gpe-calculator-0.2-makefile-fix.patch 30 Jan 2015 09:53:51 -0000 1.2
24 @@ -1,6 +1,5 @@
25 -diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0.2/Makefile
26 ---- ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile 2004-08-03 04:24:09.000000000 +0100
27 -+++ gpe-calculator-0.2/Makefile 2004-08-03 13:12:48.000000000 +0100
28 +--- a/Makefile
29 ++++ b/Makefile
30 @@ -9,17 +9,17 @@
31 GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN
32 GTKLDFLAGS += `pkg-config --libs gtk+-2.0`