Gentoo Archives: gentoo-commits

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