Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/atk: atk-2.10.0.ebuild ChangeLog atk-2.4.0.ebuild atk-1.32.0-r1.ebuild
Date: Tue, 24 Dec 2013 15:11:24
Message-Id: 20131224151121.3D16D2004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:11:21
2
3 Modified: ChangeLog
4 Added: atk-2.10.0.ebuild
5 Removed: atk-2.4.0.ebuild atk-1.32.0-r1.ebuild
6 Log:
7 Version bump for Gnome 3.10, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.272 dev-libs/atk/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.272&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.272&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.271&r2=1.272
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
21 retrieving revision 1.271
22 retrieving revision 1.272
23 diff -u -r1.271 -r1.272
24 --- ChangeLog 22 Dec 2013 15:23:39 -0000 1.271
25 +++ ChangeLog 24 Dec 2013 15:11:21 -0000 1.272
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/atk
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.271 2013/12/22 15:23:39 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.272 2013/12/24 15:11:21 pacho Exp $
31 +
32 +*atk-2.10.0 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +atk-2.10.0.ebuild,
35 + -atk-1.32.0-r1.ebuild, -atk-2.4.0.ebuild:
36 + Version bump for Gnome 3.10, drop old
37
38 22 Dec 2013; Jeroen Roovers <jer@g.o> atk-2.8.0.ebuild:
39 Stable for HPPA (bug #478252).
40
41
42
43 1.1 dev-libs/atk/atk-2.10.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.10.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.10.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: atk-2.10.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.10.0.ebuild,v 1.1 2013/12/24 15:11:21 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
60 HOMEPAGE="http://projects.gnome.org/accessibility/"
61
62 LICENSE="LGPL-2+"
63 SLOT="0"
64 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"
65 IUSE="+introspection nls test"
66
67 RDEPEND="
68 >=dev-libs/glib-2.31.2:2
69 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
70 "
71 DEPEND="${RDEPEND}
72 >=dev-lang/perl-5
73 dev-util/gtk-doc-am
74 virtual/pkgconfig
75 nls? ( sys-devel/gettext )
76 "
77
78 src_prepare() {
79 gnome2_src_prepare
80
81 if ! use test; then
82 # don't waste time building tests (bug #226353)
83 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
84 || die "sed failed"
85 fi
86 }
87
88 src_configure() {
89 gnome2_src_configure $(use_enable introspection)
90 }