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 ChangeLog
Date: Fri, 11 Jan 2008 19:42:48
Message-Id: E1JDPm8-0007d8-El@stork.gentoo.org
1 cardoe 08/01/11 19:42:44
2
3 Modified: pyxplot-0.6.3.ebuild pyxplot-0.6.3.1.ebuild
4 ChangeLog
5 Log:
6 Fix ${ROOT} issues
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pyxplot-0.6.3.ebuild 11 Oct 2007 15:21:51 -0000 1.2
23 +++ pyxplot-0.6.3.ebuild 11 Jan 2008 19:42:43 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.2 2007/10/11 15:21:51 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.3 2008/01/11 19:42:43 cardoe Exp $
30
31 inherit eutils python
32
33 @@ -71,9 +71,9 @@
34 }
35
36 pkg_postinst() {
37 - python_mod_optimize "${ROOT}"/usr/share/${PN}
38 + python_mod_optimize /usr/share/${PN}
39 }
40
41 pkg_postrm() {
42 - python_mod_cleanup "${ROOT}"/usr/share/${PN}
43 + python_mod_cleanup /usr/share/${PN}
44 }
45
46
47
48 1.2 sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.2&view=markup
51 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
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.1&r2=1.2
53
54 Index: pyxplot-0.6.3.1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- pyxplot-0.6.3.1.ebuild 11 Oct 2007 15:21:51 -0000 1.1
61 +++ pyxplot-0.6.3.1.ebuild 11 Jan 2008 19:42:43 -0000 1.2
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $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 $
67 +# $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 $
68
69 inherit eutils python
70
71 @@ -71,9 +71,9 @@
72 }
73
74 pkg_postinst() {
75 - python_mod_optimize "${ROOT}"/usr/share/${PN}
76 + python_mod_optimize /usr/share/${PN}
77 }
78
79 pkg_postrm() {
80 - python_mod_cleanup "${ROOT}"/usr/share/${PN}
81 + python_mod_cleanup /usr/share/${PN}
82 }
83
84
85
86 1.7 sci-visualization/pyxplot/ChangeLog
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.7&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.7&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?r1=1.6&r2=1.7
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v
95 retrieving revision 1.6
96 retrieving revision 1.7
97 diff -u -r1.6 -r1.7
98 --- ChangeLog 11 Oct 2007 15:21:51 -0000 1.6
99 +++ ChangeLog 11 Jan 2008 19:42:43 -0000 1.7
100 @@ -1,6 +1,10 @@
101 # ChangeLog for sci-visualization/pyxplot
102 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.6 2007/10/11 15:21:51 bicatali Exp $
104 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
105 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.7 2008/01/11 19:42:43 cardoe Exp $
106 +
107 + 11 Jan 2008; Doug Klima <cardoe@g.o> pyxplot-0.6.3.ebuild,
108 + pyxplot-0.6.3.1.ebuild:
109 + Fix ${ROOT} issues
110
111 *pyxplot-0.6.3.1 (11 Oct 2007)
112
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list