aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/tisean/tisean-3.0.1.ebuild')
-rw-r--r--sci-mathematics/tisean/tisean-3.0.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/sci-mathematics/tisean/tisean-3.0.1.ebuild b/sci-mathematics/tisean/tisean-3.0.1.ebuild
deleted file mode 100644
index f43138ee6..000000000
--- a/sci-mathematics/tisean/tisean-3.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-MY_P="Tisean_${PV}"
-
-DESCRIPTION="Time series analytics with theory of non-liner deterministic dynamical systems"
-HOMEPAGE="
- https://github.com/heggus/Tisean
- http://www.mpipks-dresden.mpg.de/%7Etisean/Tisean_3.0.1/index.html"
-SRC_URI="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_3.0.1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- tc-export FC CC
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-backport.patch
-}
-
-src_configure() {
- econf \
- --prefix="${ED}/usr"
-}
-
-src_install() {
- # TODO: fix file collisions with:
- # media-gfx/graphviz: /usr/bin/cluster
- # media-gfx/imagemagick: /usr/bin/compare
- dodir /usr/bin
- default
-}
-
-pkg_postinst() {
- optfeature "plotting support" sci-visualization/gnuplot
-}