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/gdl/
Date: Tue, 05 Apr 2011 13:45:53
Message-Id: a9ce4fa83eab74dae436b085717557bdf73b68e8.eva@gentoo
1 commit: a9ce4fa83eab74dae436b085717557bdf73b68e8
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 13:45:11 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 13:45:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a9ce4fa8
7
8 dev-libs/gdl: QAed
9
10 * drop unnecessary src_prepare
11 * fix minor nitpicks
12
13 (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
14
15 ---
16 dev-libs/gdl/gdl-3.0.0.ebuild | 13 ++-----------
17 1 files changed, 2 insertions(+), 11 deletions(-)
18
19 diff --git a/dev-libs/gdl/gdl-3.0.0.ebuild b/dev-libs/gdl/gdl-3.0.0.ebuild
20 index 6c95498..0191980 100644
21 --- a/dev-libs/gdl/gdl-3.0.0.ebuild
22 +++ b/dev-libs/gdl/gdl-3.0.0.ebuild
23 @@ -14,25 +14,16 @@ HOMEPAGE="http://www.gnome.org/"
24 LICENSE="LGPL-2.1"
25 SLOT="3"
26 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
27 -IUSE="+introspection doc"
28 +IUSE="doc +introspection"
29
30 -# TODO: slotmove gdl:0 to gdl:1
31 RDEPEND=">=dev-libs/glib-2:2
32 >=x11-libs/gtk+-3.0.0:3[introspection?]
33 >=dev-libs/libxml2-2.4:2
34 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
35 DEPEND="${RDEPEND}
36 - sys-devel/gettext
37 dev-util/pkgconfig
38 + >=sys-devel/gettext-0.17
39 >=dev-util/intltool-0.40.1
40 doc? ( >=dev-util/gtk-doc-1.4 )"
41
42 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
43 -
44 -src_prepare() {
45 - # Fix parallel installation issue
46 - grep -lre 'layout\.ui' . | xargs sed -ie 's/layout\.ui/layout-3\.ui/' || die
47 - mv gdl/layout{,-3}.ui || die
48 -
49 - gnome2_src_prepare
50 -}