public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/arp-warp-bin: arp-warp-bin-7.1.ebuild
@ 2010-04-22 22:36 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-22 22:36 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/22 22:36:55

  Modified:             arp-warp-bin-7.1.ebuild
  Log:
  Fix calls to python_mod_optimize() and python_mod_cleanup().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild?r1=1.2&r2=1.3

Index: arp-warp-bin-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arp-warp-bin-7.1.ebuild	22 Apr 2010 20:03:33 -0000	1.2
+++ arp-warp-bin-7.1.ebuild	22 Apr 2010 22:36:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild,v 1.2 2010/04/22 20:03:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/arp-warp-bin/arp-warp-bin-7.1.ebuild,v 1.3 2010/04/22 22:36:54 arfrever Exp $
 
 EAPI="3"
 
@@ -72,7 +72,7 @@
 
 pkg_postinst(){
 	python_need_rebuild
-	python_mod_optimize "${EROOT}"/opt/${PN}/byte-code/python-${PYVER}
+	python_mod_optimize /opt/${PN}/byte-code/python-${PYVER}
 
 	testcommand=$(echo 3 2 | awk '{printf"%3.1f",$1/$2}')
 	if [ $testcommand == "1,5" ];then
@@ -94,5 +94,5 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${EROOT}"/opt/${PN}/byte-code/python-${PYVER}
+	python_mod_cleanup /opt/${PN}/byte-code/python-${PYVER}
 }






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

only message in thread, other threads:[~2010-04-22 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 22:36 [gentoo-commits] gentoo-x86 commit in sci-chemistry/arp-warp-bin: arp-warp-bin-7.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

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