Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pango: ChangeLog pango-1.24.3.ebuild pango-1.24.1.ebuild pango-1.22.4-r1.ebuild pango-1.22.4.ebuild
Date: Mon, 29 Jun 2009 21:56:13
Message-Id: E1MLOpf-0007cx-8M@stork.gentoo.org
1 eva 09/06/29 21:56:11
2
3 Modified: ChangeLog
4 Added: pango-1.24.3.ebuild
5 Removed: pango-1.24.1.ebuild pango-1.22.4-r1.ebuild
6 pango-1.22.4.ebuild
7 Log:
8 Version bump. Build fixes with newer automake, various bug fixes. Clean up old revisions.
9 (Portage version: 2.2_rc33/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.258 x11-libs/pango/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.258&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.258&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.257&r2=1.258
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
21 retrieving revision 1.257
22 retrieving revision 1.258
23 diff -u -r1.257 -r1.258
24 --- ChangeLog 27 May 2009 17:26:16 -0000 1.257
25 +++ ChangeLog 29 Jun 2009 21:56:11 -0000 1.258
26 @@ -1,6 +1,14 @@
27 # ChangeLog for x11-libs/pango
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.257 2009/05/27 17:26:16 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.258 2009/06/29 21:56:11 eva Exp $
31 +
32 +*pango-1.24.3 (29 Jun 2009)
33 +
34 + 29 Jun 2009; Gilles Dartiguelongue <eva@g.o> -pango-1.22.4.ebuild,
35 + -pango-1.22.4-r1.ebuild, -files/pango-1.22.4-special-chars-crash.patch,
36 + -pango-1.24.1.ebuild, +pango-1.24.3.ebuild:
37 + Version bump. Build fixes with newer automake, various bug fixes. Clean up
38 + old revisions.
39
40 27 May 2009; Raúl Porcel <armin76@g.o> pango-1.24.2.ebuild:
41 alpha/arm/ia64/s390/sh/sparc stable wrt #268976
42
43
44
45 1.1 x11-libs/pango/pango-1.24.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.24.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.24.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pango-1.24.3.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.24.3.ebuild,v 1.1 2009/06/29 21:56:11 eva Exp $
55
56 EAPI="2"
57
58 inherit eutils gnome2 multilib
59
60 DESCRIPTION="Text rendering and layout library"
61 HOMEPAGE="http://www.pango.org/"
62
63 LICENSE="LGPL-2 FTL"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="X debug doc"
67
68 # FIXME: add gobject-introspection dependency when it is available
69 RDEPEND=">=dev-libs/glib-2.17.3
70 >=media-libs/fontconfig-2.5.0
71 >=media-libs/freetype-2
72 >=x11-libs/cairo-1.7.6[X?,svg]
73 X? (
74 x11-libs/libXrender
75 x11-libs/libX11
76 x11-libs/libXft )"
77 DEPEND="${RDEPEND}
78 >=dev-util/pkgconfig-0.9
79 doc? (
80 >=dev-util/gtk-doc-1
81 ~app-text/docbook-xml-dtd-4.1.2 )
82 X? ( x11-proto/xproto )"
83
84 DOCS="AUTHORS ChangeLog* NEWS README THANKS"
85
86 function multilib_enabled() {
87 has_multilib_profile || ( use x86 && [ "$(get_libdir)" = "lib32" ] )
88 }
89
90 pkg_setup() {
91 G2CONF="${G2CONF} $(use_with X x) $(use_enable debug)"
92 }
93
94 src_prepare() {
95 gnome2_src_prepare
96
97 # make config file location host specific so that a 32bit and 64bit pango
98 # wont fight with each other on a multilib system. Fix building for
99 # emul-linux-x86-gtklibs
100 if multilib_enabled ; then
101 epatch "${FILESDIR}/${PN}-1.2.5-lib64.patch"
102 fi
103
104 # gtk-doc checks do not pass, upstream bug #578944
105 sed 's:TESTS = check.docs: TESTS = :g'\
106 -i docs/Makefile.am docs/Makefile.in || die "sed failed"
107 }
108
109 src_install() {
110 gnome2_src_install
111 rm "${D}/etc/pango/pango.modules"
112 }
113
114 pkg_postinst() {
115 if [ "${ROOT}" = "/" ] ; then
116 einfo "Generating modules listing..."
117
118 local PANGO_CONFDIR=
119
120 if multilib_enabled ; then
121 PANGO_CONFDIR="/etc/pango/${CHOST}"
122 else
123 PANGO_CONFDIR="/etc/pango"
124 fi
125
126 mkdir -p ${PANGO_CONFDIR}
127
128 pango-querymodules > ${PANGO_CONFDIR}/pango.modules
129 fi
130 }