summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Bräunlich <wippbox@gmx.net>2017-02-05 22:39:51 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-06 20:30:54 +0100
commitb9c4c85cd58578fa33756ad70af432213542a241 (patch)
tree1c84a187c50009cce222e9a02814cf66d02d5a23 /sci-visualization/spyview/spyview-20130823.ebuild
parentsci-visualization/spyview: Fix 20150124 ebuild (diff)
downloadgentoo-b9c4c85cd58578fa33756ad70af432213542a241.tar.gz
gentoo-b9c4c85cd58578fa33756ad70af432213542a241.tar.bz2
gentoo-b9c4c85cd58578fa33756ad70af432213542a241.zip
sci-visualization/spyview: Remove old
Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3731
Diffstat (limited to 'sci-visualization/spyview/spyview-20130823.ebuild')
-rw-r--r--sci-visualization/spyview/spyview-20130823.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/sci-visualization/spyview/spyview-20130823.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild
deleted file mode 100644
index f6c4fd0e1c47..000000000000
--- a/sci-visualization/spyview/spyview-20130823.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools flag-o-matic eutils multilib
-
-DESCRIPTION="Interactive plotting program"
-HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
-SRC_URI="http://nsweb.tn.tudelft.nl/gitweb/?p=spyview.git;a=snapshot;h=879615fcc662e8572f99854557010d014bb4651e;sf=tgz -> $P.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-COMMON_DEPEND="
- dev-libs/boost:=
- media-libs/netpbm
- x11-libs/fltk:1[opengl]
- app-text/ghostscript-gpl
- virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
- sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
- sci-visualization/gnuplot"
-
-src_unpack() {
- default
- mv -v "${WORKDIR}"/spyview-* "${S}" || die
-}
-
-src_prepare() {
- append-cflags $(fltk-config --cflags)
- append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm
-
- # append-ldflags $(fltk-config --ldflags)
- # this one leads to an insane amount of warnings
- append-ldflags -L$(dirname $(fltk-config --libs))
-
- find "${S}" -name Makefile.am -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
-}