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 1QU3Lz-0001uq-Fx for garchives@archives.gentoo.org; Tue, 07 Jun 2011 20:58:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC0F41C07C; Tue, 7 Jun 2011 20:58:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E1ED1C07C for ; Tue, 7 Jun 2011 20:58:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 068001B4048 for ; Tue, 7 Jun 2011 20:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6FB788003C for ; Tue, 7 Jun 2011 20:58:15 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f327a00d80745080c69c09ffc390e44da3368a17 Date: Tue, 7 Jun 2011 20:58:15 +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: 553a97b96cd1c98f46e505c87d015bd9 commit: f327a00d80745080c69c09ffc390e44da3368a17 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Jun 1 17:00:45 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 7 20:57:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df327a00d gnome-base/gnome-shell: convert python shebang --- gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild | 9 +++++++-- gnome-base/gnome-shell/gnome-shell-9999.ebuild | 14 ++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild b/gnome-base= /gnome-shell/gnome-shell-3.0.2.ebuild index c442b19..14feacb 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D"3" GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"2:2.5" =20 -inherit eutils gnome2 +inherit eutils gnome2 python if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -110,6 +110,11 @@ src_prepare() { gnome2_src_prepare } =20 +src_install() { + gnome2_src_install + python_convert_shebangs 2 "${D}"/usr/bin/gnome-shell-extension-tool +} + pkg_postinst() { gnome2_pkg_postinst if ! has_version '>=3Dmedia-libs/gst-plugins-good-0.10.23' || \ diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/= gnome-shell/gnome-shell-9999.ebuild index 10ac892..3df02e5 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D"3" GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"2:2.5" =20 -inherit gnome2 +inherit eutils gnome2 python if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -103,6 +103,16 @@ pkg_setup() { --disable-jhbuild-wrapper-script" } =20 +src_prepare() { + EPATCH_SUFFIX=3D"patch" epatch "${WORKDIR}" + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + python_convert_shebangs 2 "${D}"/usr/bin/gnome-shell-extension-tool +} + pkg_postinst() { gnome2_pkg_postinst if ! has_version '>=3Dmedia-libs/gst-plugins-good-0.10.23' || \