diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-02-20 09:53:08 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-02-20 09:53:08 +0000 |
commit | 93df38c23c31b86583d072b7dd59da5bb57d5866 (patch) | |
tree | 0c86b2522c963bd541326618b93550a86b405e9c /sys-cluster/pvm | |
parent | (#68053) Add the Cluster Command and Control (C3) tool suite. (diff) | |
download | gentoo-2-93df38c23c31b86583d072b7dd59da5bb57d5866.tar.gz gentoo-2-93df38c23c31b86583d072b7dd59da5bb57d5866.tar.bz2 gentoo-2-93df38c23c31b86583d072b7dd59da5bb57d5866.zip |
(#82614) We need to copy x86 config files over too. Thanks to gophix on forums for the fix and Ian Whiting <Ian@Titania.co.uk> for pointing it out.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-cluster/pvm')
-rw-r--r-- | sys-cluster/pvm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4-r3.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog index a913097e7176..96fdba900579 100644 --- a/sys-cluster/pvm/ChangeLog +++ b/sys-cluster/pvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/pvm -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.15 2004/11/09 22:59:15 squash Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.16 2005/02/20 09:53:08 spyderous Exp $ + + 20 Feb 2005; Donnie Berkholz <spyderous@gentoo.org>; pvm-3.4.4-r3.ebuild: + (#82614) We need to copy x86 config files over too. Thanks to gophix on + forums for the fix and Ian Whiting <Ian@Titania.co.uk> for pointing it out. 09 Nov 2004; Josh Grebe <squash@gentoo.org> pvm-3.4.4-r3.ebuild: Added pvm-3.4.4-r3.ebuild with non-x86 goodies and sparc lovin... bug 69497 diff --git a/sys-cluster/pvm/pvm-3.4.4-r1.ebuild b/sys-cluster/pvm/pvm-3.4.4-r1.ebuild index 0312bef50b94..ad7aeea05736 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r1.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r1.ebuild,v 1.10 2004/09/03 19:44:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r1.ebuild,v 1.11 2005/02/20 09:53:08 spyderous Exp $ inherit eutils diff --git a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild index 8cbd48242e39..6ad63c36f632 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.7 2004/11/09 22:59:15 squash Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.8 2005/02/20 09:53:08 spyderous Exp $ inherit eutils diff --git a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild index 1afdb2f937ab..f380613fb00d 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.1 2004/11/09 22:59:15 squash Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.2 2005/02/20 09:53:08 spyderous Exp $ inherit eutils @@ -24,6 +24,8 @@ src_unpack() { epatch ${FILESDIR}/${P}-x86_64-segfault.patch || die # setup def files for other archs + cp conf/LINUX.def conf/LINUXI386.def + cp conf/LINUX.m4 conf/LINUXI386.m4 cp conf/LINUX.def conf/LINUXX86_64.def cp conf/LINUX.m4 conf/LINUXX86_64.m4 cp conf/LINUX64.def conf/LINUXIA64.def |