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.8.ebuild ChangeLog
Date: Fri, 03 Oct 2014 09:47:34
Message-Id: 20141003094729.CF2BA6D5D@oystercatcher.gentoo.org
1 pacho 14/10/03 09:47:29
2
3 Modified: ChangeLog
4 Added: pango-1.36.8.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.420 x11-libs/pango/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.420&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.420&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.419&r2=1.420
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
20 retrieving revision 1.419
21 retrieving revision 1.420
22 diff -u -r1.419 -r1.420
23 --- ChangeLog 15 Sep 2014 08:24:50 -0000 1.419
24 +++ ChangeLog 3 Oct 2014 09:47:29 -0000 1.420
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/pango
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.419 2014/09/15 08:24:50 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.420 2014/10/03 09:47:29 pacho Exp $
30 +
31 +*pango-1.36.8 (03 Oct 2014)
32 +
33 + 03 Oct 2014; Pacho Ramos <pacho@g.o> +pango-1.36.8.ebuild:
34 + Version bump
35
36 15 Sep 2014; Agostino Sarubbo <ago@g.o> pango-1.36.5.ebuild:
37 Stable for sparc, wrt bug #512012
38
39
40
41 1.1 x11-libs/pango/pango-1.36.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pango-1.36.8.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.8.ebuild,v 1.1 2014/10/03 09:47:29 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2 multilib toolchain-funcs multilib-minimal
57
58 DESCRIPTION="Internationalized text layout and rendering library"
59 HOMEPAGE="http://www.pango.org/"
60
61 LICENSE="LGPL-2+ FTL"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64
65 IUSE="X +introspection"
66
67 RDEPEND="
68 >=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
69 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
70 >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
71 >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
72 >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
73 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
74 X? (
75 >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
76 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
77 >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
78 )
79 abi_x86_32? (
80 !<=app-emulation/emul-linux-x86-gtklibs-20131008-r3
81 !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
82 )
83 "
84 DEPEND="${RDEPEND}
85 >=dev-util/gtk-doc-am-1.20
86 virtual/pkgconfig
87 X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
88 !<=sys-devel/autoconf-2.63:2.5
89 "
90
91 MULTILIB_CHOST_TOOLS=(
92 /usr/bin/pango-querymodules
93 )
94
95 multilib_src_configure() {
96 tc-export CXX
97
98 ECONF_SOURCE=${S} \
99 gnome2_src_configure \
100 --with-cairo \
101 $(multilib_native_use_enable introspection) \
102 $(use_with X xft) \
103 "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
104 "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
105
106 if multilib_is_native_abi; then
107 ln -s "${S}"/docs/html docs/html || die
108 fi
109 }
110
111 multilib_src_install() {
112 gnome2_src_install
113 }
114
115 pkg_postinst() {
116 gnome2_pkg_postinst
117
118 multilib_pkg_postinst() {
119 einfo "Generating modules listing..."
120 "${CHOST}-pango-querymodules" --update-cache
121
122 # Remove old autogenerated file to prevent collisions with newer
123 rm -f "${EROOT}/etc/pango/${CHOST}/pango.modules"
124 }
125
126 multilib_foreach_abi multilib_pkg_postinst
127 }