Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Fri, 11 Aug 2017 07:18:59
Message-Id: 1502435850.7d61125291296ecb8cd349fe7c873333a8549b37.eva@gentoo
1 commit: 7d61125291296ecb8cd349fe7c873333a8549b37
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 07:07:48 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 07:17:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d611252
7
8 x11-libs/pango: version bump 1.40.7 → 1.40.9, bug #627248
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-libs/pango/Manifest | 1 +
13 x11-libs/pango/pango-1.40.9.ebuild | 57 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 58 insertions(+)
15
16 diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
17 index 865fe7ad83a..ae7de001e1a 100644
18 --- a/x11-libs/pango/Manifest
19 +++ b/x11-libs/pango/Manifest
20 @@ -2,3 +2,4 @@ DIST pango-1.40.3.tar.xz 1061044 SHA256 abba8b5ce728520c3a0f1535eab19eac3c14aeef
21 DIST pango-1.40.5.tar.xz 1065152 SHA256 24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9 SHA512 40e8bf85dbb4b6fd35da3acec06a0d2b9dde95a3c5a212d243dbcbc0d00f12bd061757a04cb2f4a8db61329efd7ed9be53e3f5d6a2eb2a3defba1d12f9eed43d WHIRLPOOL 8d8eec25ba18096ce9c5fae2ce9f1d54e908784482669daa8f505863f7b5529c50fd432fb93c3d8d6bb3ef2ac311c59e68667393dc0442335a97171c480d2294
22 DIST pango-1.40.6.tar.xz 832040 SHA256 ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 SHA512 d916b364a77de3e68779e6d841d95bca456daf89405b92eaf51dceef093a9761cbb6c48f4c2971dec47c0bbdb645a3f3f4fb9af425274bf1d1822b278575e1f7 WHIRLPOOL 45f32e02007c53f079499c5d4b92c67ed528e3c2108f414b3ef18b53c8114a8fe2ae4f71707ecb977e224e86a5b05d8e048f39f8deef41d6342194b19a84d6e3
23 DIST pango-1.40.7.tar.xz 841268 SHA256 517645c00c4554e82c0631e836659504d3fd3699c564c633fccfdfd37574e278 SHA512 225175d23053cf96657f572a44415029c00a76d8d8a82a3d146ee678984aea36492518ed327b271d30826777674d9b25a770ea9b66d7eb025883022c0ea7d58c WHIRLPOOL 990af8f086da2c6118379bfcd2ab178dce58998e4bdf9c70006f1dfcdf8470655a71251e009e7384743de573d8be45f56260bcdab0b065d7fcecef0650d2ca57
24 +DIST pango-1.40.9.tar.xz 850840 SHA256 9faea6535312fe4436b93047cf7a04af544eb52a079179bd3a33821aacce7e16 SHA512 fcfb6f047dbc1b265447beade2880c4618c1f8ec0111c2191cb44866407dd95fcda662e56f568fd95c47ceba90340346e57ab51413e459866518f1d35173eeba WHIRLPOOL 1642b720c4bb15ac2583c7928491c1f207430434420c182ea843497c844410067dd826c3c687c15c7b23a4e4a248199784e311107f2e33cf2f42086183aab597
25
26 diff --git a/x11-libs/pango/pango-1.40.9.ebuild b/x11-libs/pango/pango-1.40.9.ebuild
27 new file mode 100644
28 index 00000000000..0b59c658a54
29 --- /dev/null
30 +++ b/x11-libs/pango/pango-1.40.9.ebuild
31 @@ -0,0 +1,57 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit gnome2 multilib-minimal toolchain-funcs
39 +
40 +DESCRIPTION="Internationalized text layout and rendering library"
41 +HOMEPAGE="http://www.pango.org/"
42 +
43 +LICENSE="LGPL-2+ FTL"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
46 +
47 +IUSE="X +introspection test"
48 +
49 +RDEPEND="
50 + >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
51 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
52 + >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
53 + >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
54 + >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
55 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
56 + X? (
57 + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
58 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
59 + >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
60 + )
61 +"
62 +DEPEND="${RDEPEND}
63 + >=dev-util/gtk-doc-am-1.20
64 + virtual/pkgconfig[${MULTILIB_USEDEP}]
65 + test? ( media-fonts/cantarell )
66 + X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
67 + !<=sys-devel/autoconf-2.63:2.5
68 +"
69 +
70 +multilib_src_configure() {
71 + tc-export CXX
72 +
73 + ECONF_SOURCE=${S} \
74 + gnome2_src_configure \
75 + --with-cairo \
76 + $(multilib_native_use_enable introspection) \
77 + $(use_with X xft) \
78 + "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
79 + "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
80 +
81 + if multilib_is_native_abi; then
82 + ln -s "${S}"/docs/html docs/html || die
83 + fi
84 +}
85 +
86 +multilib_src_install() {
87 + gnome2_src_install
88 +}