summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 18:07:10 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 18:07:10 +0000
commitb29f15deb06685f99cee2551448ac2e1e4766296 (patch)
tree6ba2214fcb153375a4bbfaa83885753752274032 /sys-cluster
parentpython_mod_{cleanup,optimize} is ROOT aware. Remove redundant python_version ... (diff)
downloadgentoo-2-b29f15deb06685f99cee2551448ac2e1e4766296.tar.gz
gentoo-2-b29f15deb06685f99cee2551448ac2e1e4766296.tar.bz2
gentoo-2-b29f15deb06685f99cee2551448ac2e1e4766296.zip
python_mod_{cleanup,optimize} are ROOT aware. Remove redundant python_version from pkg_*
(Portage version: 2.1.5.2)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/mpich2/ChangeLog7
-rw-r--r--sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild6
-rw-r--r--sys-cluster/mpich2/mpich2-1.0.6.ebuild6
3 files changed, 10 insertions, 9 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index d4facc2c07cd..86bf88050182 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.28 2008/05/09 13:27:27 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.29 2008/05/29 18:07:10 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> mpich2-1.0.3-r1.ebuild,
+ mpich2-1.0.6.ebuild:
+ python_mod_{cleanup,optimize} are ROOT aware. Remove redundant
+ python_version from pkg_*
09 May 2008; Markus Dittrich <markusle@gentoo.org>
files/mpich2-1.0.6-fPIC.patch:
diff --git a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
index deee4441dabd..7239fde92e0a 100644
--- a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
WANT_AUTOCONF="2.5"
inherit fortran distutils eutils autotools toolchain-funcs
@@ -199,8 +199,7 @@ src_install() {
}
pkg_postinst() {
- python_version
- python_mod_optimize "${ROOT}"usr/bin
+ python_mod_optimize /usr/bin
elog
elog "Note: this package still needs testing with other Fortran90"
@@ -214,6 +213,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_version
python_mod_cleanup
}
diff --git a/sys-cluster/mpich2/mpich2-1.0.6.ebuild b/sys-cluster/mpich2/mpich2-1.0.6.ebuild
index 27cdc368ccc7..1bce55460e2f 100644
--- a/sys-cluster/mpich2/mpich2-1.0.6.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v 1.5 2008/03/15 05:25:24 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v 1.6 2008/05/29 18:07:10 hawking Exp $
WANT_AUTOCONF="2.5"
inherit autotools distutils eutils flag-o-matic fortran java-pkg-2
@@ -317,8 +317,7 @@ src_install() {
}
pkg_postinst() {
- python_version
- python_mod_optimize "${ROOT}"usr/bin
+ python_mod_optimize /usr/bin
elog ""
elog "Several specific options are left set to default values; if"
@@ -349,7 +348,6 @@ pkg_postinst() {
}
pkg_postrm() {
- python_version
python_mod_cleanup
}