mgorny 14/12/03 12:18:37 Modified: zbar-0.10-r5.ebuild ChangeLog Log: Call python_fix_shebang conditionally to USE=python, bug #531240. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-gfx/zbar/zbar-0.10-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?r1=1.2&r2=1.3 Index: zbar-0.10-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zbar-0.10-r5.ebuild 30 Nov 2014 13:36:08 -0000 1.2 +++ zbar-0.10-r5.ebuild 3 Dec 2014 12:18:37 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.2 2014/11/30 13:36:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.3 2014/12/03 12:18:37 mgorny Exp $ EAPI=5 @@ -41,7 +41,7 @@ epatch "${FILESDIR}"/${P}-errors.patch epatch "${FILESDIR}"/${P}-python-crash.patch - python_fix_shebang examples/upcrpc.py test/*.py + use python && python_fix_shebang examples/upcrpc.py test/*.py sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' configure.ac || die #423581 eautoreconf 1.17 media-gfx/zbar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 30 Nov 2014 13:36:08 -0000 1.16 +++ ChangeLog 3 Dec 2014 12:18:37 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/zbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.16 2014/11/30 13:36:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.17 2014/12/03 12:18:37 mgorny Exp $ + + 03 Dec 2014; Michał Górny <[email protected]> zbar-0.10-r5.ebuild: + Call python_fix_shebang conditionally to USE=python, bug #531240. 30 Nov 2014; Michał Górny <[email protected]> zbar-0.10-r5.ebuild: Add missing REQUIRED_USE.
