public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnome-python-common.eclass
Date: Sun, 25 Mar 2012 15:31:01 +0000 (UTC)	[thread overview]
Message-ID: <20120325153101.362ED2004B@flycatcher.gentoo.org> (raw)

eva         12/03/25 15:31:01

  Modified:             ChangeLog gnome-python-common.eclass
  Log:
  Replace old py-compile trick by the one from python eclass.

Revision  Changes    Path
1.185                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	24 Mar 2012 20:44:51 -0000	1.184
+++ ChangeLog	25 Mar 2012 15:31:01 -0000	1.185
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.184 2012/03/24 20:44:51 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.185 2012/03/25 15:31:01 eva Exp $
+
+  25 Mar 2012; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-python-common.eclass:
+  Replace old py-compile trick by the one from python eclass.
 
   24 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-meta.eclass:
   Make opengl dependency soft in kde-workspace (except kwin)



1.16                 eclass/gnome-python-common.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.15&r2=1.16

Index: gnome-python-common.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gnome-python-common.eclass	24 Feb 2012 09:10:16 -0000	1.15
+++ gnome-python-common.eclass	25 Mar 2012 15:31:01 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.15 2012/02/24 09:10:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.16 2012/03/25 15:31:01 eva Exp $
 
 # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the
 #		   gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>)
@@ -84,13 +84,7 @@
 
 gnome-python-common_src_prepare() {
 	gnome2_src_prepare
-
-	# disable pyc compiling
-	if [[ -f py-compile ]]; then
-		rm py-compile
-		echo > py-compile
-		chmod +x py-compile
-	fi
+	python_clean_py-compile_files
 
 	# The .pc file is installed by respective gnome-python*-base package
 	sed -i '/^pkgconfig_DATA/d' Makefile.in || die "sed failed"






             reply	other threads:[~2012-03-25 15:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-25 15:31 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 17:24 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnome-python-common.eclass Alexandre Rostovtsev (tetromino)
2012-01-03 12:18 Nirbheek Chauhan (nirbheek)

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=20120325153101.362ED2004B@flycatcher.gentoo.org \
    --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