From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-992432-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9B8E1139083
	for <garchives@archives.gentoo.org>; Sat, 23 Dec 2017 13:11:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7281BE0E59;
	Sat, 23 Dec 2017 13:11:23 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 517D9E0E3C
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 13:11:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 88D69341301
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 13:11:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 227DAAEA4
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 13:11:19 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1514034636.2141769aba5f646f0d8b7d2dfee0fd2f207c77ec.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch
X-VCS-Directories: games-rpg/eternal-lands/files/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 2141769aba5f646f0d8b7d2dfee0fd2f207c77ec
X-VCS-Branch: master
Date: Sat, 23 Dec 2017 13:11:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cfbd66c1-c8c8-4a7b-bbde-5eb315d4f7ce
X-Archives-Hash: efdb97a72d38436ce78857f0aeb8ddff

commit:     2141769aba5f646f0d8b7d2dfee0fd2f207c77ec
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 15:27:30 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 13:10:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2141769a

games-rpg/eternal-lands: remove unused patches

 .../files/eternal-lands-1.9.1-libpng.patch         | 23 ----------------------
 .../files/eternal-lands-1.9.2-glext.patch          | 11 -----------
 2 files changed, 34 deletions(-)

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch
deleted file mode 100644
index 953ab8ffefd..00000000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- elc.orig/misc.c
-+++ elc/misc.c
-@@ -311,7 +311,7 @@ int IMG_SavePNG_RW (SDL_Surface *face, S
- 	}
- 	
- 	/* Set error handling. */
--	if (setjmp(png_ptr->jmpbuf))
-+	if (setjmp(png_jmpbuf(png_ptr)))
- 	{
- 		/* If we get here, we had a problem reading the file */
- 		IMG_SetError("Error writing the PNG file");
-@@ -360,10 +360,7 @@ done:
- 	if (row_pointers != NULL)
- 		free (row_pointers);
- 	
--	if (info_ptr != NULL && info_ptr->palette != NULL)
--		free (info_ptr->palette);
--	
--	png_destroy_write_struct (&png_ptr, (png_infopp)NULL);
-+	png_destroy_write_struct (&png_ptr, &info_ptr);
- 	
- 	return result;
- }

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch
deleted file mode 100644
index f096d2fc425..00000000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- platform.h.orig	2011-06-18 13:55:09.704489907 -0400
-+++ platform.h	2011-06-18 13:55:41.675544567 -0400
-@@ -79,7 +79,7 @@
-  #define GL_GLEXT_LEGACY
-  #include <GL/gl.h>
-  #include <GL/glu.h>
-- #include "glext.h"
-+ #include <GL/glext.h>
- #else // BSD
-  #include <GL/gl.h>
-  #include <GL/glu.h>