commit:     b9c4c85cd58578fa33756ad70af432213542a241
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Feb  5 21:39:51 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 19:30:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c4c85c

sci-visualization/spyview: Remove old

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3731

 sci-visualization/spyview/Manifest                |  2 -
 sci-visualization/spyview/spyview-20111018.ebuild | 51 ----------------------
 sci-visualization/spyview/spyview-20130823.ebuild | 52 -----------------------
 3 files changed, 105 deletions(-)

diff --git a/sci-visualization/spyview/Manifest 
b/sci-visualization/spyview/Manifest
index 5745a23..a54dadf 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1,3 +1 @@
-DIST spyview-20111018.tar.gz 3721357 SHA256 
aad98c243e4455cbb4c82af6aeb374b50d9483cf25945ba571cb59b3d7c71a41 SHA512 
6191068a431486692918029a0350275500d46993252ac29678f470e0a4c89ab0e57feb438241b8159dd6aa6583eb4d4d3d970553abae515ce5b8c1dc49deabb6
 WHIRLPOOL 
c6c0bec9301fd89cb8f00198f403d36da4ed93b2ad8e09ad0456e2533e8b4a46dc2ae8565664be8f71d3ed75dc8b86d2c172b0511d02b0ec49a02dd42be22168
-DIST spyview-20130823.tgz 3279013 SHA256 
1927278ed31ab3b1a15d6294f73ae55de71f97165b1787e5abd7e323272d4ea1 SHA512 
c25b3955e32000c0477091aad465d18c0c1aa4bcd00f8f9aee3454cdbdf98d8bbfa4e072a860d37836710dd6cd859deba1a764c8453526602317eda1b3ce0435
 WHIRLPOOL 
f1aefa797571aaba8cc95c3925eb0f6bafe1568f2952eb9c7b98e8c544242305ce9d963524610536bd1d0d9df9b16f2f8b0356e001561be68f4d4e61d891fc42
 DIST spyview-20150124.tgz 14772947 SHA256 
11c3b658e0f957403360fdfc99e387e3b2c52af3a70cf5b2d0a5fbadd2a0af34 SHA512 
63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b
 WHIRLPOOL 
daea9a31eec83c945032bcc85f29c957633e0ec5270c95e2f88a6ca0a2ed46f8e178ff7519fafc6e0dec9cefed5b4fe2385443563a1dcb5733916775dc747ea2

diff --git a/sci-visualization/spyview/spyview-20111018.ebuild 
b/sci-visualization/spyview/spyview-20111018.ebuild
deleted file mode 100644
index 4252f09..00000000
--- a/sci-visualization/spyview/spyview-20111018.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit flag-o-matic eutils multilib
-
-DESCRIPTION="Interactive plotting program"
-HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/";
-SRC_URI="http://kavli.nano.tudelft.nl/~gsteele/${PN}/versions/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-       >=dev-libs/boost-1.42
-       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-20* "${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.in -exec sed -i -e 's:-mwindows 
-mconsole::g' {} + || die
-}
-
-src_configure() {
-       econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
-}

diff --git a/sci-visualization/spyview/spyview-20130823.ebuild 
b/sci-visualization/spyview/spyview-20130823.ebuild
deleted file mode 100644
index f6c4fd0..00000000
--- 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}
-}

Reply via email to