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