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 1Q1oz9-0003YW-7c for garchives@archives.gentoo.org; Mon, 21 Mar 2011 23:58:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 559E21C0F2; Mon, 21 Mar 2011 23:58:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 28C8B1C0F2 for ; Mon, 21 Mar 2011 23:58:00 +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 8C9821B409D for ; Mon, 21 Mar 2011 23:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 008E78006A for ; Mon, 21 Mar 2011 23:57:59 +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: <5b7f91166b7792eaeed74d38c2d3ac61745e73af.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-tweak-tool/gnome-tweak-tool-2.91.92.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 5b7f91166b7792eaeed74d38c2d3ac61745e73af Date: Mon, 21 Mar 2011 23:57:59 +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: f301dd3e9f624162c972d7783e629f90 commit: 5b7f91166b7792eaeed74d38c2d3ac61745e73af Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Mar 21 23:49:19 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Mar 21 23:54:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5b7f9116 Add gnome-extra/gnome-tweak-tool --- .../gnome-tweak-tool-2.91.92.ebuild | 34 ++++++++++++++= ++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-2.91.92.ebuild= b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-2.91.92.ebuild new file mode 100644 index 0000000..9f51d22 --- /dev/null +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-2.91.92.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-s= creensaver-2.30.2.ebuild,v 1.2 2010/11/02 02:33:58 ford_prefect Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" + +inherit gnome2 + +DESCRIPTION=3D"Tool to customize GNOME 3 options" +HOMEPAGE=3D"http://live.gnome.org/GnomeTweakTool" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"" +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi + +COMMON_DEPEND=3D" + >=3Dgnome-base/gsettings-desktop-schemas-0.1.7 + >=3Ddev-python/pygobject-2.27.91:2 + gnome-base/gconf:2" +RDEPEND=3D"${COMMON_DEPEND} + x11-libs/gtk+:3[introspection] + gnome-base/gconf:2[introspection]" +DEPEND=3D"${COMMON_DEPEND} + >=3Ddev-util/pkgconfig-0.9" + +DOCS=3D"NEWS README" +G2CONF=3D"--disable-schemas-compile"