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: libcaca-0.99_beta18-r2.ebuild ChangeLog
Date: Fri, 01 Aug 2014 19:42:54
Message-Id: 20140801194248.B90F82004F@flycatcher.gentoo.org
1 ssuominen 14/08/01 19:42:47
2
3 Modified: libcaca-0.99_beta18-r2.ebuild ChangeLog
4 Log:
5 Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474 by Torsten Kaiser
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.9 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.8&r2=1.9
15
16 Index: libcaca-0.99_beta18-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- libcaca-0.99_beta18-r2.ebuild 28 Jul 2014 13:45:37 -0000 1.8
23 +++ libcaca-0.99_beta18-r2.ebuild 1 Aug 2014 19:42:47 -0000 1.9
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.8 2014/07/28 13:45:37 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.9 2014/08/01 19:42:47 ssuominen Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_6,2_7} )
32 +PYTHON_COMPAT=( python2_7 )
33 inherit autotools eutils flag-o-matic mono multilib java-pkg-opt-2 python-single-r1 multilib-minimal
34
35 MY_P=${P/_/.}
36 @@ -73,10 +73,12 @@
37 append-cflags -DX_DISPLAY_MISSING
38 fi
39
40 - has_version '>=dev-texlive/texlive-latex-2013' && epatch "${FILESDIR}/${P}-latex_hacks.patch"
41 + # Removed 'has_version '>=dev-texlive/texlive-latex-2013' &&' that prefixed this
42 + # patch before wrt #517474
43 + epatch "${FILESDIR}"/${P}-latex_hacks.patch
44
45 # fix out of source tests
46 - epatch "${FILESDIR}/${P}-fix-tests.patch"
47 + epatch "${FILESDIR}"/${P}-fix-tests.patch
48
49 eautoreconf
50
51
52
53
54 1.120 media-libs/libcaca/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.120&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.120&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.119&r2=1.120
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
63 retrieving revision 1.119
64 retrieving revision 1.120
65 diff -u -r1.119 -r1.120
66 --- ChangeLog 28 Jul 2014 13:45:37 -0000 1.119
67 +++ ChangeLog 1 Aug 2014 19:42:47 -0000 1.120
68 @@ -1,6 +1,11 @@
69 # ChangeLog for media-libs/libcaca
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.119 2014/07/28 13:45:37 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.120 2014/08/01 19:42:47 ssuominen Exp $
73 +
74 + 01 Aug 2014; Samuli Suominen <ssuominen@g.o>
75 + libcaca-0.99_beta18-r2.ebuild:
76 + Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474
77 + by Torsten Kaiser
78
79 28 Jul 2014; Agostino Sarubbo <ago@g.o> libcaca-0.99_beta18-r2.ebuild:
80 Stable for ppc, wrt bug #512012