diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-01 10:57:51 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-01 10:57:51 +0000 |
commit | 2f94ed0e9a468f4f4b496626810f7540552fe98e (patch) | |
tree | 6cfb2d311e59c2c955cef61ab296de76906673d2 /app-sci | |
parent | Fixing typo. Closes #20263. (diff) | |
download | gentoo-2-2f94ed0e9a468f4f4b496626810f7540552fe98e.tar.gz gentoo-2-2f94ed0e9a468f4f4b496626810f7540552fe98e.tar.bz2 gentoo-2-2f94ed0e9a468f4f4b496626810f7540552fe98e.zip |
Fixing typo. Closes #20263.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/scilab/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/scilab/Manifest | 4 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.6.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/app-sci/scilab/ChangeLog b/app-sci/scilab/ChangeLog index 581b7a3d7a4f..74880afe8830 100644 --- a/app-sci/scilab/ChangeLog +++ b/app-sci/scilab/ChangeLog @@ -1,14 +1,15 @@ # ChangeLog for app-sci/scilab # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.2 2003/02/12 05:19:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.3 2003/05/01 10:57:37 mholzer Exp $ *scilab-2.6 (28 Apr 2002) - - 28 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + 01 May 2003; Martin Holzer <mholzer@gentoo.org> scilab-2.6.ebuild: + Fixing typo. Closes #20263. + + 28 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. - diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest index 05e15283cbe6..6b42e3a6a53f 100644 --- a/app-sci/scilab/Manifest +++ b/app-sci/scilab/Manifest @@ -1,3 +1,3 @@ -MD5 1617068570a16535702d7b94c2fba2ae ChangeLog 680 -MD5 ae225845eb9c788de0e06dd182910b51 scilab-2.6.ebuild 2839 +MD5 0ef404ab9a495f3c4a9f941b661f3cd5 ChangeLog 777 +MD5 7569fd52bdaa067a058790f571eca548 scilab-2.6.ebuild 2840 MD5 1d6cf95b60df9aed59392d68189bb25d files/digest-scilab-2.6 67 diff --git a/app-sci/scilab/scilab-2.6.ebuild b/app-sci/scilab/scilab-2.6.ebuild index a420e59b8947..78ae4ee61ea3 100644 --- a/app-sci/scilab/scilab-2.6.ebuild +++ b/app-sci/scilab/scilab-2.6.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.6.ebuild,v 1.8 2003/04/23 14:56:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.9 2003/05/01 10:57:37 mholzer Exp $ DESCRIPTION="scientific software package for numerical computations" SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz" @@ -89,8 +89,8 @@ src_install() { touch .binary strip bin/scilex - cd tests && make distclean - cd examples && make distclean + cd tests && make distclean && cd .. + cd examples && make distclean && cd .. dodir /usr/lib (cd ..; tar cf - ${BINDISTFILES} | (cd ${D}/usr/lib; tar xf -)) rm .binary @@ -112,5 +112,6 @@ pkg_postrm() { rm /usr/lib/${P}/Path.incl rm -r /usr/lib/${P}/bin rm -r /usr/lib/${P}/util + rm -r /usr/lib/${P}/examples rmdir /usr/lib/${P} } |