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-2014.0.0_rc4.ebuild
Date: Sat, 27 Sep 2014 11:33:13
Message-Id: 20140927113309.E689E668E@oystercatcher.gentoo.org
1 maekke 14/09/27 11:33:09
2
3 Modified: ChangeLog hugin-2014.0.0_rc4.ebuild
4 Log:
5 call python eclass functions depending on USE=python, by Kent Fredric in bug #523842
6
7 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.149 media-gfx/hugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.149&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.149&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.148&r2=1.149
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
19 retrieving revision 1.148
20 retrieving revision 1.149
21 diff -u -r1.148 -r1.149
22 --- ChangeLog 9 Jun 2014 08:19:09 -0000 1.148
23 +++ ChangeLog 27 Sep 2014 11:33:09 -0000 1.149
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/hugin
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.148 2014/06/09 08:19:09 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.149 2014/09/27 11:33:09 maekke Exp $
29 +
30 + 27 Sep 2014; Markus Meier <maekke@g.o> hugin-2014.0.0_rc4.ebuild:
31 + call python eclass functions depending on USE=python, by Kent Fredric in bug
32 + #523842
33
34 09 Jun 2014; Markus Meier <maekke@g.o> hugin-2013.0.0-r1.ebuild,
35 -hugin-2014.0.0_rc1.ebuild, -hugin-2014.0.0_rc2.ebuild,
36
37
38
39 1.3 media-gfx/hugin/hugin-2014.0.0_rc4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?r1=1.2&r2=1.3
44
45 Index: hugin-2014.0.0_rc4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- hugin-2014.0.0_rc4.ebuild 9 Jun 2014 08:19:09 -0000 1.2
52 +++ hugin-2014.0.0_rc4.ebuild 27 Sep 2014 11:33:09 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v 1.2 2014/06/09 08:19:09 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v 1.3 2014/09/27 11:33:09 maekke Exp $
58
59 EAPI=5
60
61 @@ -57,7 +57,7 @@
62 $(cmake-utils_use_enable lapack LAPACK)
63 $(cmake-utils_use_build python HSI)
64 )
65 - python-single-r1_pkg_setup
66 + use python && python-single-r1_pkg_setup
67 }
68
69 src_prepare() {
70 @@ -71,7 +71,7 @@
71
72 src_install() {
73 cmake-utils_src_install
74 - python_optimize
75 + use python && python_optimize
76
77 for lang in ${LANGS} ; do
78 case ${lang} in