Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-0.8.9.ebuild ChangeLog fityk-0.9.0.ebuild
Date: Wed, 06 Jan 2010 03:15:27
Message-Id: E1NSMMl-00021X-Ae@stork.gentoo.org
1 bicatali 10/01/06 03:15:23
2
3 Modified: fityk-0.8.9.ebuild ChangeLog
4 Added: fityk-0.9.0.ebuild
5 Log:
6 Version bump and removed uneeded .la files (bug #299340)
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-visualization/fityk/fityk-0.8.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild?r1=1.2&r2=1.3
15
16 Index: fityk-0.8.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fityk-0.8.9.ebuild 13 Nov 2009 19:45:45 -0000 1.2
23 +++ fityk-0.8.9.ebuild 6 Jan 2010 03:15:22 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild,v 1.2 2009/11/13 19:45:45 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.8.9.ebuild,v 1.3 2010/01/06 03:15:22 bicatali Exp $
30
31 EAPI=2
32 WX_GTK_VER="2.8"
33 @@ -49,5 +49,6 @@
34
35 src_install() {
36 emake DESTDIR="${D}" install || die "emake install failed"
37 + rm -f "${D}"usr/lib*/python*/site-packages/*.la
38 dodoc NEWS README TODO
39 }
40
41
42
43 1.9 sci-visualization/fityk/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 13 Nov 2009 19:45:45 -0000 1.8
56 +++ ChangeLog 6 Jan 2010 03:15:22 -0000 1.9
57 @@ -1,6 +1,12 @@
58 # ChangeLog for sci-visualization/fityk
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.8 2009/11/13 19:45:45 bicatali Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.9 2010/01/06 03:15:22 bicatali Exp $
63 +
64 +*fityk-0.9.0 (06 Jan 2010)
65 +
66 + 06 Jan 2010; Sébastien Fabbro <bicatali@g.o> fityk-0.8.9.ebuild,
67 + +fityk-0.9.0.ebuild:
68 + Version bump and removed uneeded .la files (bug #299340)
69
70 13 Nov 2009; Sébastien Fabbro <bicatali@g.o> -fityk-0.8.7.ebuild,
71 -files/fityk-0.8.7-3rdparty.patch:
72
73
74
75 1.1 sci-visualization/fityk/fityk-0.9.0.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/fityk-0.9.0.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fityk/fityk-0.9.0.ebuild?rev=1.1&content-type=text/plain
79
80 Index: fityk-0.9.0.ebuild
81 ===================================================================
82 # Copyright 1999-2010 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.0.ebuild,v 1.1 2010/01/06 03:15:22 bicatali Exp $
85
86 EAPI=2
87 WX_GTK_VER="2.8"
88
89 inherit eutils wxwidgets
90
91 DESCRIPTION="General-purpose nonlinear curve fitting and data analysis"
92 HOMEPAGE="http://www.unipress.waw.pl/fityk/"
93 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
94
95 LICENSE="GPL-2"
96
97 SLOT="0"
98 KEYWORDS="~amd64 ~x86"
99 IUSE="doc examples gnuplot lua python readline wxwidgets"
100
101 CDEPEND=">=sci-libs/xylib-0.5
102 lua? ( dev-lang/lua )
103 python? ( dev-lang/python )
104 readline? ( sys-libs/readline )
105 wxwidgets? ( x11-libs/wxGTK:2.8 )"
106
107 DEPEND="${CDEPEND}
108 dev-libs/boost
109 >=sys-devel/libtool-2.2"
110
111 RDEPEND="${CDEPEND}
112 gnuplot? ( sci-visualization/gnuplot )"
113
114 src_prepare() {
115 has_version "<dev-libs/boost-1.37" && \
116 sed -i -e 's:impl/directives.hpp:directives.ipp:g' \
117 "${S}/src/optional_suffix.h"
118 }
119
120 src_configure() {
121 econf \
122 --docdir="/usr/share/doc/${PF}" \
123 --disable-3rdparty \
124 --disable-xyconvert \
125 --without-xylib \
126 $(use_enable lua) \
127 $(use_enable python) \
128 $(use_enable wxwidgets GUI) \
129 $(use_with doc) \
130 $(use_with examples samples) \
131 $(use_with readline)
132 }
133
134 src_install() {
135 emake DESTDIR="${D}" install || die "emake install failed"
136 rm -f "${D}"usr/lib*/python*/site-packages/*.la
137 dodoc NEWS README TODO
138 }