summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 01:07:25 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 01:07:25 +0000
commit1cdd13126c3d41f6b55c692a2b88397dc6c44083 (patch)
tree75bf2b89a6f844591efe603822160868e7d424f8 /app-sci/scilab
parentrepoman: fix leading whitespace (diff)
downloadgentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.gz
gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.bz2
gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.zip
repoman: fix leading whitespace
Diffstat (limited to 'app-sci/scilab')
-rw-r--r--app-sci/scilab/Manifest2
-rw-r--r--app-sci/scilab/scilab-2.7.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest
index 2f1c202d8231..a6a28910f44a 100644
--- a/app-sci/scilab/Manifest
+++ b/app-sci/scilab/Manifest
@@ -1,6 +1,6 @@
MD5 cabb41104b4b14b7070c6a052605a7fb ChangeLog 895
MD5 dad730249717cbeff055be53d6473d07 scilab-2.6.ebuild 2840
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 5247bba7b2c41f818d706615e43b2363 scilab-2.7.ebuild 3050
+MD5 85f60272dc7d8e3afbff77d8694d98e8 scilab-2.7.ebuild 3038
MD5 1d6cf95b60df9aed59392d68189bb25d files/digest-scilab-2.6 67
MD5 08e3affe50b12d19408b7e389b08a964 files/digest-scilab-2.7 67
diff --git a/app-sci/scilab/scilab-2.7.ebuild b/app-sci/scilab/scilab-2.7.ebuild
index d48f807cfd32..8105d164f089 100644
--- a/app-sci/scilab/scilab-2.7.ebuild
+++ b/app-sci/scilab/scilab-2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7.ebuild,v 1.2 2003/09/06 22:23:06 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7.ebuild,v 1.3 2003/09/11 01:02:54 msterret Exp $
DESCRIPTION="scientific software package for numerical computations"
SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz"
@@ -20,8 +20,8 @@ src_compile() {
use tcltk || myopts="--without-tk"
if [ !"`use tcltk`" ] ; then
- mv ${S}/tcl/Makefile ${S}/tcl/Makefile.orig
- sed -e 's,all:: browsehelpexe,all::,' ${S}/tcl/Makefile.orig > ${S}/tcl/Makefile
+ mv ${S}/tcl/Makefile ${S}/tcl/Makefile.orig
+ sed -e 's,all:: browsehelpexe,all::,' ${S}/tcl/Makefile.orig > ${S}/tcl/Makefile
fi
./configure \