commit:     26c6754c32581e508c3acf4764e598b35a633b3b
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Dec 28 16:04:01 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 16:47:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c6754c

media-gfx/xpaint: remove unused patches

 media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch    | 67 ----------------------
 .../xpaint/files/xpaint-2.9.9.4-autoreconf.patch   | 24 --------
 2 files changed, 91 deletions(-)

diff --git a/media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch 
b/media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch
deleted file mode 100644
index 03b35f8..00000000
--- a/media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 08bdf5f5d0c64384b2be16bd8ac68244675388d5 Mon Sep 17 00:00:00 2001
-From: hasufell <[email protected]>
-Date: Sun, 6 Oct 2013 21:13:51 +0200
-Subject: [PATCH] respect CFLAGS
-
----
- Makefile.am     | 2 +-
- configure.ac    | 2 +-
- rw/Makefile.am  | 2 +-
- rw/configure.ac | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 4cf1753..414597f 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -26,7 +26,7 @@ EXTERN_VIEWER = display
- ##  -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
- ##  -DFUNCPROTO=15 -DNARROWPROTO
- 
--ARCH_DEFINES = -g -O2 -fno-strict-aliasing -fPIC
-+ARCH_DEFINES = -fno-strict-aliasing -fPIC
- 
- ## 
- ## Specific xpaint options
-diff --git a/configure.ac b/configure.ac
-index e058529..3979075 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -29,7 +29,7 @@ AC_TYPE_UINT16_T
- AC_TYPE_UINT32_T
- AC_TYPE_UINT64_T
- 
--CFLAGS="-I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
-+CFLAGS="$CFLAGS -I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
- LIBS="$LIBS -lm"
- echo "VERSION = $VERSION" > .version
- 
-diff --git a/rw/Makefile.am b/rw/Makefile.am
-index d91d5d5..2f50253 100644
---- a/rw/Makefile.am
-+++ b/rw/Makefile.am
-@@ -10,7 +10,7 @@ SHAREDIR = $(prefix)/share/xpaint
- ##  -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
- ##  -DFUNCPROTO=15 -DNARROWPROTO
- 
--ARCH_DEFINES = -g -O2 -fno-strict-aliasing -fPIC
-+ARCH_DEFINES = -fno-strict-aliasing -fPIC
- 
- ## 
- ## Specific xpaint options
-diff --git a/rw/configure.ac b/rw/configure.ac
-index fb4f3d4..d9c7601 100644
---- a/rw/configure.ac
-+++ b/rw/configure.ac
-@@ -29,7 +29,7 @@ AC_TYPE_UINT16_T
- AC_TYPE_UINT32_T
- AC_TYPE_UINT64_T
- 
--CFLAGS="-I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
-+CFLAGS="$CFLAGS -I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
- LIBS="$LIBS -lm"
- 
- dnl check X11
--- 
-1.8.3.2
-

diff --git a/media-gfx/xpaint/files/xpaint-2.9.9.4-autoreconf.patch 
b/media-gfx/xpaint/files/xpaint-2.9.9.4-autoreconf.patch
deleted file mode 100644
index 4342d4f..00000000
--- a/media-gfx/xpaint/files/xpaint-2.9.9.4-autoreconf.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e22a3c15aea7d734f433370130458d97d6490d8a Mon Sep 17 00:00:00 2001
-From: hasufell <[email protected]>
-Date: Sun, 6 Oct 2013 20:27:49 +0200
-Subject: [PATCH] add missing macros
-
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index 169419e..e058529 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,6 +15,7 @@ AC_CONFIG_MACRO_DIR([m4])
- AM_INIT_AUTOMAKE([-Wall -Werror])
- 
- AC_LANG_C
-+AM_PROG_AR
- 
- ## basic types
- 
--- 
-1.8.3.2
-

Reply via email to