Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20110329.ebuild spyview-20100329-r1.ebuild
Date: Tue, 29 Mar 2011 23:02:09
Message-Id: 20110329230158.073DE20054@flycatcher.gentoo.org
1 dilfridge 11/03/29 23:01:58
2
3 Modified: ChangeLog
4 Added: spyview-20110329.ebuild
5 Removed: spyview-20100329-r1.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.1.9.44/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.12 sci-visualization/spyview/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 20 Mar 2011 19:55:46 -0000 1.11
25 +++ ChangeLog 29 Mar 2011 23:01:55 -0000 1.12
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-visualization/spyview
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.11 2011/03/20 19:55:46 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.12 2011/03/29 23:01:55 dilfridge Exp $
31 +
32 +*spyview-20110329 (29 Mar 2011)
33 +
34 + 29 Mar 2011; Andreas K. Huettel <dilfridge@g.o>
35 + -spyview-20100329-r1.ebuild, +spyview-20110329.ebuild:
36 + Version bump; remove old
37
38 20 Mar 2011; Justin Lecher <jlec@g.o> spyview-20100329-r1.ebuild,
39 spyview-20100810.ebuild:
40
41
42
43 1.1 sci-visualization/spyview/spyview-20110329.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20110329.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20110329.ebuild?rev=1.1&content-type=text/plain
47
48 Index: spyview-20110329.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20110329.ebuild,v 1.1 2011/03/29 23:01:57 dilfridge Exp $
53
54 EAPI=3
55
56 inherit base flag-o-matic eutils multilib
57
58 DESCRIPTION="Interactive plotting program"
59 HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
60 SRC_URI="http://kavli.nano.tudelft.nl/~gsteele/${PN}/versions/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 COMMON_DEPEND=">=dev-libs/boost-1.40
68 media-libs/netpbm
69 x11-libs/fltk:1
70 app-text/ghostscript-gpl"
71
72 DEPEND="${COMMON_DEPEND}
73 sys-apps/groff"
74
75 RDEPEND="${COMMON_DEPEND}
76 sci-visualization/gnuplot"
77
78 S=${WORKDIR}/spyview-2011-03-29-10_59
79
80 src_prepare() {
81 append-cflags $(fltk-config --cflags)
82 append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm
83
84 # append-ldflags $(fltk-config --ldflags)
85 # this one leads to an insane amount of warnings
86
87 append-ldflags -L$(dirname $(fltk-config --libs))
88 }
89
90 src_configure() {
91 econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
92 }