Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-libs/atk/
Date: Mon, 02 Jan 2012 13:04:33
Message-Id: 9f1eedc2bc2307df1d06db4b25cbda8d9dac8125.sping@gentoo
1 commit: 9f1eedc2bc2307df1d06db4b25cbda8d9dac8125
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Mon Jan 2 13:03:33 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 13:03:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9f1eedc2
7
8 dev-libs/atk: Remove 2.1.0 as 2.2.0 is in main tree
9
10 ---
11 dev-libs/atk/atk-2.1.0.ebuild | 43 -----------------------------------------
12 1 files changed, 0 insertions(+), 43 deletions(-)
13
14 diff --git a/dev-libs/atk/atk-2.1.0.ebuild b/dev-libs/atk/atk-2.1.0.ebuild
15 deleted file mode 100644
16 index 98b76c3..0000000
17 --- a/dev-libs/atk/atk-2.1.0.ebuild
18 +++ /dev/null
19 @@ -1,43 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.3 2011/01/29 16:32:15 grobian Exp $
23 -
24 -EAPI="4"
25 -GCONF_DEBUG="no"
26 -
27 -inherit gnome2
28 -
29 -DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
30 -HOMEPAGE="http://projects.gnome.org/accessibility/"
31 -
32 -LICENSE="LGPL-2"
33 -SLOT="0"
34 -KEYWORDS="" # due to copy-bump
35 -IUSE="doc +introspection nls"
36 -
37 -RDEPEND="dev-libs/glib:2
38 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
39 -DEPEND="${RDEPEND}
40 - >=dev-lang/perl-5
41 - dev-util/pkgconfig
42 - doc? ( >=dev-util/gtk-doc-1.13 )
43 - nls? ( sys-devel/gettext )"
44 -
45 -pkg_setup() {
46 - G2CONF="${G2CONF} $(use_enable introspection)"
47 - DOCS="AUTHORS ChangeLog NEWS README"
48 -}
49 -
50 -src_prepare() {
51 - gnome2_src_prepare
52 -
53 - if ! use test; then
54 - # don't waste time building tests (bug #226353)
55 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
56 - || die "sed failed"
57 - fi
58 -
59 - # Remove DEPRECATED flags
60 - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i atk/Makefile.am atk/Makefile.in \
61 - tests/Makefile.am tests/Makefile.in || die "sed 2 failed"
62 -}