From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PryA6-0003ay-9W for garchives@archives.gentoo.org; Tue, 22 Feb 2011 19:44:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55F21C05A; Tue, 22 Feb 2011 19:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF97D1C05A for ; Tue, 22 Feb 2011 19:44:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AA031B418A for ; Tue, 22 Feb 2011 19:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D330C80076 for ; Tue, 22 Feb 2011 19:44:33 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: 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-0.1.7.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c36b54088f51fc20bd7eda8a11ff688b87a06a1a Date: Tue, 22 Feb 2011 19:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2692ba3990d903420ab55ef31f94a87c commit: c36b54088f51fc20bd7eda8a11ff688b87a06a1a Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 22 19:31:39 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 22 19:32:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc36b5408 Add gnome-base/gsettings-desktop-schemas-0.1.7 * Not added to tree on purpose, let's not take any more chances with the = tree --- .../gsettings-desktop-schemas-0.1.7.ebuild | 28 ++++++++++++++= ++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schem= as-0.1.7.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-= schemas-0.1.7.ebuild new file mode 100644 index 0000000..626f94e --- /dev/null +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-0.1.= 7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/= gsettings-desktop-schemas-0.1.5.ebuild,v 1.1 2011/02/02 05:53:24 nirbheek= Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" + +inherit gnome2 + +DESCRIPTION=3D"Collection of GSettings schemas for GNOME desktop" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"" +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +fi + +RDEPEND=3D">=3Ddev-libs/glib-2.21:2" +DEPEND=3D"${RDEPEND} + sys-devel/gettext + >=3Ddev-util/intltool-0.40" + +DOCS=3D"AUTHORS HACKING NEWS README"