Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
Date: Thu, 02 Apr 2009 18:35:48
Message-Id: E1LpRlS-0006XL-0r@stork.gentoo.org
1 jsbronder 09/04/02 18:35:46
2
3 Modified: ChangeLog mpich2-1.0.8.ebuild
4 Log:
5 Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.35 sys-cluster/mpich2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 12 Feb 2009 03:05:39 -0000 1.34
22 +++ ChangeLog 2 Apr 2009 18:35:45 -0000 1.35
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-cluster/mpich2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.34 2009/02/12 03:05:39 jsbronder Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.35 2009/04/02 18:35:45 jsbronder Exp $
28 +
29 + 02 Apr 2009; Justin Bronder <jsbronder@g.o> mpich2-1.0.8.ebuild:
30 + Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/
31
32 12 Feb 2009; Justin Bronder <jsbronder@g.o>
33 +files/mpich2-1.0.8-pkgconfig.patch, mpich2-1.0.8.ebuild:
34
35
36
37 1.5 sys-cluster/mpich2/mpich2-1.0.8.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.4&r2=1.5
42
43 Index: mpich2-1.0.8.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- mpich2-1.0.8.ebuild 12 Feb 2009 03:05:39 -0000 1.4
50 +++ mpich2-1.0.8.ebuild 2 Apr 2009 18:35:45 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.4 2009/02/12 03:05:39 jsbronder Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.5 2009/04/02 18:35:45 jsbronder Exp $
56
57 EAPI=1
58 inherit python eutils fortran
59 @@ -193,6 +193,8 @@
60 sed -i "s,@MPD_CONF_FILE_DIR@,${MPD_CONF_FILE_DIR}," \
61 "${T}"/${PN}.envd
62
63 + ln -s ../$(get_libdir)/python${PYVER}/site-packages/mpich2/mpdgdbdrv.py \
64 + "${D}"/usr/bin/mpdgdbdrv.py
65 newenvd "${FILESDIR}"/${PN}.envd 25mpich2
66 }