Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: ChangeLog hugin-0.7.0-r1.ebuild
Date: Mon, 06 Oct 2008 19:10:54
Message-Id: E1KmvTo-0007lV-QT@stork.gentoo.org
1 maekke 08/10/06 19:10:52
2
3 Modified: ChangeLog hugin-0.7.0-r1.ebuild
4 Log:
5 fix broken dep on dev-libs/boost, thanks to voyageur and Betelgeuse
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 i686)
7
8 Revision Changes Path
9 1.47 media-gfx/hugin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 6 Oct 2008 16:19:45 -0000 1.46
22 +++ ChangeLog 6 Oct 2008 19:10:52 -0000 1.47
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/hugin
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.46 2008/10/06 16:19:45 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.47 2008/10/06 19:10:52 maekke Exp $
28 +
29 + 06 Oct 2008; Markus Meier <maekke@g.o> hugin-0.7.0-r1.ebuild:
30 + fix broken dep on dev-libs/boost, thanks to voyageur and Betelgeuse
31
32 *hugin-0.7.0-r1 (06 Oct 2008)
33 *hugin-0.7.0 (06 Oct 2008)
34
35
36
37 1.2 media-gfx/hugin/hugin-0.7.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: hugin-0.7.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- hugin-0.7.0-r1.ebuild 6 Oct 2008 16:19:45 -0000 1.1
50 +++ hugin-0.7.0-r1.ebuild 6 Oct 2008 19:10:52 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild,v 1.1 2008/10/06 16:19:45 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild,v 1.2 2008/10/06 19:10:52 maekke Exp $
56
57 EAPI="2"
58 WX_GTK_VER="2.8"
59 @@ -17,7 +17,7 @@
60
61 DEPEND="
62 app-arch/zip
63 - >=dev-libs/boost-1.30.0[threads]
64 + || ( >=dev-libs/boost-1.34 =dev-libs/boost-1.33*[threads] )
65 >=media-gfx/enblend-3.0_p20080807
66 media-libs/jpeg
67 media-libs/libpano13