summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-01-30 09:53:51 +0000
committerJeroen Roovers <jer@gentoo.org>2015-01-30 09:53:51 +0000
commit5fd61521c897cb0a12c1afae6a16b9a27ca0313b (patch)
tree993a4d1b6eda8c60bcf9b8f1c2b22359fd142bce /gpe-base
parentDrop dead ftp.sh.cvut.cz from all mirror lists (diff)
downloadgentoo-2-5fd61521c897cb0a12c1afae6a16b9a27ca0313b.tar.gz
gentoo-2-5fd61521c897cb0a12c1afae6a16b9a27ca0313b.tar.bz2
gentoo-2-5fd61521c897cb0a12c1afae6a16b9a27ca0313b.zip
Clean up patch (bug #538160 by Toralf Förster).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'gpe-base')
-rw-r--r--gpe-base/gpe-calculator/ChangeLog8
-rw-r--r--gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch5
2 files changed, 8 insertions, 5 deletions
diff --git a/gpe-base/gpe-calculator/ChangeLog b/gpe-base/gpe-calculator/ChangeLog
index 4233e06a0751..10775564c0dd 100644
--- a/gpe-base/gpe-calculator/ChangeLog
+++ b/gpe-base/gpe-calculator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gpe-base/gpe-calculator
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-calculator/ChangeLog,v 1.1 2009/07/06 19:31:03 miknix Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-calculator/ChangeLog,v 1.2 2015/01/30 09:53:51 jer Exp $
+
+ 30 Jan 2015; Jeroen Roovers <jer@gentoo.org>
+ files/gpe-calculator-0.2-makefile-fix.patch:
+ Clean up patch (bug #538160 by Toralf Förster).
*gpe-calculator-0.2 (06 Jul 2009)
diff --git a/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch b/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch
index 07cb6f1778fc..1b8b5dc9aac6 100644
--- a/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch
+++ b/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch
@@ -1,6 +1,5 @@
-diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0.2/Makefile
---- ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile 2004-08-03 04:24:09.000000000 +0100
-+++ gpe-calculator-0.2/Makefile 2004-08-03 13:12:48.000000000 +0100
+--- a/Makefile
++++ b/Makefile
@@ -9,17 +9,17 @@
GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN
GTKLDFLAGS += `pkg-config --libs gtk+-2.0`