Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/files/
Date: Wed, 04 Jan 2017 10:15:14
Message-Id: 1483524813.eb264679b877c642f7b8702390edeb1a27223ab3.soap@gentoo
1 commit: eb264679b877c642f7b8702390edeb1a27223ab3
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 14:21:23 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 10:13:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb264679
7
8 media-libs/libtiger: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3286
11
12 media-libs/libtiger/files/libtiger-0.3.3-check.patch | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/media-libs/libtiger/files/libtiger-0.3.3-check.patch b/media-libs/libtiger/files/libtiger-0.3.3-check.patch
16 deleted file mode 100644
17 index bcb32b6..00000000
18 --- a/media-libs/libtiger/files/libtiger-0.3.3-check.patch
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -http://git.xiph.org/?p=users/oggk/tiger.git;a=commitdiff;h=3233686e501163f38cc28425827b901e258bfcc3
22 -fixes tests on eg arm.
23 -
24 -Index: libtiger-0.3.3/Makefile.in
25 -===================================================================
26 ---- libtiger-0.3.3.orig/Makefile.in
27 -+++ libtiger-0.3.3/Makefile.in
28 -@@ -991,8 +991,7 @@ check-local:
29 - @echo " Checking Tiger namespace"
30 - @! @NM@ -B lib/.libs/*.a lib/.libs/*.so \
31 - | $(GREP) "^[0-9a-z]\{8\} [A-MO-Z] [^\.]" \
32 -- | $(GREP) -vE " (_DYNAMIC|_init|_fini|_edata|_end|__bss_start)$$" \
33 -- | $(GREP) -vE " _(rest|save)[fg]pr_[0-9]*(|_x)$$" \
34 -+ | $(GREP) -v "^.\{11\}_" \
35 - | $(GREP) -v "^.\{11\}tiger_"
36 - @echo " Checking memory allocation routines"
37 - @! $(GREP) -EHn '[^_](malloc|realloc|free|calloc|memalign)\(' \