Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/files/
Date: Wed, 28 Dec 2016 16:49:07
Message-Id: 1482943657.26c6754c32581e508c3acf4764e598b35a633b3b.gokturk@gentoo
1 commit: 26c6754c32581e508c3acf4764e598b35a633b3b
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 28 16:04:01 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 16:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c6754c
7
8 media-gfx/xpaint: remove unused patches
9
10 media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch | 67 ----------------------
11 .../xpaint/files/xpaint-2.9.9.4-autoreconf.patch | 24 --------
12 2 files changed, 91 deletions(-)
13
14 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
15 deleted file mode 100644
16 index 03b35f8..00000000
17 --- a/media-gfx/xpaint/files/xpaint-2.9.9.4-QA2.patch
18 +++ /dev/null
19 @@ -1,67 +0,0 @@
20 -From 08bdf5f5d0c64384b2be16bd8ac68244675388d5 Mon Sep 17 00:00:00 2001
21 -From: hasufell <hasufell@g.o>
22 -Date: Sun, 6 Oct 2013 21:13:51 +0200
23 -Subject: [PATCH] respect CFLAGS
24 -
25 ----
26 - Makefile.am | 2 +-
27 - configure.ac | 2 +-
28 - rw/Makefile.am | 2 +-
29 - rw/configure.ac | 2 +-
30 - 4 files changed, 4 insertions(+), 4 deletions(-)
31 -
32 -diff --git a/Makefile.am b/Makefile.am
33 -index 4cf1753..414597f 100644
34 ---- a/Makefile.am
35 -+++ b/Makefile.am
36 -@@ -26,7 +26,7 @@ EXTERN_VIEWER = display
37 - ## -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
38 - ## -DFUNCPROTO=15 -DNARROWPROTO
39 -
40 --ARCH_DEFINES = -g -O2 -fno-strict-aliasing -fPIC
41 -+ARCH_DEFINES = -fno-strict-aliasing -fPIC
42 -
43 - ##
44 - ## Specific xpaint options
45 -diff --git a/configure.ac b/configure.ac
46 -index e058529..3979075 100644
47 ---- a/configure.ac
48 -+++ b/configure.ac
49 -@@ -29,7 +29,7 @@ AC_TYPE_UINT16_T
50 - AC_TYPE_UINT32_T
51 - AC_TYPE_UINT64_T
52 -
53 --CFLAGS="-I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
54 -+CFLAGS="$CFLAGS -I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
55 - LIBS="$LIBS -lm"
56 - echo "VERSION = $VERSION" > .version
57 -
58 -diff --git a/rw/Makefile.am b/rw/Makefile.am
59 -index d91d5d5..2f50253 100644
60 ---- a/rw/Makefile.am
61 -+++ b/rw/Makefile.am
62 -@@ -10,7 +10,7 @@ SHAREDIR = $(prefix)/share/xpaint
63 - ## -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
64 - ## -DFUNCPROTO=15 -DNARROWPROTO
65 -
66 --ARCH_DEFINES = -g -O2 -fno-strict-aliasing -fPIC
67 -+ARCH_DEFINES = -fno-strict-aliasing -fPIC
68 -
69 - ##
70 - ## Specific xpaint options
71 -diff --git a/rw/configure.ac b/rw/configure.ac
72 -index fb4f3d4..d9c7601 100644
73 ---- a/rw/configure.ac
74 -+++ b/rw/configure.ac
75 -@@ -29,7 +29,7 @@ AC_TYPE_UINT16_T
76 - AC_TYPE_UINT32_T
77 - AC_TYPE_UINT64_T
78 -
79 --CFLAGS="-I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
80 -+CFLAGS="$CFLAGS -I/usr/include -I/usr/include/X11 -I/usr/include/X11/Xaw3dxft"
81 - LIBS="$LIBS -lm"
82 -
83 - dnl check X11
84 ---
85 -1.8.3.2
86 -
87
88 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
89 deleted file mode 100644
90 index 4342d4f..00000000
91 --- a/media-gfx/xpaint/files/xpaint-2.9.9.4-autoreconf.patch
92 +++ /dev/null
93 @@ -1,24 +0,0 @@
94 -From e22a3c15aea7d734f433370130458d97d6490d8a Mon Sep 17 00:00:00 2001
95 -From: hasufell <hasufell@g.o>
96 -Date: Sun, 6 Oct 2013 20:27:49 +0200
97 -Subject: [PATCH] add missing macros
98 -
99 ----
100 - configure.ac | 1 +
101 - 1 file changed, 1 insertion(+)
102 -
103 -diff --git a/configure.ac b/configure.ac
104 -index 169419e..e058529 100644
105 ---- a/configure.ac
106 -+++ b/configure.ac
107 -@@ -15,6 +15,7 @@ AC_CONFIG_MACRO_DIR([m4])
108 - AM_INIT_AUTOMAKE([-Wall -Werror])
109 -
110 - AC_LANG_C
111 -+AM_PROG_AR
112 -
113 - ## basic types
114 -
115 ---
116 -1.8.3.2
117 -