From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC97E138334 for ; Fri, 14 Sep 2018 08:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12EFCE0EBE; Fri, 14 Sep 2018 08:54:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBDB0E0EBE for ; Fri, 14 Sep 2018 08:54:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E3B335D00 for ; Fri, 14 Sep 2018 08:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296ED3BF for ; Fri, 14 Sep 2018 08:54:49 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536915084.2427e9c2ec0c2faf1c1c3b554ba3097f0a7af4d4.leio@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.26.0.ebuild gnome-base/libgnomekbd/metadata.xml X-VCS-Directories: gnome-base/libgnomekbd/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2427e9c2ec0c2faf1c1c3b554ba3097f0a7af4d4 X-VCS-Branch: master Date: Fri, 14 Sep 2018 08:54:49 +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: b3c44fac-b0c9-4dbd-b384-b2b0c4f5fff9 X-Archives-Hash: 988e60198524aa023c6333a377884dc5 commit: 2427e9c2ec0c2faf1c1c3b554ba3097f0a7af4d4 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Sep 14 08:51:24 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Sep 14 08:51:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2427e9c2 gnome-base/libgnomekbd: remove, available in ::gentoo ::gentoo version adds necessary glib-utils build dep gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ------------------------ gnome-base/libgnomekbd/metadata.xml | 8 ------ 2 files changed, 41 deletions(-) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild deleted file mode 100644 index 663afe71..00000000 --- a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2 - -DESCRIPTION="Gnome keyboard configuration library" -HOMEPAGE="https://www.gnome.org" - -LICENSE="LGPL-2+" -SLOT="0/8" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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[X,introspection?] - >=x11-libs/libxklavier-5.2[introspection?] - - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) -" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.19.4 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable test tests) -} diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/gnome-base/libgnomekbd/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - -