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-20100329-r1.ebuild spyview-20100329.ebuild
Date: Wed, 26 May 2010 23:15:36
Message-Id: 20100526231532.AF4A92CF30@corvid.gentoo.org
1 hwoarang 10/05/26 23:15:32
2
3 Modified: ChangeLog
4 Added: spyview-20100329-r1.ebuild
5 Removed: spyview-20100329.ebuild
6 Log:
7 Revbump which fixes documentation installation wrt bug #316781
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-visualization/spyview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 4 Apr 2010 12:22:58 -0000 1.2
24 +++ ChangeLog 26 May 2010 23:15:32 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-visualization/spyview
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.2 2010/04/04 12:22:58 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.3 2010/05/26 23:15:32 hwoarang Exp $
30 +
31 +*spyview-20100329-r1 (26 May 2010)
32 +
33 + 26 May 2010; Markos Chandras <hwoarang@g.o>
34 + -spyview-20100329.ebuild, +spyview-20100329-r1.ebuild:
35 + Revbump which fixes documentation installation wrt bug #316781.
36 + Thanks to Andreas K. Huettel <mail@×××××××××.de> for the patch.
37
38 *spyview-20100329 (04 Apr 2010)
39
40
41
42
43 1.1 sci-visualization/spyview/spyview-20100329-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20100329-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20100329-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: spyview-20100329-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header $
53
54 EAPI=2
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.39
68 media-libs/netpbm
69 >=x11-libs/fltk-1.1.9:1.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-2010-03-29-11_28
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/usr/$(get_libdir)/fltk-1.1
88 }
89
90 src_configure() {
91 econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
92 }