diff options
author | 2007-09-26 10:10:35 +0000 | |
---|---|---|
committer | 2007-09-26 10:10:35 +0000 | |
commit | 47ac94991055ba08b3599b5dd635535eda510f8f (patch) | |
tree | 7ff4b750677ce7a580824440eb292c1b91e1c0e8 /sci-mathematics | |
parent | * bump (diff) | |
download | gentoo-2-47ac94991055ba08b3599b5dd635535eda510f8f.tar.gz gentoo-2-47ac94991055ba08b3599b5dd635535eda510f8f.tar.bz2 gentoo-2-47ac94991055ba08b3599b5dd635535eda510f8f.zip |
Added $ROOT when initializing freemat directory. Removed older version
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/freemat/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/freemat/files/digest-freemat-3.2 | 3 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-3.2.ebuild | 47 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-3.4.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-3.5.ebuild | 4 |
5 files changed, 9 insertions, 55 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog index 0815282a7e49..a6b51d517876 100644 --- a/sci-mathematics/freemat/ChangeLog +++ b/sci-mathematics/freemat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/freemat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.5 2007/09/25 19:27:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.6 2007/09/26 10:10:34 bicatali Exp $ + + 26 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> -freemat-3.2.ebuild, + freemat-3.4.ebuild, freemat-3.5.ebuild: + Added $ROOT when initializing freemat directory. Removed older version *freemat-3.5 (25 Sep 2007) diff --git a/sci-mathematics/freemat/files/digest-freemat-3.2 b/sci-mathematics/freemat/files/digest-freemat-3.2 deleted file mode 100644 index ab3bb880b9c4..000000000000 --- a/sci-mathematics/freemat/files/digest-freemat-3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 61c99ce56fcc244a4108b26b3ecb6d9b FreeMat-3.2.tar.gz 5265284 -RMD160 5c7031ad8a4ea49c0f5f1b6e8cb2ae58094e4c1e FreeMat-3.2.tar.gz 5265284 -SHA256 59496c7275d704149f2f19584c63f0abf38d48b1a143b3665e4553d1bd81e545 FreeMat-3.2.tar.gz 5265284 diff --git a/sci-mathematics/freemat/freemat-3.2.ebuild b/sci-mathematics/freemat/freemat-3.2.ebuild deleted file mode 100644 index a0aa7209771f..000000000000 --- a/sci-mathematics/freemat/freemat-3.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.2.ebuild,v 1.1 2007/08/01 22:46:32 bicatali Exp $ - -inherit eutils flag-o-matic autotools qt4 - -MY_PN=FreeMat -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Environment for rapid engineering and scientific prototyping and data processing" -HOMEPAGE="http://freemat.sourceforge.net/" -SRC_URI="mirror://sourceforge/freemat/${MY_P}.tar.gz" - -IUSE="ncurses ffcall fftw umfpack arpack" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libpcre - virtual/lapack - dev-util/pkgconfig - ncurses? ( >=sys-libs/ncurses-5.4 ) - umfpack? ( sci-libs/umfpack ) - arpack? ( sci-libs/arpack ) - fftw? ( >=sci-libs/fftw-3 )" - -RDEPEND="${DEPEND} - ffcall? ( dev-libs/ffcall )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - # -O3 won't compile for freemat-3.2 - replace-flags "-O3" "-O2" - econf $(use_with ncurses) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README AUTHORS ChangeLog -} - -pkg_postint() { - einfo "Initializing freemat data directory" - FreeMat -i /usr/share/${MY_P} -} diff --git a/sci-mathematics/freemat/freemat-3.4.ebuild b/sci-mathematics/freemat/freemat-3.4.ebuild index 182446444654..a239b33dc4a7 100644 --- a/sci-mathematics/freemat/freemat-3.4.ebuild +++ b/sci-mathematics/freemat/freemat-3.4.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/freemat/freemat-3.4.ebuild,v 1.2 2007/08/26 13:01:30 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.4.ebuild,v 1.3 2007/09/26 10:10:34 bicatali Exp $ inherit eutils flag-o-matic autotools qt4 @@ -44,5 +44,5 @@ src_install() { pkg_postint() { einfo "Initializing freemat data directory" - FreeMat -i /usr/share/${MY_P} + FreeMat -i "${ROOT}"/usr/share/${MY_P} } diff --git a/sci-mathematics/freemat/freemat-3.5.ebuild b/sci-mathematics/freemat/freemat-3.5.ebuild index f94fbba5b3a9..2d21f49efe6e 100644 --- a/sci-mathematics/freemat/freemat-3.5.ebuild +++ b/sci-mathematics/freemat/freemat-3.5.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/freemat/freemat-3.5.ebuild,v 1.1 2007/09/25 19:27:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.5.ebuild,v 1.2 2007/09/26 10:10:34 bicatali Exp $ inherit eutils flag-o-matic autotools qt4 @@ -44,5 +44,5 @@ src_install() { pkg_postint() { einfo "Initializing freemat data directory" - FreeMat -i /usr/share/${MY_P} + FreeMat -i "${ROOT}"/usr/share/${MY_P} } |