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 DF10559CA5 for ; Fri, 25 Mar 2016 00:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A83E721C00F; Fri, 25 Mar 2016 00:56:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F6E521C002 for ; Fri, 25 Mar 2016 00:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD604340D6B for ; Fri, 25 Mar 2016 00:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FF4852 for ; Fri, 25 Mar 2016 00:56:15 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1458867162.762bc08e87da190ea58f52fa08fe5713b018d706.tranquility@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.20.0.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 762bc08e87da190ea58f52fa08fe5713b018d706 X-VCS-Branch: master Date: Fri, 25 Mar 2016 00:56:15 +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: efe161ab-354a-420b-8ff8-9775d3f4c901 X-Archives-Hash: bea0fd5287dc90f6ba4c794cd7b6c6f1 commit: 762bc08e87da190ea58f52fa08fe5713b018d706 Author: Ole Reifschneider gentoo org> AuthorDate: Sat Mar 19 14:00:25 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Fri Mar 25 00:52:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=762bc08e gnome-base/gsettings-desktop-schemas: Bump version to 3.20.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 .../gsettings-desktop-schemas-3.20.0.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild new file mode 100644 index 0000000..93b43b5 --- /dev/null +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~arm64 ~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:= ) + !