Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
Date: Mon, 06 Feb 2017 19:32:07
Message-Id: 1486409454.b9c4c85cd58578fa33756ad70af432213542a241.soap@gentoo
1 commit: b9c4c85cd58578fa33756ad70af432213542a241
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Sun Feb 5 21:39:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 19:30:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c4c85c
7
8 sci-visualization/spyview: Remove old
9
10 Package-Manager: portage-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/3731
12
13 sci-visualization/spyview/Manifest | 2 -
14 sci-visualization/spyview/spyview-20111018.ebuild | 51 ----------------------
15 sci-visualization/spyview/spyview-20130823.ebuild | 52 -----------------------
16 3 files changed, 105 deletions(-)
17
18 diff --git a/sci-visualization/spyview/Manifest b/sci-visualization/spyview/Manifest
19 index 5745a23..a54dadf 100644
20 --- a/sci-visualization/spyview/Manifest
21 +++ b/sci-visualization/spyview/Manifest
22 @@ -1,3 +1 @@
23 -DIST spyview-20111018.tar.gz 3721357 SHA256 aad98c243e4455cbb4c82af6aeb374b50d9483cf25945ba571cb59b3d7c71a41 SHA512 6191068a431486692918029a0350275500d46993252ac29678f470e0a4c89ab0e57feb438241b8159dd6aa6583eb4d4d3d970553abae515ce5b8c1dc49deabb6 WHIRLPOOL c6c0bec9301fd89cb8f00198f403d36da4ed93b2ad8e09ad0456e2533e8b4a46dc2ae8565664be8f71d3ed75dc8b86d2c172b0511d02b0ec49a02dd42be22168
24 -DIST spyview-20130823.tgz 3279013 SHA256 1927278ed31ab3b1a15d6294f73ae55de71f97165b1787e5abd7e323272d4ea1 SHA512 c25b3955e32000c0477091aad465d18c0c1aa4bcd00f8f9aee3454cdbdf98d8bbfa4e072a860d37836710dd6cd859deba1a764c8453526602317eda1b3ce0435 WHIRLPOOL f1aefa797571aaba8cc95c3925eb0f6bafe1568f2952eb9c7b98e8c544242305ce9d963524610536bd1d0d9df9b16f2f8b0356e001561be68f4d4e61d891fc42
25 DIST spyview-20150124.tgz 14772947 SHA256 11c3b658e0f957403360fdfc99e387e3b2c52af3a70cf5b2d0a5fbadd2a0af34 SHA512 63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b WHIRLPOOL daea9a31eec83c945032bcc85f29c957633e0ec5270c95e2f88a6ca0a2ed46f8e178ff7519fafc6e0dec9cefed5b4fe2385443563a1dcb5733916775dc747ea2
26
27 diff --git a/sci-visualization/spyview/spyview-20111018.ebuild b/sci-visualization/spyview/spyview-20111018.ebuild
28 deleted file mode 100644
29 index 4252f09..00000000
30 --- a/sci-visualization/spyview/spyview-20111018.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=4
38 -
39 -inherit flag-o-matic eutils multilib
40 -
41 -DESCRIPTION="Interactive plotting program"
42 -HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
43 -SRC_URI="http://kavli.nano.tudelft.nl/~gsteele/${PN}/versions/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -COMMON_DEPEND="
51 - >=dev-libs/boost-1.42
52 - media-libs/netpbm
53 - x11-libs/fltk:1[opengl]
54 - app-text/ghostscript-gpl
55 - virtual/glu
56 -"
57 -
58 -DEPEND="${COMMON_DEPEND}
59 - sys-apps/groff"
60 -
61 -RDEPEND="${COMMON_DEPEND}
62 - sci-visualization/gnuplot"
63 -
64 -src_unpack() {
65 - default
66 - mv -v "${WORKDIR}"/spyview-20* "${S}" || die
67 -}
68 -
69 -src_prepare() {
70 - append-cflags $(fltk-config --cflags)
71 - append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm
72 -
73 - # append-ldflags $(fltk-config --ldflags)
74 - # this one leads to an insane amount of warnings
75 -
76 - append-ldflags -L$(dirname $(fltk-config --libs))
77 -
78 - find "${S}" -name Makefile.in -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
79 -}
80 -
81 -src_configure() {
82 - econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
83 -}
84
85 diff --git a/sci-visualization/spyview/spyview-20130823.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild
86 deleted file mode 100644
87 index f6c4fd0..00000000
88 --- a/sci-visualization/spyview/spyview-20130823.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -
97 -inherit autotools flag-o-matic eutils multilib
98 -
99 -DESCRIPTION="Interactive plotting program"
100 -HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
101 -SRC_URI="http://nsweb.tn.tudelft.nl/gitweb/?p=spyview.git;a=snapshot;h=879615fcc662e8572f99854557010d014bb4651e;sf=tgz -> $P.tgz"
102 -
103 -LICENSE="GPL-3"
104 -SLOT="0"
105 -KEYWORDS="~x86"
106 -IUSE=""
107 -
108 -COMMON_DEPEND="
109 - dev-libs/boost:=
110 - media-libs/netpbm
111 - x11-libs/fltk:1[opengl]
112 - app-text/ghostscript-gpl
113 - virtual/glu
114 -"
115 -
116 -DEPEND="${COMMON_DEPEND}
117 - sys-apps/groff"
118 -
119 -RDEPEND="${COMMON_DEPEND}
120 - sci-visualization/gnuplot"
121 -
122 -src_unpack() {
123 - default
124 - mv -v "${WORKDIR}"/spyview-* "${S}" || die
125 -}
126 -
127 -src_prepare() {
128 - append-cflags $(fltk-config --cflags)
129 - append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm
130 -
131 - # append-ldflags $(fltk-config --ldflags)
132 - # this one leads to an insane amount of warnings
133 - append-ldflags -L$(dirname $(fltk-config --libs))
134 -
135 - find "${S}" -name Makefile.am -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
136 -
137 - eautoreconf
138 -}
139 -
140 -src_configure() {
141 - econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
142 -}