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-libs/smpeg2: smpeg2-2.0.0-r2.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:58:30
Message-Id: 20150129175822.D954B109AE@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:58:22
2
3 Modified: smpeg2-2.0.0-r2.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.4 media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: smpeg2-2.0.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- smpeg2-2.0.0-r2.ebuild 22 Jan 2015 08:24:50 -0000 1.3
23 +++ smpeg2-2.0.0-r2.ebuild 29 Jan 2015 17:58:22 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.3 2015/01/22 08:24:50 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.4 2015/01/29 17:58:22 mgorny Exp $
29
30 EAPI=5
31 inherit eutils toolchain-funcs autotools multilib-minimal
32 @@ -13,7 +13,7 @@
33 LICENSE="LGPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="debug mmx static-libs"
37 +IUSE="debug cpu_flags_x86_mmx static-libs"
38
39 DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"
40 RDEPEND="${DEPEND}"
41 @@ -41,7 +41,7 @@
42 --disable-rpath \
43 --enable-debug \
44 --disable-sdltest \
45 - $(use_enable mmx) \
46 + $(use_enable cpu_flags_x86_mmx mmx) \
47 $(use_enable debug assertions)
48 }
49
50
51
52
53 1.6 media-libs/smpeg2/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.6&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.6&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?r1=1.5&r2=1.6
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v
62 retrieving revision 1.5
63 retrieving revision 1.6
64 diff -u -r1.5 -r1.6
65 --- ChangeLog 22 Jan 2015 08:24:50 -0000 1.5
66 +++ ChangeLog 29 Jan 2015 17:58:22 -0000 1.6
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/smpeg2
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.5 2015/01/22 08:24:50 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.6 2015/01/29 17:58:22 mgorny Exp $
72 +
73 + 29 Jan 2015; Michał Górny <mgorny@g.o> smpeg2-2.0.0-r2.ebuild:
74 + Switch to CPU_FLAGS_X86.
75
76 22 Jan 2015; Michael Sterrett <mr_bones_@g.o> -smpeg2-2.0.0-r1.ebuild,
77 smpeg2-2.0.0-r2.ebuild: