Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
Date: Sat, 01 Oct 2011 21:37:15
Message-Id: 20111001213703.A61672004B@flycatcher.gentoo.org
1 ssuominen 11/10/01 21:37:03
2
3 Modified: ChangeLog lensfun-0.2.5-r2.ebuild
4 Log:
5 Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 media-libs/lensfun/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 23 Aug 2011 23:00:46 -0000 1.28
23 +++ ChangeLog 1 Oct 2011 21:37:03 -0000 1.29
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/lensfun
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.28 2011/08/23 23:00:46 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.29 2011/10/01 21:37:03 ssuominen Exp $
29 +
30 + 01 Oct 2011; Samuli Suominen <ssuominen@g.o> lensfun-0.2.5-r2.ebuild:
31 + Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.
32
33 23 Aug 2011; Tim Harder <radhermit@g.o> lensfun-0.2.4.ebuild,
34 lensfun-0.2.5.ebuild, lensfun-0.2.5-r1.ebuild, lensfun-0.2.5-r2.ebuild:
35
36
37
38 1.3 media-libs/lensfun/lensfun-0.2.5-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?r1=1.2&r2=1.3
43
44 Index: lensfun-0.2.5-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- lensfun-0.2.5-r2.ebuild 23 Aug 2011 23:00:46 -0000 1.2
51 +++ lensfun-0.2.5-r2.ebuild 1 Oct 2011 21:37:03 -0000 1.3
52 @@ -1,9 +1,9 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.2 2011/08/23 23:00:46 radhermit Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.3 2011/10/01 21:37:03 ssuominen Exp $
57
58 EAPI=2
59 -inherit eutils python
60 +inherit eutils python toolchain-funcs
61
62 DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions"
63 HOMEPAGE="http://lensfun.berlios.de/"
64 @@ -17,7 +17,7 @@
65 RDEPEND=">=dev-libs/glib-2
66 >=media-libs/libpng-1.2"
67 DEPEND="${RDEPEND}
68 - =dev-lang/python-2*
69 + || ( dev-lang/python:2.7 dev-lang/python:2.6 )
70 dev-util/pkgconfig
71 doc? ( >=app-doc/doxygen-1.5.0 )"
72
73 @@ -37,6 +37,9 @@
74 }
75
76 src_configure() {
77 + tc-export CXX
78 + export LD="${CXX}"
79 +
80 local myconf=""
81 use debug && myconf="--mode=debug"
82 # econf does NOT work