public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ali Polatel (hawking)" <hawking@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.6.4.0-r1.ebuild ChangeLog wxpython-2.8.7.1.ebuild
Date: Thu, 29 May 2008 16:40:06 +0000	[thread overview]
Message-ID: <E1K1lAc-0006wm-5v@stork.gentoo.org> (raw)

hawking     08/05/29 16:40:06

  Modified:             wxpython-2.6.4.0-r1.ebuild ChangeLog
                        wxpython-2.8.7.1.ebuild
  Log:
  Fix python_mod_optimize usage.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.14                 dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?r1=1.13&r2=1.14

Index: wxpython-2.6.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wxpython-2.6.4.0-r1.ebuild	21 Mar 2008 01:56:37 -0000	1.13
+++ wxpython-2.6.4.0-r1.ebuild	29 May 2008 16:40:05 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.13 2008/03/21 01:56:37 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.14 2008/05/29 16:40:05 hawking Exp $
 
 EAPI=1
 
@@ -102,10 +102,10 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize
-
 	local site_pkgs=/usr/$(get_libdir)/python${PYVER}/site-packages
 
+	python_mod_optimize ${size_pkgs}
+
 	alternatives_auto_makesym \
 		"${site_pkgs}/wx.pth" "${site_pkgs}/wx.pth-[0-9].[0-9]"
 	alternatives_auto_makesym \



1.88                 dev-python/wxpython/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	21 Mar 2008 01:56:37 -0000	1.87
+++ ChangeLog	29 May 2008 16:40:05 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/wxpython
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.87 2008/03/21 01:56:37 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.88 2008/05/29 16:40:05 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
+  wxpython-2.8.7.1.ebuild:
+  Fix python_mod_optimize usage.
 
   21 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
   wxpython-2.8.7.1.ebuild:



1.11                 dev-python/wxpython/wxpython-2.8.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?r1=1.10&r2=1.11

Index: wxpython-2.8.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wxpython-2.8.7.1.ebuild	21 Mar 2008 01:56:37 -0000	1.10
+++ wxpython-2.8.7.1.ebuild	29 May 2008 16:40:05 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.10 2008/03/21 01:56:37 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.11 2008/05/29 16:40:05 hawking Exp $
 
 EAPI="1"
 WX_GTK_VER="2.8"
@@ -91,10 +91,10 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize
-
 	local site_pkgs=/usr/$(get_libdir)/python${PYVER}/site-packages
 
+	python_mod_optimize ${site_pkgs}
+
 	alternatives_auto_makesym \
 		"${site_pkgs}/wx.pth" "${site_pkgs}/wx.pth-[0-9].[0-9]"
 	alternatives_auto_makesym \



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-29 16:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 16:40 Ali Polatel (hawking) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-21  1:56 [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.6.4.0-r1.ebuild ChangeLog wxpython-2.8.7.1.ebuild Ryan Hill (dirtyepic)
2008-03-17 12:39 Peter Volkov (pva)
2008-03-16 14:27 Ryan Hill (dirtyepic)
2008-01-29 19:25 Gysbert Wassenaar (nixnut)
2008-01-28 18:32 Jeroen Roovers (jer)
2008-01-27 19:00 Raul Porcel (armin76)
2008-01-27 15:20 Brent Baude (ranger)

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=E1K1lAc-0006wm-5v@stork.gentoo.org \
    --to=hawking@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