Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libcaca/files: libcaca-0.99_beta18-fix-tests.patch libcaca-0.99_beta18-latex_hacks.patch
Date: Fri, 01 Aug 2014 19:42:54
Message-Id: 20140801194249.C8AB220035@flycatcher.gentoo.org
1 ssuominen 14/08/01 19:42:47
2
3 Modified: libcaca-0.99_beta18-fix-tests.patch
4 libcaca-0.99_beta18-latex_hacks.patch
5 Log:
6 Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474 by Torsten Kaiser
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 media-libs/libcaca/files/libcaca-0.99_beta18-fix-tests.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-fix-tests.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-fix-tests.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-fix-tests.patch?r1=1.1&r2=1.2
16
17 Index: libcaca-0.99_beta18-fix-tests.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-fix-tests.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libcaca-0.99_beta18-fix-tests.patch 18 Apr 2014 15:52:32 -0000 1.1
24 +++ libcaca-0.99_beta18-fix-tests.patch 1 Aug 2014 19:42:47 -0000 1.2
25 @@ -1,13 +1,13 @@
26 ---- libcaca-0.99.beta18/test/Makefile.am 2014-01-08 15:28:40.567140658 -0500
27 -+++ libcaca-0.99.beta18.new/test/Makefile.am 2014-01-08 15:24:51.295134240 -0500
28 +--- test/Makefile.am
29 ++++ test/Makefile.am
30 @@ -1,3 +1,5 @@
31 +AM_TESTS_ENVIRONMENT = \
32 + top_srcdir="$(top_srcdir)"
33
34 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca
35
36 ---- libcaca-0.99.beta18/test/check-copyright 2010-02-15 18:36:37.000000000 -0500
37 -+++ libcaca-0.99.beta18.new/test/check-copyright 2014-01-08 15:18:27.514123495 -0500
38 +--- test/check-copyright
39 ++++ test/check-copyright
40 @@ -3,10 +3,11 @@
41 #
42 # Check that the copyright information is valid
43 @@ -30,8 +30,8 @@
44 echo "error: $dir/$x lacks proper copyright information"
45 nfails=$(($nfails + 1))
46 elif [ -d ../.git ]; then
47 ---- libcaca-0.99.beta18/test/check-source 2012-04-06 20:46:08.000000000 +0200
48 -+++ libcaca-0.99.beta18-upd/test/check-source 2014-01-08 21:58:05.015389138 +0100
49 +--- test/check-source
50 ++++ test/check-source
51 @@ -3,6 +3,7 @@
52 #
53 # Check that we have no tabs or trailing spaces in the source code
54
55
56
57 1.2 media-libs/libcaca/files/libcaca-0.99_beta18-latex_hacks.patch
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-latex_hacks.patch?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-latex_hacks.patch?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-latex_hacks.patch?r1=1.1&r2=1.2
62
63 Index: libcaca-0.99_beta18-latex_hacks.patch
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/files/libcaca-0.99_beta18-latex_hacks.patch,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- libcaca-0.99_beta18-latex_hacks.patch 13 Aug 2013 15:12:17 -0000 1.1
70 +++ libcaca-0.99_beta18-latex_hacks.patch 1 Aug 2014 19:42:47 -0000 1.2
71 @@ -1,10 +1,8 @@
72 -Hack it a bit differently so that it works with texlive 2013.
73 -https://bugs.gentoo.org/show_bug.cgi?id=480862
74 +Hack it a bit differently so that it works with texlive 2013, see http://bugs.gentoo.org/480862
75 +Turns out this patch is required also for texlive 2012, see http://bugs.gentoo.org/517474
76
77 -Index: libcaca-0.99.beta18/doc/Makefile.am
78 -===================================================================
79 ---- libcaca-0.99.beta18.orig/doc/Makefile.am
80 -+++ libcaca-0.99.beta18/doc/Makefile.am
81 +--- doc/Makefile.am
82 ++++ doc/Makefile.am
83 @@ -29,7 +29,7 @@ if BUILD_DOCUMENTATION
84 if USE_LATEX
85 rm -f latex/libcaca.tex latex/libcaca.pdf