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/luminance-hdr: luminance-hdr-2.3.0.ebuild luminance-hdr-2.3.1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:21:09
Message-Id: 20150129172103.F0FB08F8@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:21:03
2
3 Modified: luminance-hdr-2.3.0.ebuild
4 luminance-hdr-2.3.1.ebuild ChangeLog
5 Log:
6 Convert to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.8 media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild?r1=1.7&r2=1.8
16
17 Index: luminance-hdr-2.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- luminance-hdr-2.3.0.ebuild 10 Aug 2014 21:15:38 -0000 1.7
24 +++ luminance-hdr-2.3.0.ebuild 29 Jan 2015 17:21:03 -0000 1.8
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild,v 1.7 2014/08/10 21:15:38 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild,v 1.8 2015/01/29 17:21:03 mgorny Exp $
31
32 EAPI="4"
33
34 @@ -15,7 +15,7 @@
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh"
38 -IUSE="sse2 ${LANGS// / linguas_} openmp"
39 +IUSE="cpu_flags_x86_sse2 ${LANGS// / linguas_} openmp"
40
41 DEPEND="
42 >=media-gfx/exiv2-0.14
43 @@ -38,7 +38,7 @@
44 S=${WORKDIR}/${MY_P}
45
46 pkg_pretend() {
47 - if use sse2 ; then
48 + if use cpu_flags_x86_sse2 ; then
49 append-flags -msse2
50 else
51 eerror "This package requires a CPU supporting the SSE2 instruction set."
52
53
54
55 1.5 media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild?r1=1.4&r2=1.5
60
61 Index: luminance-hdr-2.3.1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- luminance-hdr-2.3.1.ebuild 10 Aug 2014 21:15:38 -0000 1.4
68 +++ luminance-hdr-2.3.1.ebuild 29 Jan 2015 17:21:03 -0000 1.5
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2014 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild,v 1.4 2014/08/10 21:15:38 slyfox Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/luminance-hdr-2.3.1.ebuild,v 1.5 2015/01/29 17:21:03 mgorny Exp $
75
76 EAPI=5
77
78 @@ -15,7 +15,7 @@
79 SLOT="0"
80 KEYWORDS="~amd64 ~x86"
81 LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh"
82 -IUSE="openmp sse2 test ${LANGS// / linguas_}"
83 +IUSE="openmp cpu_flags_x86_sse2 test ${LANGS// / linguas_}"
84
85 RDEPEND="
86 dev-libs/boost:0=
87 @@ -38,7 +38,7 @@
88 DOCS=( AUTHORS BUGS Changelog README TODO )
89
90 pkg_pretend() {
91 - if use sse2 ; then
92 + if use cpu_flags_x86_sse2 ; then
93 append-flags -msse2
94 else
95 eerror "This package requires a CPU supporting the SSE2 instruction set."
96
97
98
99 1.32 media-gfx/luminance-hdr/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/ChangeLog?rev=1.32&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/ChangeLog?rev=1.32&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/luminance-hdr/ChangeLog?r1=1.31&r2=1.32
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/ChangeLog,v
108 retrieving revision 1.31
109 retrieving revision 1.32
110 diff -u -r1.31 -r1.32
111 --- ChangeLog 10 Aug 2014 21:15:38 -0000 1.31
112 +++ ChangeLog 29 Jan 2015 17:21:03 -0000 1.32
113 @@ -1,6 +1,10 @@
114 # ChangeLog for media-gfx/luminance-hdr
115 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/ChangeLog,v 1.31 2014/08/10 21:15:38 slyfox Exp $
117 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/luminance-hdr/ChangeLog,v 1.32 2015/01/29 17:21:03 mgorny Exp $
119 +
120 + 29 Jan 2015; Michał Górny <mgorny@g.o> luminance-hdr-2.3.0.ebuild,
121 + luminance-hdr-2.3.1.ebuild:
122 + Convert to CPU_FLAGS_X86.
123
124 10 Aug 2014; Sergei Trofimovich <slyfox@g.o>
125 luminance-hdr-2.3.0.ebuild, luminance-hdr-2.3.1.ebuild: