Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: lensfun-0.2.8.ebuild lensfun-0.2.7.ebuild ChangeLog
Date: Mon, 30 Dec 2013 09:12:28
Message-Id: 20131230091224.224D22004C@flycatcher.gentoo.org
1 mgorny 13/12/30 09:12:24
2
3 Modified: lensfun-0.2.8.ebuild lensfun-0.2.7.ebuild ChangeLog
4 Log:
5 Add PYTHON_REQUIRED_USE, wrt bug #496468.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 media-libs/lensfun/lensfun-0.2.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild?r1=1.1&r2=1.2
15
16 Index: lensfun-0.2.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lensfun-0.2.8.ebuild 18 Dec 2013 22:25:47 -0000 1.1
23 +++ lensfun-0.2.8.ebuild 30 Dec 2013 09:12:23 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v 1.1 2013/12/18 22:25:47 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8.ebuild,v 1.2 2013/12/30 09:12:23 mgorny Exp $
29
30 EAPI=5
31
32 @@ -23,6 +23,8 @@
33 DEPEND="${RDEPEND}
34 doc? ( app-doc/doxygen )"
35
36 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37 +
38 PATCHES=(
39 "${FILESDIR}"/${P}-build.patch
40 )
41
42
43
44 1.11 media-libs/lensfun/lensfun-0.2.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild?r1=1.10&r2=1.11
49
50 Index: lensfun-0.2.7.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- lensfun-0.2.7.ebuild 25 Dec 2013 09:41:35 -0000 1.10
57 +++ lensfun-0.2.7.ebuild 30 Dec 2013 09:12:23 -0000 1.11
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild,v 1.10 2013/12/25 09:41:35 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild,v 1.11 2013/12/30 09:12:23 mgorny Exp $
63
64 EAPI=5
65
66 @@ -23,6 +23,8 @@
67 DEPEND="${RDEPEND}
68 doc? ( app-doc/doxygen )"
69
70 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
71 +
72 PATCHES=(
73 "${FILESDIR}"/${P}-build.patch
74 "${FILESDIR}"/${PN}-0.2.6-auxfun.patch
75
76
77
78 1.59 media-libs/lensfun/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.59&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.59&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.58&r2=1.59
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
87 retrieving revision 1.58
88 retrieving revision 1.59
89 diff -u -r1.58 -r1.59
90 --- ChangeLog 25 Dec 2013 09:41:35 -0000 1.58
91 +++ ChangeLog 30 Dec 2013 09:12:23 -0000 1.59
92 @@ -1,6 +1,10 @@
93 # ChangeLog for media-libs/lensfun
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.58 2013/12/25 09:41:35 maekke Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.59 2013/12/30 09:12:23 mgorny Exp $
97 +
98 + 30 Dec 2013; Michał Górny <mgorny@g.o> lensfun-0.2.7.ebuild,
99 + lensfun-0.2.8.ebuild:
100 + Add PYTHON_REQUIRED_USE, wrt bug #496468.
101
102 25 Dec 2013; Markus Meier <maekke@g.o> lensfun-0.2.7.ebuild:
103 arm stable, bug #494692