Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave: ChangeLog qtoctave-0.8.2.ebuild
Date: Fri, 28 Aug 2009 20:15:46
Message-Id: E1Mfl8q-0000ok-Ry@stork.gentoo.org
1 markusle 09/08/25 01:48:08
2
3 Modified: ChangeLog
4 Added: qtoctave-0.8.2.ebuild
5 Log:
6 Version bump (see bug #263872).
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sci-mathematics/qtoctave/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 31 Jul 2009 13:12:55 -0000 1.5
23 +++ ChangeLog 25 Aug 2009 01:48:08 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-mathematics/qtoctave
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.5 2009/07/31 13:12:55 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.6 2009/08/25 01:48:08 markusle Exp $
29 +
30 +*qtoctave-0.8.2 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Markus Dittrich <markusle@g.o> +qtoctave-0.8.2.ebuild:
33 + Version bump (see bug #263872).
34
35 31 Jul 2009; Markus Dittrich <markusle@g.o> qtoctave-0.8.1.ebuild,
36 +files/qtoctave-0.8.1-gcc4.4.patch:
37
38
39
40 1.1 sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtoctave-0.8.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild,v 1.1 2009/08/25 01:48:08 markusle Exp $
50
51 EAPI="2"
52
53 CMAKE_IN_SOURCE_BUILD=1
54 inherit cmake-utils
55
56 DESCRIPTION="QtOctave is a Qt4 front-end for Octave"
57 HOMEPAGE="http://forja.rediris.es/projects/csl-qtoctave/"
58 SRC_URI="http://forja.rediris.es/frs/download.php/1383/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="x11-libs/qt-gui:4
66 x11-libs/qt-svg:4"
67
68 RDEPEND="${DEPEND}
69 >=sci-mathematics/octave-3.0.0"
70
71 S="${WORKDIR}"/${P}/${PN}
72
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${PN}-0.8.1-gcc4.4.patch
76 }
77
78 src_compile() {
79 mycmakeargs="-DCMAKE_SKIP_RPATH:BOOL=YES"
80 cmake-utils_src_compile
81 }
82
83 src_install() {
84 cmake-utils_src_install
85 dodoc readme.txt news.txt
86 }