Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
Date: Tue, 25 Dec 2012 18:17:25
Message-Id: 1356459222.d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd.eva@gentoo
1 commit: d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 18:13:42 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 25 18:13:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d31c2dfe
7
8 gnome-base/libgnomekbd: moved to gx86, add metadata.xml
9
10 ---
11 gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild | 35 -----------------------
12 gnome-base/libgnomekbd/metadata.xml | 9 ++++++
13 2 files changed, 9 insertions(+), 35 deletions(-)
14
15 diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
16 deleted file mode 100644
17 index 36f4f0c..0000000
18 --- a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI="4"
26 -GCONF_DEBUG="no"
27 -GNOME2_LA_PUNT="yes"
28 -
29 -inherit gnome2
30 -
31 -DESCRIPTION="Gnome keyboard configuration library"
32 -HOMEPAGE="http://www.gnome.org"
33 -
34 -LICENSE="LGPL-2+"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
37 -IUSE="+introspection test"
38 -
39 -RDEPEND=">=dev-libs/glib-2.18:2
40 - >=x11-libs/gtk+-2.91.7:3[introspection?]
41 - >=x11-libs/libxklavier-5.2[introspection?]
42 -
43 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
44 -DEPEND="${RDEPEND}
45 - >=dev-util/intltool-0.35
46 - virtual/pkgconfig"
47 -
48 -pkg_setup() {
49 - G2CONF="${G2CONF}
50 - --disable-static
51 - --disable-schemas-compile
52 - $(use_enable introspection)
53 - $(use_enable test tests)"
54 - DOCS="AUTHORS ChangeLog NEWS README"
55 -}
56
57 diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
58 new file mode 100644
59 index 0000000..99b3795
60 --- /dev/null
61 +++ b/gnome-base/libgnomekbd/metadata.xml
62 @@ -0,0 +1,9 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <herd>gnome</herd>
67 + <use>
68 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
69 + for introspection</flag>
70 + </use>
71 +</pkgmetadata>