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-sound/mac: mac-3.99.4.5.7-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 18:54:50
Message-Id: 20150129185447.7DE17109BB@oystercatcher.gentoo.org
1 mgorny 15/01/29 18:54:47
2
3 Modified: mac-3.99.4.5.7-r1.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.8 media-sound/mac/mac-3.99.4.5.7-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: mac-3.99.4.5.7-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- mac-3.99.4.5.7-r1.ebuild 10 Jun 2014 19:48:42 -0000 1.7
23 +++ mac-3.99.4.5.7-r1.ebuild 29 Jan 2015 18:54:47 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild,v 1.7 2014/06/10 19:48:42 billie Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.7-r1.ebuild,v 1.8 2015/01/29 18:54:47 mgorny Exp $
30
31 EAPI=5
32
33 @@ -17,11 +17,11 @@
34 LICENSE="mac"
35 SLOT="0"
36 KEYWORDS="alpha amd64 ppc x86"
37 -IUSE="mmx static-libs"
38 +IUSE="cpu_flags_x86_mmx static-libs"
39
40 RDEPEND=""
41 DEPEND="sys-apps/sed
42 - mmx? ( dev-lang/yasm )"
43 + cpu_flags_x86_mmx? ( dev-lang/yasm )"
44
45 S=${WORKDIR}/${MY_P}
46
47 @@ -33,13 +33,13 @@
48
49 pkg_setup() {
50 append-cppflags -DSHNTOOL
51 - use mmx && append-ldflags -Wl,-z,noexecstack
52 + use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
53 }
54
55 src_configure() {
56 econf \
57 $(use_enable static-libs static) \
58 - $(use_enable mmx assembly)
59 + $(use_enable cpu_flags_x86_mmx assembly)
60 }
61
62 src_install() {
63
64
65
66 1.31 media-sound/mac/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/ChangeLog?rev=1.31&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/ChangeLog?rev=1.31&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mac/ChangeLog?r1=1.30&r2=1.31
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v
75 retrieving revision 1.30
76 retrieving revision 1.31
77 diff -u -r1.30 -r1.31
78 --- ChangeLog 10 Jun 2014 19:48:42 -0000 1.30
79 +++ ChangeLog 29 Jan 2015 18:54:47 -0000 1.31
80 @@ -1,6 +1,9 @@
81 # ChangeLog for media-sound/mac
82 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.30 2014/06/10 19:48:42 billie Exp $
84 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.31 2015/01/29 18:54:47 mgorny Exp $
86 +
87 + 29 Jan 2015; Michał Górny <mgorny@g.o> mac-3.99.4.5.7-r1.ebuild:
88 + Switch to CPU_FLAGS_X86.
89
90 10 Jun 2014; Daniel Pielmeier <billie@g.o> mac-3.99.4.5.7-r1.ebuild:
91 Use prune_libtool_files from eutils.
92 @@ -100,4 +103,3 @@
93 06 Oct 2009; Samuli Suominen <ssuominen@g.o> +mac-3.99.4.5.ebuild,
94 +files/mac-3.99.4.5-gcc44.patch:
95 Initial commit wrt #94477, thanks to Thomas Kuther and others.
96 -