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: metadata.xml ChangeLog spyview-20100329.ebuild
Date: Sun, 04 Apr 2010 12:23:03
Message-Id: E1NyOqx-0004JQ-48@stork.gentoo.org
1 hwoarang 10/04/04 12:22:59
2
3 Modified: metadata.xml ChangeLog
4 Added: spyview-20100329.ebuild
5 Log:
6 Version bump. Fixes bug #313079. Andreas Huettel will be proxy maintainer forit
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-visualization/spyview/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 5 Mar 2010 18:41:11 -0000 1.1
23 +++ metadata.xml 4 Apr 2010 12:22:58 -0000 1.2
24 @@ -6,6 +6,11 @@
25 <email>hwoarang@g.o</email>
26 <name>Markos Chandras</name>
27 </maintainer>
28 +<maintainer>
29 +<email>mail@×××××××××.de</email>
30 +<name>Andreas K. Huettel</name>
31 +<description>Proxy maintainer. Assign all spyview bugs to Andreas</description>
32 +</maintainer>
33 <longdescription lang="en">
34 </longdescription>
35 </pkgmetadata>
36
37
38
39 1.2 sci-visualization/spyview/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.1&r2=1.2
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ChangeLog 5 Mar 2010 18:41:11 -0000 1.1
52 +++ ChangeLog 4 Apr 2010 12:22:58 -0000 1.2
53 @@ -1,6 +1,13 @@
54 # ChangeLog for sci-visualization/spyview
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.1 2010/03/05 18:41:11 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.2 2010/04/04 12:22:58 hwoarang Exp $
58 +
59 +*spyview-20100329 (04 Apr 2010)
60 +
61 + 04 Apr 2010; Markos Chandras <hwoarang@g.o>
62 + +spyview-20100329.ebuild, metadata.xml:
63 + Version bump. Fixes bug #313079. Andreas Huettel will be proxy maintainer
64 + forit
65
66 *spyview-20100203 (05 Mar 2010)
67
68
69
70
71 1.1 sci-visualization/spyview/spyview-20100329.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/spyview-20100329.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/spyview/spyview-20100329.ebuild?rev=1.1&content-type=text/plain
75
76 Index: spyview-20100329.ebuild
77 ===================================================================
78 # Copyright 1999-2010 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header $
81
82 EAPI=2
83
84 inherit base flag-o-matic eutils multilib
85
86 DESCRIPTION="Interactive plotting program"
87 HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
88 SRC_URI="http://kavli.nano.tudelft.nl/~gsteele/${PN}/versions/${P}.tar.gz"
89
90 LICENSE="GPL-3"
91 SLOT="0"
92 KEYWORDS="~amd64 ~x86"
93 IUSE=""
94
95 COMMON_DEPEND=">=dev-libs/boost-1.39
96 media-libs/netpbm
97 >=x11-libs/fltk-1.1.9:1.1
98 app-text/ghostscript-gpl"
99
100 DEPEND="${COMMON_DEPEND}
101 sys-apps/groff"
102
103 RDEPEND="${COMMON_DEPEND}
104 sci-visualization/gnuplot"
105
106 S=${WORKDIR}/spyview-2010-03-29-11_28
107
108 src_prepare() {
109 append-cflags $(fltk-config --cflags)
110 append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm
111
112 # append-ldflags $(fltk-config --ldflags)
113 # this one leads to an insane amount of warnings
114
115 append-ldflags -L/usr/$(get_libdir)/fltk-1.1
116 }
117
118 src_configure() {
119 econf --datadir=/usr/share/spyview
120 }