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 1RwbPg-0001Ez-5x for garchives@archives.gentoo.org; Sun, 12 Feb 2012 15:32:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 682A5E0687; Sun, 12 Feb 2012 15:32:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3BBEDE0687 for ; Sun, 12 Feb 2012 15:32:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3BF41B4015 for ; Sun, 12 Feb 2012 15:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 58CB2E5400 for ; Sun, 12 Feb 2012 15:32:19 +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: <9d923f9881786cd4103ecca5024b679eb72dbea0.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-python.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9d923f9881786cd4103ecca5024b679eb72dbea0 Date: Sun, 12 Feb 2012 15:32:19 +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: 745967ee-802a-48b3-99fc-93d1382c7013 X-Archives-Hash: 662e1f8035c8a056f40e36d508ed3fe1 commit: 9d923f9881786cd4103ecca5024b679eb72dbea0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Feb 12 15:31:36 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Feb 12 15:31:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9d923f98 eclass/gnome2-python: use py-compile cleanup function --- eclass/gnome2-python.eclass | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/eclass/gnome2-python.eclass b/eclass/gnome2-python.eclass index 8eb7cfa..7330f39 100644 --- a/eclass/gnome2-python.eclass +++ b/eclass/gnome2-python.eclass @@ -28,14 +28,8 @@ gnome2-python_pkg_setup() { } =20 gnome2-python_src_prepare() { - # disable pyc compiling - if [[ -f py-compile ]]; then - rm py-compile - echo > py-compile - chmod +x py-compile - fi - gnome2_src_prepare + python_clean_py-compile_files python_copy_sources } =20