Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.5.ebuild ChangeLog
Date: Thu, 26 Jun 2014 10:00:43
Message-Id: 20140626100039.4AD912004E@flycatcher.gentoo.org
1 pacho 14/06/26 10:00:39
2
3 Modified: pango-1.36.5.ebuild ChangeLog
4 Log:
5 Raise gtk-doc dependency (#503510 by headcrabextra), handle ROOT in pango.modules generation (#486214 by LeeL and Fabian Groffen)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 x11-libs/pango/pango-1.36.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild?r1=1.1&r2=1.2
15
16 Index: pango-1.36.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pango-1.36.5.ebuild 26 Jun 2014 09:50:15 -0000 1.1
23 +++ pango-1.36.5.ebuild 26 Jun 2014 10:00:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild,v 1.1 2014/06/26 09:50:15 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.5.ebuild,v 1.2 2014/06/26 10:00:39 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32 @@ -35,7 +35,7 @@
33 )
34 "
35 DEPEND="${RDEPEND}
36 - >=dev-util/gtk-doc-am-1.15
37 + >=dev-util/gtk-doc-am-1.20
38 virtual/pkgconfig
39 X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
40 !<=sys-devel/autoconf-2.63:2.5
41 @@ -85,7 +85,7 @@
42 if "${CHOST}-pango-querymodules" --system \
43 "${EROOT}"usr/$(get_libdir)/pango/1.8.0/modules/*$(get_modname) \
44 > "${tmp_file}"; then
45 - cat "${tmp_file}" > "${pango_conf}" || {
46 + sed "s:^${ROOT}:/:" "${tmp_file}" > "${pango_conf}" || {
47 rm "${tmp_file}"; die; }
48 else
49 ewarn "Cannot update pango.modules, file generation failed"
50
51
52
53 1.410 x11-libs/pango/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.410&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.410&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.409&r2=1.410
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
62 retrieving revision 1.409
63 retrieving revision 1.410
64 diff -u -r1.409 -r1.410
65 --- ChangeLog 26 Jun 2014 09:50:15 -0000 1.409
66 +++ ChangeLog 26 Jun 2014 10:00:39 -0000 1.410
67 @@ -1,6 +1,10 @@
68 # ChangeLog for x11-libs/pango
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.409 2014/06/26 09:50:15 pacho Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.410 2014/06/26 10:00:39 pacho Exp $
72 +
73 + 26 Jun 2014; Pacho Ramos <pacho@g.o> pango-1.36.5.ebuild:
74 + Raise gtk-doc dependency (#503510 by headcrabextra), handle ROOT in
75 + pango.modules generation (#486214 by LeeL and Fabian Groffen)
76
77 *pango-1.36.5 (26 Jun 2014)