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 5D415138CEF for ; Wed, 12 Feb 2014 22:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1307E0B73; Wed, 12 Feb 2014 22:37:07 +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 474F6E0B73 for ; Wed, 12 Feb 2014 22:37:07 +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 5286B33EC99 for ; Wed, 12 Feb 2014 22:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B89A4188C9 for ; Wed, 12 Feb 2014 22:37:03 +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: <1392244614.d8df0620003277ad39dcffaf6c76d3667bff991c.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.10.1.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: d8df0620003277ad39dcffaf6c76d3667bff991c X-VCS-Branch: master Date: Wed, 12 Feb 2014 22:37:03 +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: 79b30551-ebb2-4cf9-85c3-fcc16bf61228 X-Archives-Hash: c40008a8439b5af2e94ba89c776d7049 commit: d8df0620003277ad39dcffaf6c76d3667bff991c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 22:36:38 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 22:36:54 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d8df0620 gnome-extra/gnome-tweak-tool: moved to gentoo-x86 + sync live ebuild --- .../gnome-tweak-tool-3.10.1.ebuild | 74 ---------------------- .../gnome-tweak-tool/gnome-tweak-tool-9999.ebuild | 9 +-- 2 files changed, 5 insertions(+), 78 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.10.1.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.10.1.ebuild deleted file mode 100644 index 86a5d09..0000000 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.10.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) - -inherit eutils gnome2 python-r1 - -DESCRIPTION="Tool to customize GNOME 3 options" -HOMEPAGE="https://wiki.gnome.org/GnomeTweakTool" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -COMMON_DEPEND=" - ${PYTHON_DEPS} - >=gnome-base/gsettings-desktop-schemas-3.4 - >=dev-python/pygobject-3.2.1:3[${PYTHON_USEDEP}] -" -# 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] - - net-libs/libsoup[introspection] - x11-libs/libnotify[introspection] - - >=gnome-base/gnome-settings-daemon-3 - gnome-base/gnome-shell - >=gnome-base/nautilus-3 - x11-wm/metacity -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40.0 - virtual/pkgconfig -" - -src_prepare() { - # Add contents of Gentoo's cursor theme directory to cursor theme list - epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch" - - # Prevent problems setting WM preferences, upstream bug #706834 - epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch" - - gnome2_src_prepare - python_copy_sources -} - -src_configure() { - python_foreach_impl run_in_build_dir gnome2_src_configure -} - -src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile -} - -src_test() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - install_python() { - gnome2_src_install - python_doscript gnome-tweak-tool || die - } - python_foreach_impl run_in_build_dir install_python -} 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 5755f21..a2623ae 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils gnome2 python-r1 if [[ ${PV} = 9999 ]]; then @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Tool to customize GNOME 3 options" -HOMEPAGE="https://wiki.gnome.org/GnomeTweakTool" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool" LICENSE="GPL-2+" SLOT="0" @@ -26,10 +26,11 @@ else KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi +# Newer pygobject needed due upstream bug #723951 COMMON_DEPEND=" ${PYTHON_DEPS} >=gnome-base/gsettings-desktop-schemas-3.4 - >=dev-python/pygobject-3.2.1:3[${PYTHON_USEDEP}] + >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}] " # g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas RDEPEND="${COMMON_DEPEND}