public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/pyxplot: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild ChangeLog
@ 2008-01-11 19:42 Doug Klima (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Klima (cardoe) @ 2008-01-11 19:42 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/01/11 19:42:44

  Modified:             pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
                        ChangeLog
  Log:
  Fix ${ROOT} issues
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.3                  sci-visualization/pyxplot/pyxplot-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?r1=1.2&r2=1.3

Index: pyxplot-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxplot-0.6.3.ebuild	11 Oct 2007 15:21:51 -0000	1.2
+++ pyxplot-0.6.3.ebuild	11 Jan 2008 19:42:43 -0000	1.3
@@ -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/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.2 2007/10/11 15:21:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.3 2008/01/11 19:42:43 cardoe Exp $
 
 inherit eutils python
 
@@ -71,9 +71,9 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}"/usr/share/${PN}
+	python_mod_optimize /usr/share/${PN}
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}"/usr/share/${PN}
+	python_mod_cleanup /usr/share/${PN}
 }



1.2                  sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.1&r2=1.2

Index: pyxplot-0.6.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyxplot-0.6.3.1.ebuild	11 Oct 2007 15:21:51 -0000	1.1
+++ pyxplot-0.6.3.1.ebuild	11 Jan 2008 19:42:43 -0000	1.2
@@ -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/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.1 2007/10/11 15:21:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.2 2008/01/11 19:42:43 cardoe Exp $
 
 inherit eutils python
 
@@ -71,9 +71,9 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}"/usr/share/${PN}
+	python_mod_optimize /usr/share/${PN}
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}"/usr/share/${PN}
+	python_mod_cleanup /usr/share/${PN}
 }



1.7                  sci-visualization/pyxplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Oct 2007 15:21:51 -0000	1.6
+++ ChangeLog	11 Jan 2008 19:42:43 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/pyxplot
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.6 2007/10/11 15:21:51 bicatali Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.7 2008/01/11 19:42:43 cardoe Exp $
+
+  11 Jan 2008; Doug Klima <cardoe@gentoo.org> pyxplot-0.6.3.ebuild,
+  pyxplot-0.6.3.1.ebuild:
+  Fix ${ROOT} issues
 
 *pyxplot-0.6.3.1 (11 Oct 2007)
 



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-visualization/pyxplot: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild ChangeLog
@ 2008-05-29 17:56 Ali Polatel (hawking)
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-29 17:56 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/29 17:56:30

  Modified:             pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
                        ChangeLog
  Log:
  python_mod_{cleanup,optimize} are ROOT aware.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.5                  sci-visualization/pyxplot/pyxplot-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?r1=1.4&r2=1.5

Index: pyxplot-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyxplot-0.6.3.ebuild	11 Jan 2008 20:15:55 -0000	1.4
+++ pyxplot-0.6.3.ebuild	29 May 2008 17:56:29 -0000	1.5
@@ -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/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.4 2008/01/11 20:15:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.5 2008/05/29 17:56:29 hawking Exp $
 
 inherit eutils python
 
@@ -71,9 +71,9 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}/usr/share/${PN}"
+	python_mod_optimize /usr/share/${PN}
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}/usr/share/${PN}"
+	python_mod_cleanup /usr/share/${PN}
 }



1.5                  sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.4&r2=1.5

Index: pyxplot-0.6.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyxplot-0.6.3.1.ebuild	14 May 2008 17:21:42 -0000	1.4
+++ pyxplot-0.6.3.1.ebuild	29 May 2008 17:56:29 -0000	1.5
@@ -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/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.4 2008/05/14 17:21:42 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.5 2008/05/29 17:56:29 hawking Exp $
 
 inherit eutils python
 
@@ -69,9 +69,9 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}/usr/share/${PN}"
+	python_mod_optimize /usr/share/${PN}
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}/usr/share/${PN}"
+	python_mod_cleanup /usr/share/${PN}
 }



1.9                  sci-visualization/pyxplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 May 2008 17:21:42 -0000	1.8
+++ ChangeLog	29 May 2008 17:56:29 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/pyxplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.8 2008/05/14 17:21:42 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.9 2008/05/29 17:56:29 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> pyxplot-0.6.3.ebuild,
+  pyxplot-0.6.3.1.ebuild:
+  python_mod_{cleanup,optimize} are ROOT aware.
 
   15 May 2008; Andrey Grozin <grozin@gentoo.org> pyxplot-0.6.3.1.ebuild:
   Set VARTEXFONTS (bug #221921)



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-29 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 17:56 [gentoo-commits] gentoo-x86 commit in sci-visualization/pyxplot: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild ChangeLog Ali Polatel (hawking)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-11 19:42 Doug Klima (cardoe)

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