diff options
author | 2004-07-15 02:53:19 +0000 | |
---|---|---|
committer | 2004-07-15 02:53:19 +0000 | |
commit | 2193e8b3f17acb4e7e812c37773f1219ea6bfd08 (patch) | |
tree | 34b77d1121e586a9b86d105f43cc5e1fe5ae6c19 /sys-cluster/cppvm | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-2193e8b3f17acb4e7e812c37773f1219ea6bfd08.tar.gz historical-2193e8b3f17acb4e7e812c37773f1219ea6bfd08.tar.bz2 historical-2193e8b3f17acb4e7e812c37773f1219ea6bfd08.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-cluster/cppvm')
-rw-r--r-- | sys-cluster/cppvm/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-cluster/cppvm/Manifest b/sys-cluster/cppvm/Manifest index 31fbf1411622..284aefd9cb27 100644 --- a/sys-cluster/cppvm/Manifest +++ b/sys-cluster/cppvm/Manifest @@ -1,4 +1,4 @@ -MD5 8a852518872dfdabddd32f35acab7063 cppvm-1.5.0-r1.ebuild 1201 +MD5 7852444f312d991bb0dd0e952ed0068d cppvm-1.5.0-r1.ebuild 1182 MD5 67474b8e7a4aac26ea86bec7d919f517 ChangeLog 618 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 MD5 d1730233cb2e067ce1be3a59078b8196 files/digest-cppvm-1.5.0-r1 57 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!" } - |