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.34.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:20:36
Message-Id: 20130328222032.E3ED92171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:20:32
2
3 Modified: ChangeLog
4 Added: pango-1.34.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.371 x11-libs/pango/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.371&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.371&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.370&r2=1.371
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
20 retrieving revision 1.370
21 retrieving revision 1.371
22 diff -u -r1.370 -r1.371
23 --- ChangeLog 22 Feb 2013 19:27:48 -0000 1.370
24 +++ ChangeLog 28 Mar 2013 22:20:32 -0000 1.371
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/pango
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.370 2013/02/22 19:27:48 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.371 2013/03/28 22:20:32 pacho Exp $
30 +
31 +*pango-1.34.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +pango-1.34.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 22 Feb 2013; Zac Medico <zmedico@g.o> pango-1.32.5.ebuild:
37 Add ~arm-linux keyword.
38
39
40
41 1.1 x11-libs/pango/pango-1.34.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.34.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.34.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pango-1.34.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.34.0.ebuild,v 1.1 2013/03/28 22:20:32 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55
56 inherit autotools eutils gnome2 multilib toolchain-funcs
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 ~ppc ~ppc64 ~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.9:=
69 >=dev-libs/glib-2.33.12:2
70 >=media-libs/fontconfig-2.10.91:1.0=
71 media-libs/freetype:2=
72 >=x11-libs/cairo-1.7.6:=[X?]
73 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
74 X? (
75 x11-libs/libXrender
76 x11-libs/libX11
77 >=x11-libs/libXft-2.0.0 )"
78 DEPEND="${RDEPEND}
79 >=dev-util/gtk-doc-am-1.13
80 virtual/pkgconfig
81 X? ( x11-proto/xproto )
82 !<=sys-devel/autoconf-2.63:2.5"
83
84 src_prepare() {
85 tc-export CXX
86 G2CONF="${G2CONF}
87 $(use_enable introspection)
88 $(use_with X xft)
89 "$(usex X --x-includes="${EPREFIX}/usr/include" "")"
90 "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")
91
92 epatch "${FILESDIR}/${PN}-1.32.1-lib64.patch"
93 eautoreconf
94
95 gnome2_src_prepare
96 }
97
98 src_install() {
99 gnome2_src_install
100
101 local PANGO_CONFDIR="/etc/pango/${CHOST}"
102 dodir "${PANGO_CONFDIR}"
103 keepdir "${PANGO_CONFDIR}"
104 }
105
106 pkg_postinst() {
107 gnome2_pkg_postinst
108
109 einfo "Generating modules listing..."
110 local PANGO_CONFDIR="${EROOT}/etc/pango/${CHOST}"
111 local pango_conf="${PANGO_CONFDIR}/pango.modules"
112 local tmp_file=$(mktemp -t tmp_pango_ebuild.XXXXXXXXXX)
113
114 # be atomic!
115 if pango-querymodules --system \
116 "${EROOT}"usr/$(get_libdir)/pango/1.8.0/modules/*$(get_modname) \
117 > "${tmp_file}"; then
118 cat "${tmp_file}" > "${pango_conf}" || {
119 rm "${tmp_file}"; die; }
120 else
121 ewarn "Cannot update pango.modules, file generation failed"
122 fi
123 rm "${tmp_file}"
124
125 if [[ ${REPLACING_VERSIONS} < 1.30.1 ]]; then
126 elog "In >=${PN}-1.30.1, default configuration file locations moved from"
127 elog "~/.pangorc and ~/.pangox_aliases to ~/.config/pango/pangorc and"
128 elog "~/.config/pango/pangox.aliases"
129 fi
130 }