Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/pyxplot: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
Date: Fri, 11 Jan 2008 20:15:59
Message-Id: E1JDQIG-00087s-ES@stork.gentoo.org
1 cardoe 08/01/11 20:15:56
2
3 Modified: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
4 Log:
5 Fix ${ROOT} issues
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.4 sci-visualization/pyxplot/pyxplot-0.6.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?r1=1.3&r2=1.4
14
15 Index: pyxplot-0.6.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pyxplot-0.6.3.ebuild 11 Jan 2008 19:42:43 -0000 1.3
22 +++ pyxplot-0.6.3.ebuild 11 Jan 2008 20:15:55 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.3 2008/01/11 19:42:43 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.4 2008/01/11 20:15:55 cardoe Exp $
28
29 inherit eutils python
30
31 @@ -71,9 +71,9 @@
32 }
33
34 pkg_postinst() {
35 - python_mod_optimize /usr/share/${PN}
36 + python_mod_optimize "${ROOT}/usr/share/${PN}"
37 }
38
39 pkg_postrm() {
40 - python_mod_cleanup /usr/share/${PN}
41 + python_mod_cleanup "${ROOT}/usr/share/${PN}"
42 }
43
44
45
46 1.3 sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.2&r2=1.3
51
52 Index: pyxplot-0.6.3.1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- pyxplot-0.6.3.1.ebuild 11 Jan 2008 19:42:43 -0000 1.2
59 +++ pyxplot-0.6.3.1.ebuild 11 Jan 2008 20:15:55 -0000 1.3
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $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 $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.3 2008/01/11 20:15:55 cardoe Exp $
65
66 inherit eutils python
67
68 @@ -71,9 +71,9 @@
69 }
70
71 pkg_postinst() {
72 - python_mod_optimize /usr/share/${PN}
73 + python_mod_optimize "${ROOT}/usr/share/${PN}"
74 }
75
76 pkg_postrm() {
77 - python_mod_cleanup /usr/share/${PN}
78 + python_mod_cleanup "${ROOT}/usr/share/${PN}"
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list