Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/atk/
Date: Sun, 24 Nov 2013 21:38:41
Message-Id: 1385322861.ffcbe038e8514dbe0104c968154084548478862c.eva@gentoo
1 commit: ffcbe038e8514dbe0104c968154084548478862c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 24 19:50:16 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 24 19:54:21 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ffcbe038
7
8 dev-libs/atk: 2.8.0 → 2.10.0
9
10 ---
11 .../atk/{atk-2.7.91.ebuild => atk-2.10.0.ebuild} | 21 ++++++++++++---------
12 dev-libs/atk/metadata.xml | 5 +++++
13 2 files changed, 17 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-libs/atk/atk-2.7.91.ebuild b/dev-libs/atk/atk-2.10.0.ebuild
16 similarity index 76%
17 rename from dev-libs/atk/atk-2.7.91.ebuild
18 rename to dev-libs/atk/atk-2.10.0.ebuild
19 index b716eac..a80a0fb 100644
20 --- a/dev-libs/atk/atk-2.7.91.ebuild
21 +++ b/dev-libs/atk/atk-2.10.0.ebuild
22 @@ -2,9 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI="4"
27 +EAPI="5"
28 GCONF_DEBUG="no"
29 -GNOME2_LA_PUNT="yes"
30
31 inherit gnome2
32
33 @@ -14,20 +13,20 @@ HOMEPAGE="http://projects.gnome.org/accessibility/"
34 LICENSE="LGPL-2+"
35 SLOT="0"
36 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
37 -IUSE="+introspection nls"
38 +IUSE="+introspection nls test"
39
40 -RDEPEND=">=dev-libs/glib-2.31.2:2
41 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
42 +RDEPEND="
43 + >=dev-libs/glib-2.31.2:2
44 + introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
45 +"
46 DEPEND="${RDEPEND}
47 >=dev-lang/perl-5
48 dev-util/gtk-doc-am
49 virtual/pkgconfig
50 - nls? ( sys-devel/gettext )"
51 + nls? ( sys-devel/gettext )
52 +"
53
54 src_prepare() {
55 - G2CONF="${G2CONF} $(use_enable introspection)"
56 - DOCS="AUTHORS ChangeLog NEWS README"
57 -
58 gnome2_src_prepare
59
60 if ! use test; then
61 @@ -36,3 +35,7 @@ src_prepare() {
62 || die "sed failed"
63 fi
64 }
65 +
66 +src_configure() {
67 + gnome2_src_configure $(use_enable introspection)
68 +}
69
70 diff --git a/dev-libs/atk/metadata.xml b/dev-libs/atk/metadata.xml
71 new file mode 100644
72 index 0000000..d9f21e6
73 --- /dev/null
74 +++ b/dev-libs/atk/metadata.xml
75 @@ -0,0 +1,5 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <herd>gnome-accessibility</herd>
80 +</pkgmetadata>