aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrozin <grozin@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-03 20:08:51 +0000
committergrozin <grozin@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-03 20:08:51 +0000
commitcb6cb63886d6925aab77726bb73bcfb6d356da27 (patch)
tree3ad2c1a19c76d4079ce4c597bb50d55b19b4578c /sci-mathematics/extrema/extrema-4.3.5.ebuild
parentmaxima-5.15.0 and wxmaxima-0.7.5 are in the main tree (diff)
downloadsci-cb6cb63886d6925aab77726bb73bcfb6d356da27.tar.gz
sci-cb6cb63886d6925aab77726bb73bcfb6d356da27.tar.bz2
sci-cb6cb63886d6925aab77726bb73bcfb6d356da27.zip
extrema is now in the main tree
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1038 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-mathematics/extrema/extrema-4.3.5.ebuild')
-rw-r--r--sci-mathematics/extrema/extrema-4.3.5.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/sci-mathematics/extrema/extrema-4.3.5.ebuild b/sci-mathematics/extrema/extrema-4.3.5.ebuild
deleted file mode 100644
index 2161455da..000000000
--- a/sci-mathematics/extrema/extrema-4.3.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-WX_GTK_VER="2.8"
-inherit eutils fdo-mime wxwidgets
-
-DESCRIPTION="Interactive data analysis and visualization tool"
-HOMEPAGE="http://exsitewebware.com/extrema/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-SRC_URI="mirror://sourceforge/extrema/${P}.tar.gz"
-DEPEND=">=x11-libs/wxGTK-2.8.7
- dev-util/desktop-file-utils"
-
-#### Remove the following line when moving this ebuild to the main tree!
-RESTRICT=mirror
-
-src_compile() {
- # extrema cannot be compiled with versions of minuit
- # available in portage
- econf --enable-shared || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- # The upstream Makefile is mostly OK, but for a few files
- # cp to a hard-coded directory is used, ignoring $(DESTDIR)
- # This problem is solved by einstall
- einstall || die "einstall failed"
-
- make_desktop_entry ${PN}
- dodir /usr/share/icons/hicolor
- tar xjf extrema_icons.tar.bz2 -C "${D}usr/share/icons/hicolor"
- dosym /usr/share/icons/hicolor/48x48/apps/extrema.png /usr/share/pixmaps/extrema.png
-
- dodoc AUTHORS ChangeLog || die "dodoc failed"
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/*
- fi
-
- if use examples; then
- dodir /usr/share/doc/${PF}/examples
- insinto /usr/share/doc/${PF}/examples
- doins Scripts/*
- fi
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}