diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-02-13 03:42:56 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-02-13 03:42:56 +0000 |
commit | 3046a59bba5bf1fd65b09ce4e4aa63c639259942 (patch) | |
tree | cc546c8a599e4fe98fe20101245709fa350c580f /sci-mathematics | |
parent | Marked ppc stable for bug #166325. (diff) | |
download | gentoo-2-3046a59bba5bf1fd65b09ce4e4aa63c639259942.tar.gz gentoo-2-3046a59bba5bf1fd65b09ce4e4aa63c639259942.tar.bz2 gentoo-2-3046a59bba5bf1fd65b09ce4e4aa63c639259942.zip |
Removed superfluous stripping of scilex binary.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-4.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 10c5289d5754..d1c4cd7f7181 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.32 2007/02/11 21:55:52 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.33 2007/02/13 03:42:56 markusle Exp $ + + 13 Feb 2007; Markus Dittrich <markusle@gentoo.org> scilab-4.1.ebuild: + Removed superfluous stripping of scilex binary. *scilab-4.1 (11 Feb 2007) diff --git a/sci-mathematics/scilab/scilab-4.1.ebuild b/sci-mathematics/scilab/scilab-4.1.ebuild index d986da5c3391..29e41127e40b 100644 --- a/sci-mathematics/scilab/scilab-4.1.ebuild +++ b/sci-mathematics/scilab/scilab-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.1 2007/02/11 20:26:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.2 2007/02/13 03:42:56 markusle Exp $ inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 @@ -66,7 +66,7 @@ src_unpack() { -e 's,$(SCIDIR)/libs/lapack.a,,' \ -i Makefile.OBJ.in || die "Failed to fix Makefile.OBJ.in" - sed -e "s:\$(PREFIX):\${D}/\$(PREFIX):g" \ + sed -e "s:\$(PREFIX):\${D}\$(PREFIX):g" \ -e "s:\$(PREFIX)/lib:\$(PREFIX)/$(get_libdir):g" \ -i Makefile.in || die "Failed to fix Makefile.in" @@ -114,7 +114,6 @@ src_install() { # some postinstall fixes echo "SCIDIR=/usr/$(get_libdir)/${P}" > \ "${D}/usr/$(get_libdir)/${P}/Path.incl" - strip "${D}/usr/$(get_libdir)/${P}/bin/scilex" # install docs dodoc ACKNOWLEDGEMENTS CHANGES README_Unix RELEASE_NOTES \ |