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-gfx/zbar: zbar-0.10-r5.ebuild ChangeLog
Date: Wed, 03 Dec 2014 12:18:41
Message-Id: 20141203121837.67C19B72B@oystercatcher.gentoo.org
1 mgorny 14/12/03 12:18:37
2
3 Modified: zbar-0.10-r5.ebuild ChangeLog
4 Log:
5 Call python_fix_shebang conditionally to USE=python, bug #531240.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 media-gfx/zbar/zbar-0.10-r5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?r1=1.2&r2=1.3
15
16 Index: zbar-0.10-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- zbar-0.10-r5.ebuild 30 Nov 2014 13:36:08 -0000 1.2
23 +++ zbar-0.10-r5.ebuild 3 Dec 2014 12:18:37 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.2 2014/11/30 13:36:08 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.3 2014/12/03 12:18:37 mgorny Exp $
29
30 EAPI=5
31
32 @@ -41,7 +41,7 @@
33 epatch "${FILESDIR}"/${P}-errors.patch
34 epatch "${FILESDIR}"/${P}-python-crash.patch
35
36 - python_fix_shebang examples/upcrpc.py test/*.py
37 + use python && python_fix_shebang examples/upcrpc.py test/*.py
38
39 sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' configure.ac || die #423581
40 eautoreconf
41
42
43
44 1.17 media-gfx/zbar/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.17&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.17&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?r1=1.16&r2=1.17
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v
53 retrieving revision 1.16
54 retrieving revision 1.17
55 diff -u -r1.16 -r1.17
56 --- ChangeLog 30 Nov 2014 13:36:08 -0000 1.16
57 +++ ChangeLog 3 Dec 2014 12:18:37 -0000 1.17
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-gfx/zbar
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.16 2014/11/30 13:36:08 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.17 2014/12/03 12:18:37 mgorny Exp $
63 +
64 + 03 Dec 2014; Michał Górny <mgorny@g.o> zbar-0.10-r5.ebuild:
65 + Call python_fix_shebang conditionally to USE=python, bug #531240.
66
67 30 Nov 2014; Michał Górny <mgorny@g.o> zbar-0.10-r5.ebuild:
68 Add missing REQUIRED_USE.