diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-06-28 07:32:39 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-06-28 07:32:39 +0000 |
commit | 6634391e505a9972ba0896b5ef9a750408f30365 (patch) | |
tree | 9a1da8c75a622b53f346c74aac5dfc4b539e33d7 /sys-cluster | |
parent | reverted to original (and standard) library location (diff) | |
download | gentoo-2-6634391e505a9972ba0896b5ef9a750408f30365.tar.gz gentoo-2-6634391e505a9972ba0896b5ef9a750408f30365.tar.bz2 gentoo-2-6634391e505a9972ba0896b5ef9a750408f30365.zip |
reverted to original (and standard) library location
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index 4bab456a6279..a4193d90a3d4 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpich2 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.7 2006/06/26 06:15:00 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.8 2006/06/28 07:32:39 nerdboy Exp $ + + 28 Jun 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3-r1.ebuild: + reverted to original (and standard) library location *mpich2-1.0.3-r1 (26 Jun 2006) diff --git a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild index 1f2c56ede32f..8e470db74074 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-2006 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.1 2006/06/26 06:15:00 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.2 2006/06/28 07:32:39 nerdboy Exp $ inherit fortran distutils eutils autotools kde-functions toolchain-funcs @@ -63,7 +63,6 @@ src_unpack() { eend epatch ${FILESDIR}/${P}-make.patch || die "make patch failed" #epatch ${FILESDIR}/${P}-make-test.patch || die "make test patch failed" - echo "LDPATH=\"/usr/$(get_libdir)/${PN}\"" > 42mpich2 } src_compile() { @@ -98,7 +97,7 @@ src_compile() { $(use_enable mpe) \ $(use_enable threads) \ --includedir=/usr/include \ - --libdir=/usr/$(get_libdir)/${PN} \ + --libdir=/usr/$(get_libdir) \ --mandir=/usr/share/man \ --with-docdir=/usr/share/doc/${PF} \ --with-htmldir=/usr/share/doc/${PF}/html \ @@ -163,7 +162,7 @@ src_install() { dodir /etc/${PN} rm -rf src/mpe2/etc/*.in make install DESTDIR=${D} \ - LIBDIR=${D}usr/$(get_libdir)/${PN} || die "make install failed" + LIBDIR=${D}usr/$(get_libdir) || die "make install failed" dodir /usr/share/${PN} mv ${D}usr/examples/cpi ${D}usr/share/${PN}/cpi @@ -180,7 +179,6 @@ src_install() { rm -rf ${D}usr/share/man/ dodoc README CHANGES COPYRIGHT RELEASE_NOTES fi - doenvd 42mpich2 } pkg_postinst() { |