diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2010-05-05 18:21:59 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2010-05-05 18:21:59 +0000 |
commit | 52ae882cf65774c1962e0bc540413f6b8cef8d97 (patch) | |
tree | fddc6896e37033036420b1bdbc495182623f2376 /sci-mathematics | |
parent | Depended on version of sci-mathematics/pari that was removed from the tree (diff) | |
download | gentoo-2-52ae882cf65774c1962e0bc540413f6b8cef8d97.tar.gz gentoo-2-52ae882cf65774c1962e0bc540413f6b8cef8d97.tar.bz2 gentoo-2-52ae882cf65774c1962e0bc540413f6b8cef8d97.zip |
Depended on version of sci-mathematics/octave that was removed from the tree
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild | 58 |
2 files changed, 7 insertions, 60 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index 7c6266b2da7b..0020b2781b21 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/octave-forge -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.33 2009/05/17 13:25:07 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.34 2010/05/05 18:21:59 halcy0n Exp $ + + 05 May 2010; Mark Loeser <halcy0n@gentoo.org> + -octave-forge-2006.01.28.ebuild: + Depended on version of sci-mathematics/octave that was removed from the + tree 17 May 2009; nixnut <nixnut@gentoo.org> octave-forge-2006.03.17-r1.ebuild: ppc stable #245707 diff --git a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild deleted file mode 100644 index 9bbaab5d694d..000000000000 --- a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild,v 1.8 2008/03/20 17:32:36 markusle Exp $ - -inherit eutils - -DESCRIPTION="A collection of custom scripts, functions and extensions for GNU Octave" -HOMEPAGE="http://octave.sourceforge.net/" -SRC_URI="mirror://sourceforge/octave/${P}.tar.gz" - -LICENSE="as-is" -KEYWORDS="~amd64 ~ppc ~sparc x86" -SLOT="0" -IUSE="ginac qhull X" - -DEPEND="~sci-mathematics/octave-2.1.72 - sci-libs/netcdf - media-libs/jpeg - media-libs/libpng - sci-libs/gsl - dev-libs/libpcre - sys-libs/readline - sys-apps/texinfo - sys-libs/ncurses - virtual/lapack - virtual/blas - X? ( x11-libs/libX11 ) - !amd64? ( ginac? ( sci-mathematics/ginac ) ) - qhull? ( >=media-libs/qhull-3.1-r1 )" - -src_compile() { - econf $(use_with X) || die "econf failed" - - # patch Makefiles to avoid sandbox violations - sed -e "s|\$(MPATH)|${D}/\$(MPATH)|" \ - -i "${S}"/main/comm/Makefile \ - -i "${S}"/main/comm/doc/Makefile \ - -i "${S}"/main/fixed/Makefile \ - -i "${S}"/main/fixed/doc/Makefile \ - || die "failed to patch Makefiles" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - dodoc AUTHORS COPYING* ChangeLog RELEASE-NOTES TODO -} - -pkg_postinst() { - einfo "If you do not have GiNaC and Qhull installed, octave-forge did not" - einfo "compile itself with support for the geometry and symbolic math" - einfo "extensions. If you would like these features, please emerge ginac" - einfo "and/or qhull and then re-emerge octave-forge. Alternately, you can" - einfo "specify USE='ginac qhull' and re-emerge octave-forge; in that case" - einfo "the ebuild will automatically install the additional packages." -} |