Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@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 ChangeLog
Date: Thu, 29 May 2008 17:56:49
Message-Id: E1K1mMY-0004ZW-DH@stork.gentoo.org
1 hawking 08/05/29 17:56:30
2
3 Modified: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
4 ChangeLog
5 Log:
6 python_mod_{cleanup,optimize} are ROOT aware.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.5 sci-visualization/pyxplot/pyxplot-0.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?r1=1.4&r2=1.5
15
16 Index: pyxplot-0.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pyxplot-0.6.3.ebuild 11 Jan 2008 20:15:55 -0000 1.4
23 +++ pyxplot-0.6.3.ebuild 29 May 2008 17:56:29 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.5 2008/05/29 17:56:29 hawking Exp $
29
30 inherit eutils python
31
32 @@ -71,9 +71,9 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize "${ROOT}/usr/share/${PN}"
37 + python_mod_optimize /usr/share/${PN}
38 }
39
40 pkg_postrm() {
41 - python_mod_cleanup "${ROOT}/usr/share/${PN}"
42 + python_mod_cleanup /usr/share/${PN}
43 }
44
45
46
47 1.5 sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.5&view=markup
50 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
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.4&r2=1.5
52
53 Index: pyxplot-0.6.3.1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- pyxplot-0.6.3.1.ebuild 14 May 2008 17:21:42 -0000 1.4
60 +++ pyxplot-0.6.3.1.ebuild 29 May 2008 17:56:29 -0000 1.5
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $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 $
65 +# $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 $
66
67 inherit eutils python
68
69 @@ -69,9 +69,9 @@
70 }
71
72 pkg_postinst() {
73 - python_mod_optimize "${ROOT}/usr/share/${PN}"
74 + python_mod_optimize /usr/share/${PN}
75 }
76
77 pkg_postrm() {
78 - python_mod_cleanup "${ROOT}/usr/share/${PN}"
79 + python_mod_cleanup /usr/share/${PN}
80 }
81
82
83
84 1.9 sci-visualization/pyxplot/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.9&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.9&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?r1=1.8&r2=1.9
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v
93 retrieving revision 1.8
94 retrieving revision 1.9
95 diff -u -r1.8 -r1.9
96 --- ChangeLog 14 May 2008 17:21:42 -0000 1.8
97 +++ ChangeLog 29 May 2008 17:56:29 -0000 1.9
98 @@ -1,6 +1,10 @@
99 # ChangeLog for sci-visualization/pyxplot
100 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.8 2008/05/14 17:21:42 grozin Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.9 2008/05/29 17:56:29 hawking Exp $
103 +
104 + 29 May 2008; Ali Polatel <hawking@g.o> pyxplot-0.6.3.ebuild,
105 + pyxplot-0.6.3.1.ebuild:
106 + python_mod_{cleanup,optimize} are ROOT aware.
107
108 15 May 2008; Andrey Grozin <grozin@g.o> pyxplot-0.6.3.1.ebuild:
109 Set VARTEXFONTS (bug #221921)
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list