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 0C9B31389E2 for ; Mon, 22 Dec 2014 23:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C722E095F; Mon, 22 Dec 2014 23:11:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 020A3E094F for ; Mon, 22 Dec 2014 23:11:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B69913405D5 for ; Mon, 22 Dec 2014 23:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313D6D27F for ; Mon, 22 Dec 2014 23:11:30 +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: <1419289574.26a76d8c000c25d6457fc37628316d33ac929ac2.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gsettings-desktop-schemas/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.1.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 26a76d8c000c25d6457fc37628316d33ac929ac2 X-VCS-Branch: master Date: Mon, 22 Dec 2014 23:11:30 +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: 9faf01d3-bc8b-411b-81cc-28a6f7b5d352 X-Archives-Hash: f25b7ced30d7bfc330cb6802aee5984a commit: 26a76d8c000c25d6457fc37628316d33ac929ac2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 22 23:06:14 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 22 23:06:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=26a76d8c gnome-base/gsettings-desktop-schemas: moved to gentoo-x86 --- .../gsettings-desktop-schemas-3.14.1.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.1.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.1.ebuild deleted file mode 100644 index 7495fec..0000000 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Collection of GSettings schemas for GNOME desktop" -HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+introspection" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" - -RDEPEND=" - >=dev-libs/glib-2.31:2 - introspection? ( >=dev-libs/gobject-introspection-1.31.0 ) - !