From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06AF11381FB for ; Tue, 25 Dec 2012 18:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8764921C0DD; Tue, 25 Dec 2012 18:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C03A21C0DD for ; Tue, 25 Dec 2012 18:17:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BEED33D88F for ; Tue, 25 Dec 2012 18:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AD457E543D for ; Tue, 25 Dec 2012 18:17:14 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1356459222.d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild gnome-base/libgnomekbd/metadata.xml X-VCS-Directories: gnome-base/libgnomekbd/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd X-VCS-Branch: master Date: Tue, 25 Dec 2012 18:17:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc657562-5123-4ab9-b962-4930596d4d61 X-Archives-Hash: 08aadd533ed1364367f63051856df8ca commit: d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 25 18:13:42 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 25 18:13:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d31c2dfe gnome-base/libgnomekbd: moved to gx86, add metadata.xml --- gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild | 35 ----------------------- gnome-base/libgnomekbd/metadata.xml | 9 ++++++ 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild deleted file mode 100644 index 36f4f0c..0000000 --- a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Gnome keyboard configuration library" -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+introspection test" - -RDEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.91.7:3[introspection?] - >=x11-libs/libxklavier-5.2[introspection?] - - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-schemas-compile - $(use_enable introspection) - $(use_enable test tests)" - DOCS="AUTHORS ChangeLog NEWS README" -} diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml new file mode 100644 index 0000000..99b3795 --- /dev/null +++ b/gnome-base/libgnomekbd/metadata.xml @@ -0,0 +1,9 @@ + + + + gnome + + Use dev-libs/gobject-introspection + for introspection + +