public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pycairo: pycairo-1.2.2.ebuild pycairo-1.2.6.ebuild ChangeLog
@ 2008-05-29 16:24 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-05-29 16:24 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/29 16:24:40

  Modified:             pycairo-1.2.2.ebuild pycairo-1.2.6.ebuild ChangeLog
  Log:
  python_mod_optimize is ROOT aware.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.14                 dev-python/pycairo/pycairo-1.2.2.ebuild

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

Index: pycairo-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pycairo-1.2.2.ebuild	30 Jun 2007 20:42:34 -0000	1.13
+++ pycairo-1.2.2.ebuild	29 May 2008 16:24:40 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.2.ebuild,v 1.13 2007/06/30 20:42:34 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.2.ebuild,v 1.14 2008/05/29 16:24:40 hawking Exp $
 
 NEED_PYTHON=2.3
 WANT_AUTOCONF=latest
@@ -56,7 +56,8 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/cairo
+	python_version
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/cairo
 }
 
 pkg_postrm() {



1.7                  dev-python/pycairo/pycairo-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild?r1=1.6&r2=1.7

Index: pycairo-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pycairo-1.2.6.ebuild	10 Mar 2008 05:04:17 -0000	1.6
+++ pycairo-1.2.6.ebuild	29 May 2008 16:24:40 -0000	1.7
@@ -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/pycairo/pycairo-1.2.6.ebuild,v 1.6 2008/03/10 05:04:17 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild,v 1.7 2008/05/29 16:24:40 hawking Exp $
 
 NEED_PYTHON=2.3
 WANT_AUTOCONF=latest
@@ -56,7 +56,8 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/cairo
+	python_version
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/cairo
 }
 
 pkg_postrm() {



1.55                 dev-python/pycairo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	12 May 2008 14:29:03 -0000	1.54
+++ ChangeLog	29 May 2008 16:24:40 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pycairo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.54 2008/05/12 14:29:03 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.55 2008/05/29 16:24:40 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> pycairo-1.2.2.ebuild,
+  pycairo-1.2.6.ebuild:
+  python_mod_optimize is ROOT aware.
 
   12 May 2008; Markus Rothe <corsair@gentoo.org> pycairo-1.4.12.ebuild:
   Stable on ppc64



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-29 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 16:24 [gentoo-commits] gentoo-x86 commit in dev-python/pycairo: pycairo-1.2.2.ebuild pycairo-1.2.6.ebuild ChangeLog Ali Polatel (hawking)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox