Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/files/
Date: Sat, 03 Dec 2016 11:38:20
Message-Id: 1480765070.815175dae76f7b140f3affd75cef6c986751133a.chewi@gentoo
1 commit: 815175dae76f7b140f3affd75cef6c986751133a
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 26 18:23:07 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 11:37:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815175da
7
8 games-strategy/warzone2100: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/2920
11
12 .../warzone2100/files/warzone2100-3.1.2-openGL.patch | 11 -----------
13 .../warzone2100/files/warzone2100-3.1.2-pkgconf.patch | 14 --------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch b/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch
17 deleted file mode 100644
18 index 568510e..00000000
19 --- a/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 ---- lib/ivis_opengl/screen.cpp.old 2014-10-29 13:45:01.516359163 +0100
23 -+++ lib/ivis_opengl/screen.cpp 2014-10-29 13:45:42.743968030 +0100
24 -@@ -261,7 +261,7 @@
25 - __glewUseProgram = __glewUseProgramObjectARB;
26 - __glewGetShaderiv = __glewGetObjectParameterivARB;
27 - __glewLinkProgram = __glewLinkProgramARB;
28 -- __glewShaderSource = __glewShaderSourceARB;
29 -+ __glewShaderSource = (PFNGLSHADERSOURCEPROC)__glewShaderSourceARB;
30 - __glewUniform1f = __glewUniform1fARB;
31 - __glewUniform1i = __glewUniform1iARB;
32 - __glewUniform4fv = __glewUniform4fvARB;
33
34 diff --git a/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch b/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch
35 deleted file mode 100644
36 index 0149ea7..00000000
37 --- a/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch
38 +++ /dev/null
39 @@ -1,14 +0,0 @@
40 -https://bugs.gentoo.org/show_bug.cgi?id=428494
41 -
42 -should be obsolete with >=dev-util/pkgconf-0.8.4
43 -
44 ---- warzone2100-3.1.0/configure.ac
45 -+++ warzone2100-3.1.0/configure.ac
46 -@@ -89,7 +89,6 @@
47 -
48 - # Check for pkg-config
49 - PKG_PROG_PKG_CONFIG
50 --AC_PROG_VERSION_CHECK([pkg-config], [0.9])
51 -
52 - AC_MSG_CHECKING([for backend])
53 - AC_ARG_WITH([backend],