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/sdl-gfx: sdl-gfx-2.0.24-r2.ebuild sdl-gfx-2.0.25.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:56:14
Message-Id: 20150129175610.6173E109AA@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:56:10
2
3 Modified: sdl-gfx-2.0.24-r2.ebuild sdl-gfx-2.0.25.ebuild
4 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.3 media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild?r1=1.2&r2=1.3
16
17 Index: sdl-gfx-2.0.24-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- sdl-gfx-2.0.24-r2.ebuild 24 Aug 2014 23:14:49 -0000 1.2
24 +++ sdl-gfx-2.0.24-r2.ebuild 29 Jan 2015 17:56:10 -0000 1.3
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-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild,v 1.2 2014/08/24 23:14:49 hasufell Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.24-r2.ebuild,v 1.3 2015/01/29 17:56:10 mgorny Exp $
31
32 EAPI=2
33 inherit autotools eutils
34 @@ -13,7 +13,7 @@
35 LICENSE="ZLIB"
36 SLOT="0"
37 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 -IUSE="doc mmx static-libs"
39 +IUSE="doc cpu_flags_x86_mmx static-libs"
40
41 DEPEND="media-libs/libsdl[video]"
42
43 @@ -27,7 +27,7 @@
44 src_configure() {
45 econf \
46 --disable-dependency-tracking \
47 - $(use_enable mmx) \
48 + $(use_enable cpu_flags_x86_mmx mmx) \
49 $(use_enable static-libs static)
50 }
51
52
53
54
55 1.3 media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild?rev=1.3&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild?rev=1.3&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild?r1=1.2&r2=1.3
60
61 Index: sdl-gfx-2.0.25.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v
64 retrieving revision 1.2
65 retrieving revision 1.3
66 diff -u -r1.2 -r1.3
67 --- sdl-gfx-2.0.25.ebuild 9 Dec 2014 10:26:32 -0000 1.2
68 +++ sdl-gfx-2.0.25.ebuild 29 Jan 2015 17:56:10 -0000 1.3
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-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 1.2 2014/12/09 10:26:32 jer Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 1.3 2015/01/29 17:56:10 mgorny Exp $
75
76 EAPI=5
77 inherit autotools eutils multilib-minimal
78 @@ -13,7 +13,7 @@
79 LICENSE="ZLIB"
80 SLOT="0"
81 KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
82 -IUSE="doc mmx static-libs"
83 +IUSE="doc cpu_flags_x86_mmx static-libs"
84
85 RDEPEND=">=media-libs/libsdl-1.2.15-r4[video,${MULTILIB_USEDEP}]"
86 DEPEND="${RDEPEND}"
87 @@ -29,7 +29,7 @@
88 multilib_src_configure() {
89 ECONF_SOURCE="${S}" econf \
90 --disable-dependency-tracking \
91 - $(use_enable mmx) \
92 + $(use_enable cpu_flags_x86_mmx mmx) \
93 $(use_enable static-libs static)
94 }
95
96
97
98
99 1.106 media-libs/sdl-gfx/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.106&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?rev=1.106&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-gfx/ChangeLog?r1=1.105&r2=1.106
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v
108 retrieving revision 1.105
109 retrieving revision 1.106
110 diff -u -r1.105 -r1.106
111 --- ChangeLog 9 Dec 2014 10:26:32 -0000 1.105
112 +++ ChangeLog 29 Jan 2015 17:56:10 -0000 1.106
113 @@ -1,6 +1,10 @@
114 # ChangeLog for media-libs/sdl-gfx
115 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.105 2014/12/09 10:26:32 jer Exp $
117 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.106 2015/01/29 17:56:10 mgorny Exp $
119 +
120 + 29 Jan 2015; Michał Górny <mgorny@g.o> sdl-gfx-2.0.24-r2.ebuild,
121 + sdl-gfx-2.0.25.ebuild:
122 + Convert to CPU_FLAGS_X86.
123
124 09 Dec 2014; Jeroen Roovers <jer@g.o> sdl-gfx-2.0.25.ebuild:
125 Stable for HPPA (bug #526022).