summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-11-17 00:46:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-11-17 00:46:35 +0000
commit238367790305c99e41e2e8a73c3cb29202df2ef5 (patch)
tree5f01c5b5fbf8584cabf0b62eebb4828544953a83 /games-strategy
parentVersion bumps (diff)
downloadgentoo-2-238367790305c99e41e2e8a73c3cb29202df2ef5.tar.gz
gentoo-2-238367790305c99e41e2e8a73c3cb29202df2ef5.tar.bz2
gentoo-2-238367790305c99e41e2e8a73c3cb29202df2ef5.zip
clean correct file
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/boswars/ChangeLog6
-rw-r--r--games-strategy/boswars/files/boswars-2.6-gentoo.patch11
-rw-r--r--games-strategy/boswars/files/boswars-2.6.1-gentoo.patch12
3 files changed, 17 insertions, 12 deletions
diff --git a/games-strategy/boswars/ChangeLog b/games-strategy/boswars/ChangeLog
index ea816ecf4671..8e74c0648481 100644
--- a/games-strategy/boswars/ChangeLog
+++ b/games-strategy/boswars/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/boswars
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.17 2010/10/15 12:55:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.18 2010/11/17 00:46:35 mr_bones_ Exp $
+
+ 17 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/boswars-2.6.1-gentoo.patch, -files/boswars-2.6-gentoo.patch:
+ clean correct file
15 Oct 2010; Brent Baude <ranger@gentoo.org> boswars-2.6.1.ebuild:
stable ppc, bug 325915
diff --git a/games-strategy/boswars/files/boswars-2.6-gentoo.patch b/games-strategy/boswars/files/boswars-2.6-gentoo.patch
deleted file mode 100644
index 39b7f6cb30ed..000000000000
--- a/games-strategy/boswars/files/boswars-2.6-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- engine/include/stratagus.h.old 2007-08-04 21:54:17.000000000 +0200
-+++ engine/include/stratagus.h 2007-08-04 21:55:20.000000000 +0200
-@@ -188,7 +188,7 @@
- extern char NameLine[];
-
- #ifndef STRATAGUS_LIB_PATH
--#define STRATAGUS_LIB_PATH "." /// Where to find the data files
-+#define STRATAGUS_LIB_PATH "@GENTOO_DATADIR@" /// Where to find the data files
- #endif
-
- #ifndef STRATAGUS_HOME_PATH
diff --git a/games-strategy/boswars/files/boswars-2.6.1-gentoo.patch b/games-strategy/boswars/files/boswars-2.6.1-gentoo.patch
new file mode 100644
index 000000000000..9459c77d89bc
--- /dev/null
+++ b/games-strategy/boswars/files/boswars-2.6.1-gentoo.patch
@@ -0,0 +1,12 @@
+diff -ru boswars-2.6.1-src.orig/engine/include/stratagus.h boswars-2.6.1-src/engine/include/stratagus.h
+--- boswars-2.6.1-src.orig/engine/include/stratagus.h 2010-04-11 08:12:18.000000000 -0400
++++ boswars-2.6.1-src/engine/include/stratagus.h 2010-05-22 02:33:50.021377764 -0400
+@@ -133,7 +133,7 @@
+ -- General
+ ----------------------------------------------------------------------------*/
+ #ifndef STRATAGUS_LIB_PATH
+-#define STRATAGUS_LIB_PATH "." /// Where to find the data files
++#define STRATAGUS_LIB_PATH "@GENTOO_DATADIR@" /// Where to find the data files
+ #endif
+
+ #ifndef STRATAGUS_HOME_PATH