diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:55:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:55:16 +0000 |
commit | 61656fed7ca26ea47c5439b36ab698556e4652e3 (patch) | |
tree | f4aeb8d46ae2471662070bfdf38b9ea8eade8092 /sys-cluster | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-61656fed7ca26ea47c5439b36ab698556e4652e3.tar.gz gentoo-2-61656fed7ca26ea47c5439b36ab698556e4652e3.tar.bz2 gentoo-2-61656fed7ca26ea47c5439b36ab698556e4652e3.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild b/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild index dfeedb0792f4..61c63762a60a 100644 --- a/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild +++ b/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild,v 1.4 2004/06/24 22:36:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild,v 1.5 2004/07/15 02:53:19 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="CPPVM: A C++ Interface to PVM" SRC_URI="ftp://ftp.informatik.uni-stuttgart.de/pub/cppvm/cppvm.tar.gz" HOMEPAGE="http://www.informatik.uni-stuttgart.de/ipvr/bv/cppvm/index.html" @@ -53,4 +52,3 @@ pkg_postinst() { ewarn "Do not forget do copy the /root/pvm3 dir to the homedirs of all users" ewarn "that should be allowed access to cppvm!" } - |