public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-01-21 18:56 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-01-21 18:56 UTC (permalink / raw
  To: gentoo-commits

jsbronder    09/01/21 18:56:27

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  sys-cluster/mpich-1.0.8 bugfixes, no revbump.  Fix some doc file locations (#255748).  Fix sandbox errors (254167).
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	18 Jan 2009 21:54:59 -0000	1.32
+++ ChangeLog	21 Jan 2009 18:56:27 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.32 2009/01/18 21:54:59 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.33 2009/01/21 18:56:27 jsbronder Exp $
+
+  21 Jan 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
+  sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations
+  (#255748). Fix sandbox errors (254167).
 
 *mpich2-1.0.8 (18 Jan 2009)
 



1.3                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.2&r2=1.3

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpich2-1.0.8.ebuild	19 Jan 2009 00:27:59 -0000	1.2
+++ mpich2-1.0.8.ebuild	21 Jan 2009 18:56:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.2 2009/01/19 00:27:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.3 2009/01/21 18:56:27 jsbronder Exp $
 
 EAPI=1
 inherit python eutils fortran
@@ -84,6 +84,9 @@
 		-e "s,@MPIEXEC@,${S}/bin/mpiexec,g" \
 		$(find ./test/ -name 'Makefile.in') || die
 
+	# 254167, I'm pretty sure they meant srcdir in the path to remove files.
+	sed -i 's:scrdir:srcdir:g' "${S}"/src/pm/mpd/Makefile.in || die
+
 	if ! use romio; then
 		# These tests in errhan/ rely on MPI::File ...which is in romio
 		echo "" > test/mpi/errors/cxx/errhan/testlist
@@ -127,6 +130,7 @@
 
 	c="${c} --sysconfdir=/etc/${PN}"
 	econf ${c} ${romio_conf} \
+		--docdir=/usr/share/doc/${PF} \
 		--with-pm=mpd:gforker \
 		--disable-mpe \
 		$(use_enable romio) \






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-02-12  3:05 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-02-12  3:05 UTC (permalink / raw
  To: gentoo-commits

jsbronder    09/02/12 03:05:39

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  Fix the mpich2 pkgconfig file, #257921.  Mark patchses to be sent upstream.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	21 Jan 2009 18:56:27 -0000	1.33
+++ ChangeLog	12 Feb 2009 03:05:39 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.33 2009/01/21 18:56:27 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.34 2009/02/12 03:05:39 jsbronder Exp $
+
+  12 Feb 2009; Justin Bronder <jsbronder@gentoo.org>
+  +files/mpich2-1.0.8-pkgconfig.patch, mpich2-1.0.8.ebuild:
+  Fix the mpich2 pkgconfig file, #257921. Mark patchses to be sent upstream.
 
   21 Jan 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
   sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations



1.4                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.3&r2=1.4

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpich2-1.0.8.ebuild	21 Jan 2009 18:56:27 -0000	1.3
+++ mpich2-1.0.8.ebuild	12 Feb 2009 03:05:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.3 2009/01/21 18:56:27 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.4 2009/02/12 03:05:39 jsbronder Exp $
 
 EAPI=1
 inherit python eutils fortran
@@ -71,9 +71,11 @@
 	epatch "${FILESDIR}"/${P}-site-packages-py.patch
 
 	# Respect the env var MPD_CONF_FILE
+	# TODO:  Send upstream
 	epatch "${FILESDIR}"/${P}-mpdconf-env.patch
 
 	# Fix gforker instal-alt
+	# TODO:  Send upstream
 	epatch "${FILESDIR}"/${P}-gforker-install-alt-fix.patch
 
 	# We need f90 to include the directory with mods, and to
@@ -85,8 +87,13 @@
 		$(find ./test/ -name 'Makefile.in') || die
 
 	# 254167, I'm pretty sure they meant srcdir in the path to remove files.
+	# TODO:  Send upstream
 	sed -i 's:scrdir:srcdir:g' "${S}"/src/pm/mpd/Makefile.in || die
 
+	# #257821, fix the pkgconfig file.
+	# TODO:  Send upstream
+	epatch "${FILESDIR}"/${P}-pkgconfig.patch
+
 	if ! use romio; then
 		# These tests in errhan/ rely on MPI::File ...which is in romio
 		echo "" > test/mpi/errors/cxx/errhan/testlist






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-04-02 18:35 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-04-02 18:35 UTC (permalink / raw
  To: gentoo-commits

jsbronder    09/04/02 18:35:46

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	12 Feb 2009 03:05:39 -0000	1.34
+++ ChangeLog	2 Apr 2009 18:35:45 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.34 2009/02/12 03:05:39 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.35 2009/04/02 18:35:45 jsbronder Exp $
+
+  02 Apr 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
+  Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/
 
   12 Feb 2009; Justin Bronder <jsbronder@gentoo.org>
   +files/mpich2-1.0.8-pkgconfig.patch, mpich2-1.0.8.ebuild:



1.5                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.4&r2=1.5

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpich2-1.0.8.ebuild	12 Feb 2009 03:05:39 -0000	1.4
+++ mpich2-1.0.8.ebuild	2 Apr 2009 18:35:45 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.4 2009/02/12 03:05:39 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.5 2009/04/02 18:35:45 jsbronder Exp $
 
 EAPI=1
 inherit python eutils fortran
@@ -193,6 +193,8 @@
 	sed -i "s,@MPD_CONF_FILE_DIR@,${MPD_CONF_FILE_DIR}," \
 		"${T}"/${PN}.envd
 
+	ln -s ../$(get_libdir)/python${PYVER}/site-packages/mpich2/mpdgdbdrv.py \
+		"${D}"/usr/bin/mpdgdbdrv.py
 	newenvd "${FILESDIR}"/${PN}.envd 25mpich2
 }
 






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-04-18  7:41 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-04-18  7:41 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/04/18 07:41:27

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  ppc stable #266409
  (Portage version: 2.1.6.11/cvs/Linux ppc)

Revision  Changes    Path
1.36                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	2 Apr 2009 18:35:45 -0000	1.35
+++ ChangeLog	18 Apr 2009 07:41:27 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.35 2009/04/02 18:35:45 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.36 2009/04/18 07:41:27 nixnut Exp $
+
+  18 Apr 2009; nixnut <nixnut@gentoo.org> mpich2-1.0.8.ebuild:
+  ppc stable #266409
 
   02 Apr 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
   Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/



1.6                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.5&r2=1.6

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mpich2-1.0.8.ebuild	2 Apr 2009 18:35:45 -0000	1.5
+++ mpich2-1.0.8.ebuild	18 Apr 2009 07:41:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.5 2009/04/02 18:35:45 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.6 2009/04/18 07:41:27 nixnut Exp $
 
 EAPI=1
 inherit python eutils fortran
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="+cxx debug doc fortran pvfs2 threads romio mpi-threads"
 
 COMMON_DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-05-02 12:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-02 12:46 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/02 12:46:50

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  x86 stable wrt #266409
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.37                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	18 Apr 2009 07:41:27 -0000	1.36
+++ ChangeLog	2 May 2009 12:46:50 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.36 2009/04/18 07:41:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.37 2009/05/02 12:46:50 armin76 Exp $
+
+  02 May 2009; Raúl Porcel <armin76@gentoo.org> mpich2-1.0.8.ebuild:
+  x86 stable wrt #266409
 
   18 Apr 2009; nixnut <nixnut@gentoo.org> mpich2-1.0.8.ebuild:
   ppc stable #266409



1.7                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.6&r2=1.7

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpich2-1.0.8.ebuild	18 Apr 2009 07:41:27 -0000	1.6
+++ mpich2-1.0.8.ebuild	2 May 2009 12:46:50 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.6 2009/04/18 07:41:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.7 2009/05/02 12:46:50 armin76 Exp $
 
 EAPI=1
 inherit python eutils fortran
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 x86"
 IUSE="+cxx debug doc fortran pvfs2 threads romio mpi-threads"
 
 COMMON_DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-06-13 18:57 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-06-13 18:57 UTC (permalink / raw
  To: gentoo-commits

jsbronder    09/06/13 18:57:52

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  Patch mpd to detect python2.6, #269856
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	2 May 2009 12:46:50 -0000	1.37
+++ ChangeLog	13 Jun 2009 18:57:52 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.37 2009/05/02 12:46:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.38 2009/06/13 18:57:52 jsbronder Exp $
+
+  13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild,
+  +files/mpich2-1.0.8-py26.patch:
+  Patch mpd to detect python2.6, #269856
 
   02 May 2009; Raúl Porcel <armin76@gentoo.org> mpich2-1.0.8.ebuild:
   x86 stable wrt #266409



1.8                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.7&r2=1.8

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpich2-1.0.8.ebuild	2 May 2009 12:46:50 -0000	1.7
+++ mpich2-1.0.8.ebuild	13 Jun 2009 18:57:52 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.7 2009/05/02 12:46:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.8 2009/06/13 18:57:52 jsbronder Exp $
 
 EAPI=1
-inherit python eutils fortran
+inherit python eutils fortran autotools
 
 DESCRIPTION="MPICH2 - A portable MPI implementation"
 HOMEPAGE="http://www-unix.mcs.anl.gov/mpi/mpich2"
@@ -98,6 +98,14 @@
 		# These tests in errhan/ rely on MPI::File ...which is in romio
 		echo "" > test/mpi/errors/cxx/errhan/testlist
 	fi
+
+	# #269856, detect python 2.6
+	# TODO:  Send upstream
+	epatch "${FILESDIR}"/${P}-py26.patch
+	pushd "${S}"/src/pm/mpd >/dev/null || die "Missing src/pm/mpd"
+	cat aclocal_mpd.m4 "${S}"/confdb/aclocal_subcfg.m4 > aclocal.m4
+	AT_M4DIR=${S}/confdb eautoreconf
+	popd >/dev/null
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-07-05 14:45 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-07-05 14:45 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/05 14:45:01

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  amd64 stable, bug #266409
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	13 Jun 2009 18:57:52 -0000	1.38
+++ ChangeLog	5 Jul 2009 14:45:01 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.38 2009/06/13 18:57:52 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.39 2009/07/05 14:45:01 maekke Exp $
+
+  05 Jul 2009; Markus Meier <maekke@gentoo.org> mpich2-1.0.8.ebuild:
+  amd64 stable, bug #266409
 
   13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild,
   +files/mpich2-1.0.8-py26.patch:



1.9                  sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.8&r2=1.9

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpich2-1.0.8.ebuild	13 Jun 2009 18:57:52 -0000	1.8
+++ mpich2-1.0.8.ebuild	5 Jul 2009 14:45:01 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.8 2009/06/13 18:57:52 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.9 2009/07/05 14:45:01 maekke Exp $
 
 EAPI=1
 inherit python eutils fortran autotools
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="+cxx debug doc fortran pvfs2 threads romio mpi-threads"
 
 COMMON_DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-09-15 16:25 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-09-15 16:25 UTC (permalink / raw
  To: gentoo-commits

jsbronder    09/09/15 16:25:16

  Modified:             ChangeLog
  Added:                mpich2-1.0.8.ebuild
  Log:
  Adding mpich2-1.0.8 back to the tree.
  (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.42                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Sep 2009 15:05:04 -0000	1.41
+++ ChangeLog	15 Sep 2009 16:25:16 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.41 2009/09/15 15:05:04 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.42 2009/09/15 16:25:16 jsbronder Exp $
+
+  15 Sep 2009; Justin Bronder <jsbronder@gentoo.org> +mpich2-1.0.8.ebuild:
+  Adding mpich2-1.0.8 back to the tree.
 
   05 Jul 2009; Markus Meier <maekke@gentoo.org> mpich2-1.0.8.ebuild:
   amd64 stable, bug #266409



1.11                 sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.10&r2=1.11







^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2009-12-31 17:12 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-12-31 17:12 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/31 17:12:04

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  Marking mpich2-1.0.8 ppc64 for bug 266409
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.48                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	4 Dec 2009 16:50:06 -0000	1.47
+++ ChangeLog	31 Dec 2009 17:12:04 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.47 2009/12/04 16:50:06 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.48 2009/12/31 17:12:04 ranger Exp $
+
+  31 Dec 2009; Brent Baude <ranger@gentoo.org> mpich2-1.0.8.ebuild:
+  Marking mpich2-1.0.8 ppc64 for bug 266409
 
 *mpich2-1.2.1 (04 Dec 2009)
 



1.13                 sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.12&r2=1.13

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mpich2-1.0.8.ebuild	24 Nov 2009 21:37:22 -0000	1.12
+++ mpich2-1.0.8.ebuild	31 Dec 2009 17:12:04 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.12 2009/11/24 21:37:22 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.13 2009/12/31 17:12:04 ranger Exp $
 
 EAPI=1
 inherit python eutils fortran autotools
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="+cxx debug doc fortran pvfs2 threads romio mpi-threads"
 
 COMMON_DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
@ 2010-06-14 21:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 10+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-14 21:44 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/14 21:44:05

  Modified:             ChangeLog mpich2-1.0.8.ebuild
  Log:
  Delete call to deprecated python_version() (bug #316937).
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sys-cluster/mpich2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Mar 2010 18:09:44 -0000	1.51
+++ ChangeLog	14 Jun 2010 21:44:05 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/mpich2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.51 2010/03/14 18:09:44 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.52 2010/06/14 21:44:05 arfrever Exp $
+
+  14 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  mpich2-1.0.8.ebuild:
+  Delete call to deprecated python_version() (bug #316937).
 
   14 Mar 2010; Justin Bronder <jsbronder@gentoo.org> mpich2-1.2.1_p1.ebuild:
   Add hydra pm, #309353



1.14                 sys-cluster/mpich2/mpich2-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.13&r2=1.14

Index: mpich2-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mpich2-1.0.8.ebuild	31 Dec 2009 17:12:04 -0000	1.13
+++ mpich2-1.0.8.ebuild	14 Jun 2010 21:44:05 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.13 2009/12/31 17:12:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.14 2010/06/14 21:44:05 arfrever Exp $
 
 EAPI=1
 inherit python eutils fortran autotools
@@ -49,7 +49,6 @@
 	fi
 
 	MPD_CONF_FILE_DIR=/etc/${PN}
-	python_version
 }
 
 src_unpack() {
@@ -201,7 +200,7 @@
 	sed -i "s,@MPD_CONF_FILE_DIR@,${MPD_CONF_FILE_DIR}," \
 		"${T}"/${PN}.envd
 
-	ln -s ../$(get_libdir)/python${PYVER}/site-packages/mpich2/mpdgdbdrv.py \
+	ln -s ../$(get_libdir)/python$(python_get_version)/site-packages/mpich2/mpdgdbdrv.py \
 		"${D}"/usr/bin/mpdgdbdrv.py
 	newenvd "${FILESDIR}"/${PN}.envd 25mpich2
 }
@@ -211,7 +210,7 @@
 	chown root:root "${ROOT}"${MPD_CONF_FILE_DIR}/mpd.conf
 	chmod 600 "${ROOT}"${MPD_CONF_FILE_DIR}/mpd.conf
 
-	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+	python_mod_optimize $(python_get_sitedir)/${PN}
 	elog ""
 	elog "MPE2 has been removed from this ebuild and now stands alone"
 	elog "as sys-cluster/mpe2."
@@ -219,5 +218,5 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+	python_mod_cleanup $(python_get_sitedir)/${PN}
 }






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-06-14 21:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15 16:25 [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild Justin Bronder (jsbronder)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-14 21:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-31 17:12 Brent Baude (ranger)
2009-07-05 14:45 Markus Meier (maekke)
2009-06-13 18:57 Justin Bronder (jsbronder)
2009-05-02 12:46 Raul Porcel (armin76)
2009-04-18  7:41 Gysbert Wassenaar (nixnut)
2009-04-02 18:35 Justin Bronder (jsbronder)
2009-02-12  3:05 Justin Bronder (jsbronder)
2009-01-21 18:56 Justin Bronder (jsbronder)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox