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 F1171138A1F for ; Sun, 20 Apr 2014 18:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021C8E09BE; Sun, 20 Apr 2014 18:17:42 +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 05635E09BA for ; Sun, 20 Apr 2014 18:17:40 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1914C33FE74 for ; Sun, 20 Apr 2014 18:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 07280187B1 for ; Sun, 20 Apr 2014 18:17:37 +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: <1398012629.73c1223f1140e2f1e7d57ce37686c120e0bf3bca.eva@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-3.12.0.ebuild gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 73c1223f1140e2f1e7d57ce37686c120e0bf3bca X-VCS-Branch: master Date: Sun, 20 Apr 2014 18:17:37 +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: 8c0917db-4d68-42b1-9437-0ff638f7c93d X-Archives-Hash: 5fcf36ec72aad4a2ae7314d553b9ece3 commit: 73c1223f1140e2f1e7d57ce37686c120e0bf3bca Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 17:32:50 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 20 16:50:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73c1223f gnome-extra/gnome-tweak-tool: 3.10.1 → 3.12.0 --- ...-tweak-tool-9999.ebuild => gnome-tweak-tool-3.12.0.ebuild} | 11 ++--------- gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.12.0.ebuild similarity index 89% copy from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild copy to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.12.0.ebuild index a2623ae..44f8d0a 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.12.0.ebuild @@ -8,9 +8,6 @@ GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python2_7 ) inherit eutils gnome2 python-r1 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="Tool to customize GNOME 3 options" HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool" @@ -20,11 +17,7 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -fi +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # Newer pygobject needed due upstream bug #723951 COMMON_DEPEND=" @@ -35,7 +28,7 @@ COMMON_DEPEND=" # g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas RDEPEND="${COMMON_DEPEND} >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection] - >=x11-libs/gtk+-3.9.10:3[introspection] + >=x11-libs/gtk+-3.12:3[introspection] net-libs/libsoup[introspection] x11-libs/libnotify[introspection] diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild index a2623ae..45785c4 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" # g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas RDEPEND="${COMMON_DEPEND} >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection] - >=x11-libs/gtk+-3.9.10:3[introspection] + >=x11-libs/gtk+-3.12:3[introspection] net-libs/libsoup[introspection] x11-libs/libnotify[introspection]