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 1SQT36-0004uB-Kr for garchives@archives.gentoo.org; Sat, 05 May 2012 00:40:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E491FE05E8; Sat, 5 May 2012 00:40:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B463EE05E8 for ; Sat, 5 May 2012 00:40:23 +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 ED7D71B4026 for ; Sat, 5 May 2012 00:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AEC49E5403 for ; Sat, 5 May 2012 00:40:21 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1336178401.79165bba14fa7b6137c2a95d1285059c453284e2.tetromino@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.4.0.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 79165bba14fa7b6137c2a95d1285059c453284e2 X-VCS-Branch: master Date: Sat, 5 May 2012 00:40:21 +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: c0991357-5b8b-493c-9145-bab078b99999 X-Archives-Hash: d2e623d056a87c9781091312a202e918 commit: 79165bba14fa7b6137c2a95d1285059c453284e2 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat May 5 00:40:01 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat May 5 00:40:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D79165bba gnome-base/gsettings-desktop-schemas: in gx86 --- .../gsettings-desktop-schemas-3.4.0.ebuild | 35 --------------= ------ 1 files changed, 0 insertions(+), 35 deletions(-) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schem= as-3.4.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-= schemas-3.4.0.ebuild deleted file mode 100644 index c7e5f6a..0000000 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.4.= 0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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"4" -GCONF_DEBUG=3D"no" - -inherit gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"Collection of GSettings schemas for GNOME desktop" -HOMEPAGE=3D"http://www.gnome.org/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -IUSE=3D"+introspection" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solari= s" -fi - -RDEPEND=3D">=3Ddev-libs/glib-2.31:2 - introspection? ( >=3Ddev-libs/gobject-introspection-1.31.0 )" -DEPEND=3D"${RDEPEND} - sys-devel/gettext - >=3Ddev-util/intltool-0.40" - -pkg_setup() { - G2CONF=3D"${G2CONF} - $(use_enable introspection)" - DOCS=3D"AUTHORS HACKING NEWS README" -}