Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atk/
Date: Tue, 01 Nov 2016 23:58:39
Message-Id: 1478044687.62a6c1556673ceb60cc4eea958f2556e5e7cdd8c.eva@gentoo
1 commit: 62a6c1556673ceb60cc4eea958f2556e5e7cdd8c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 23:16:12 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 23:58:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a6c155
7
8 dev-libs/atk: version bump 2.20.0 → 2.22.0
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/atk/Manifest | 1 +
13 dev-libs/atk/atk-2.22.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
17 index fe06502..a450f71 100644
18 --- a/dev-libs/atk/Manifest
19 +++ b/dev-libs/atk/Manifest
20 @@ -1,3 +1,4 @@
21 DIST atk-2.16.0.tar.xz 699816 SHA256 095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562 SHA512 dc8827779d14fe7212733464f8775f67d60ab3027fcd935245d57c5899e8fc8acc6ceb88ee58f7bfbf259b89447868b3c93726ac56f46bf30a722b47b7bbd7da WHIRLPOOL 94ab7594c9e2508e6e2c9b62bfd80ebedf802a38e5bcd9c28b1224deb56d38d551687d0280e5af57b9713dd1fdbac84c58a03638856aab72bd060009188df641
22 DIST atk-2.18.0.tar.xz 687932 SHA256 ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b SHA512 36f88a6f052ec28c4394756b7de3c1f4c021439eba1e4bfde6ecccd87bab1847111f4cc68ed743c762fcc165c4984c03fd09ea4346e49b2d8dad8b5af36189ea WHIRLPOOL 9f6a40535dda422942f635008e022fb38ea6d1683d51a2d4fa7a2cf3ec5a15ef5f45e83f4344994f706d252b5524fdf6512d2a80c45b22be24d62cae1f11a3be
23 DIST atk-2.20.0.tar.xz 724200 SHA256 493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0 SHA512 3dab21e59f47deeee7c4b95dbda1c9a57a15007367af584a27c472e20f11bebd210ae7cd16b255e810f66df4c0a2bee14d904c46e1367ce5a6ade6f5af81bace WHIRLPOOL accada46d8c3b134aabea8dc88d33fb55be317ddc7fbb9bae7746e982df63a8515c530af87aa2310a7bcfee0080583080306cf094332acce7a747f80c6247484
24 +DIST atk-2.22.0.tar.xz 745572 SHA256 d349f5ca4974c9c76a4963e5b254720523b0c78672cbc0e1a3475dbd9b3d44b6 SHA512 af3f6197eb97de869ee706f19564449b02c1444c413e5418323e4bf4c8cf1d98c7c8baa25189f6879d63606d4bc75f33799cb901f4697c087e868bb9a5643cba WHIRLPOOL aec1b3944101532b6330f66f2094d3d821a30da10e07d3ba1b793b9063ef18ce8790faa3d016927fe2dd8383c4b5cba9ac4d85244f83fbb73bd06077c299e851
25
26 diff --git a/dev-libs/atk/atk-2.22.0.ebuild b/dev-libs/atk/atk-2.22.0.ebuild
27 new file mode 100644
28 index 00000000..a67eb71
29 --- /dev/null
30 +++ b/dev-libs/atk/atk-2.22.0.ebuild
31 @@ -0,0 +1,53 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +inherit gnome2 multilib-minimal
38 +
39 +DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
40 +HOMEPAGE="https://wiki.gnome.org/Accessibility"
41 +
42 +LICENSE="LGPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
45 +IUSE="+introspection nls test"
46 +
47 +RDEPEND="
48 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
49 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
50 +"
51 +DEPEND="${RDEPEND}
52 + >=dev-lang/perl-5
53 + dev-util/gtk-doc-am
54 + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
55 + nls? ( >=sys-devel/gettext-0.19.2 )
56 +"
57 +
58 +src_prepare() {
59 + gnome2_src_prepare
60 +
61 + if ! use test; then
62 + # don't waste time building tests (bug #226353)
63 + sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
64 + || die "sed failed"
65 + fi
66 +
67 + # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507
68 + multilib_copy_sources
69 +}
70 +
71 +multilib_src_configure() {
72 +# ECONF_SOURCE=${S} \
73 + gnome2_src_configure \
74 + $(multilib_native_use_enable introspection)
75 +
76 + # work-around gtk-doc out-of-source brokedness
77 +# if multilib_is_native_abi; then
78 +# ln -s "${S}"/docs/html docs/html || die
79 +# fi
80 +}
81 +
82 +multilib_src_install() {
83 + gnome2_src_install
84 +}