Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.6.ebuild mpich2-1.0.3-r1.ebuild
Date: Thu, 29 May 2008 18:07:16
Message-Id: E1K1mWs-0001LP-P0@stork.gentoo.org
1 hawking 08/05/29 18:07:10
2
3 Modified: ChangeLog mpich2-1.0.6.ebuild
4 mpich2-1.0.3-r1.ebuild
5 Log:
6 python_mod_{cleanup,optimize} are ROOT aware. Remove redundant python_version from pkg_*
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.29 sys-cluster/mpich2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 9 May 2008 13:27:27 -0000 1.28
23 +++ ChangeLog 29 May 2008 18:07:10 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-cluster/mpich2
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.28 2008/05/09 13:27:27 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.29 2008/05/29 18:07:10 hawking Exp $
29 +
30 + 29 May 2008; Ali Polatel <hawking@g.o> mpich2-1.0.3-r1.ebuild,
31 + mpich2-1.0.6.ebuild:
32 + python_mod_{cleanup,optimize} are ROOT aware. Remove redundant
33 + python_version from pkg_*
34
35 09 May 2008; Markus Dittrich <markusle@g.o>
36 files/mpich2-1.0.6-fPIC.patch:
37
38
39
40 1.6 sys-cluster/mpich2/mpich2-1.0.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?r1=1.5&r2=1.6
45
46 Index: mpich2-1.0.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- mpich2-1.0.6.ebuild 15 Mar 2008 05:25:24 -0000 1.5
53 +++ mpich2-1.0.6.ebuild 29 May 2008 18:07:10 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v 1.5 2008/03/15 05:25:24 nerdboy Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v 1.6 2008/05/29 18:07:10 hawking Exp $
59
60 WANT_AUTOCONF="2.5"
61 inherit autotools distutils eutils flag-o-matic fortran java-pkg-2
62 @@ -317,8 +317,7 @@
63 }
64
65 pkg_postinst() {
66 - python_version
67 - python_mod_optimize "${ROOT}"usr/bin
68 + python_mod_optimize /usr/bin
69
70 elog ""
71 elog "Several specific options are left set to default values; if"
72 @@ -349,7 +348,6 @@
73 }
74
75 pkg_postrm() {
76 - python_version
77 python_mod_cleanup
78 }
79
80
81
82
83 1.11 sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild?rev=1.11&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild?rev=1.11&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild?r1=1.10&r2=1.11
88
89 Index: mpich2-1.0.3-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v
92 retrieving revision 1.10
93 retrieving revision 1.11
94 diff -u -r1.10 -r1.11
95 --- mpich2-1.0.3-r1.ebuild 22 Mar 2008 00:56:29 -0000 1.10
96 +++ mpich2-1.0.3-r1.ebuild 29 May 2008 18:07:10 -0000 1.11
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.10 2008/03/22 00:56:29 nerdboy Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.11 2008/05/29 18:07:10 hawking Exp $
102
103 WANT_AUTOCONF="2.5"
104 inherit fortran distutils eutils autotools toolchain-funcs
105 @@ -199,8 +199,7 @@
106 }
107
108 pkg_postinst() {
109 - python_version
110 - python_mod_optimize "${ROOT}"usr/bin
111 + python_mod_optimize /usr/bin
112
113 elog
114 elog "Note: this package still needs testing with other Fortran90"
115 @@ -214,6 +213,5 @@
116 }
117
118 pkg_postrm() {
119 - python_version
120 python_mod_cleanup
121 }
122
123
124
125 --
126 gentoo-commits@l.g.o mailing list