public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/
Date: Wed, 27 Apr 2011 07:05:40 +0000 (UTC)	[thread overview]
Message-ID: <66dc060489b01e57af4b5bd89ef4af95b2dc0fc1.eva@gentoo> (raw)

commit:     66dc060489b01e57af4b5bd89ef4af95b2dc0fc1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 07:04:48 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 07:04:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=66dc0604

gnome-extra/gnome-tweak-tool: 3.0.1 → 3.0.2

	* Fails at runtime due to missing ~/.icons
	* Fails at runtime with a traceback
	* Enhancements needed to the gnome2-python.eclass

---
 ...-3.0.1.ebuild => gnome-tweak-tool-3.0.2.ebuild} |   22 +++++--------------
 1 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.1.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.2.ebuild
similarity index 78%
rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.1.ebuild
rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.2.ebuild
index 8210c5d..b75859d 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.2.ebuild
@@ -6,11 +6,10 @@ EAPI="3"
 GNOME2_LA_PUNT="yes"
 GCONF_DEBUG="no"
 PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
-inherit gnome2 python
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
+inherit gnome2-python
 
 DESCRIPTION="Tool to customize GNOME 3 options"
 HOMEPAGE="http://live.gnome.org/GnomeTweakTool"
@@ -18,11 +17,7 @@ HOMEPAGE="http://live.gnome.org/GnomeTweakTool"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
 	>=gnome-base/gsettings-desktop-schemas-2.91.92
@@ -39,15 +34,10 @@ DEPEND="${COMMON_DEPEND}
 pkg_setup() {
 	DOCS="NEWS README"
 	G2CONF="${G2CONF} --disable-schemas-compile"
-	python_set_active_version 2
-}
-
-src_prepare() {
-	gnome2_src_prepare
-	: > "${S}"/py-compile
+	gnome2-python_pkg_setup
 }
 
 src_install() {
-	gnome2_src_install
+	gnome2-python_src_install
 	python_convert_shebangs 2 "${ED}"/usr/bin/gnome-tweak-tool
 }



             reply	other threads:[~2011-04-27  7:05 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27  7:05 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-12 13:35 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/ Dennis Lamm
2016-03-30 20:08 Ole Reifschneider
2015-11-07 18:24 Ole Reifschneider
2015-05-12 19:31 Gilles Dartiguelongue
2015-05-09 22:25 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-25 21:07 Gilles Dartiguelongue
2014-10-11 23:11 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-02-12 22:37 Gilles Dartiguelongue
2012-12-25 19:11 Gilles Dartiguelongue
2012-10-27 20:47 Gilles Dartiguelongue
2012-10-01  3:33 Alexandre Rostovtsev
2012-10-01  3:06 Priit Laes
2012-09-30  0:15 Alexandre Rostovtsev
2012-09-09 12:43 Nirbheek Chauhan
2012-05-24  9:11 Alexandre Restovtsev
2011-08-21  6:17 Alexandre Restovtsev
2011-08-13 17:10 Alexandre Restovtsev
2011-06-24 17:35 Alexandre Restovtsev
2011-05-08 13:14 Gilles Dartiguelongue
2011-04-27 20:56 Gilles Dartiguelongue
2011-04-26 21:41 Gilles Dartiguelongue
2011-04-19 19:20 Gilles Dartiguelongue
2011-04-01 11:50 Nirbheek Chauhan
2011-03-21 23:57 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66dc060489b01e57af4b5bd89ef4af95b2dc0fc1.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox