Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-0.8.0_rc3.ebuild ChangeLog
Date: Fri, 19 Jun 2009 09:20:31
Message-Id: E1MHaGr-0008BR-Q5@stork.gentoo.org
1 dev-zero 09/06/19 09:20:29
2
3 Modified: hugin-0.8.0_rc3.ebuild ChangeLog
4 Log:
5 Added patch to unset LAPACK_LIBRARIES if lapack is not found, otherwise cmake sets it to NOTFOUND leading to an error.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-gfx/hugin/hugin-0.8.0_rc3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?r1=1.1&r2=1.2
14
15 Index: hugin-0.8.0_rc3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- hugin-0.8.0_rc3.ebuild 10 Jun 2009 05:41:48 -0000 1.1
22 +++ hugin-0.8.0_rc3.ebuild 19 Jun 2009 09:20:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v 1.1 2009/06/10 05:41:48 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v 1.2 2009/06/19 09:20:29 dev-zero Exp $
28
29 EAPI="2"
30 WX_GTK_VER="2.8"
31 @@ -34,7 +34,7 @@
32 RDEPEND="${DEPEND}"
33
34 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
35 -PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
36 +PATCHES=( "${FILESDIR}"/${P}-as-needed.patch "${FILESDIR}"/${P}-unset_lapack.patch)
37 DOCS="AUTHORS README TODO"
38
39 src_install() {
40
41
42
43 1.65 media-gfx/hugin/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.65&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.65&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.64&r2=1.65
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
52 retrieving revision 1.64
53 retrieving revision 1.65
54 diff -u -r1.64 -r1.65
55 --- ChangeLog 10 Jun 2009 06:02:16 -0000 1.64
56 +++ ChangeLog 19 Jun 2009 09:20:29 -0000 1.65
57 @@ -1,6 +1,11 @@
58 # ChangeLog for media-gfx/hugin
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.64 2009/06/10 06:02:16 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.65 2009/06/19 09:20:29 dev-zero Exp $
62 +
63 + 19 Jun 2009; Tiziano Müller <dev-zero@g.o> hugin-0.8.0_rc3.ebuild,
64 + +files/hugin-0.8.0_rc3-unset_lapack.patch:
65 + Added patch to unset LAPACK_LIBRARIES if lapack is not found, otherwise
66 + cmake sets it to NOTFOUND leading to an error.
67
68 *hugin-0.8.0_rc3 (10 Jun 2009)