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/audacious: audacious-2.5.4.ebuild audacious-2.4.4.ebuild ChangeLog
Date: Thu, 29 Jan 2015 18:52:28
Message-Id: 20150129185225.99271109BB@oystercatcher.gentoo.org
1 mgorny 15/01/29 18:52:25
2
3 Modified: audacious-2.5.4.ebuild audacious-2.4.4.ebuild
4 ChangeLog
5 Log:
6 Switch 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.9 media-sound/audacious/audacious-2.5.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?r1=1.8&r2=1.9
16
17 Index: audacious-2.5.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- audacious-2.5.4.ebuild 6 Jan 2013 20:53:19 -0000 1.8
24 +++ audacious-2.5.4.ebuild 29 Jan 2015 18:52:25 -0000 1.9
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 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-sound/audacious/audacious-2.5.4.ebuild,v 1.8 2013/01/06 20:53:19 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v 1.9 2015/01/29 18:52:25 mgorny Exp $
31
32 EAPI=4
33
34 @@ -14,7 +14,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
38 -IUSE="altivec chardet nls session sse2"
39 +IUSE="altivec chardet nls session cpu_flags_x86_sse2"
40
41 RDEPEND=">=dev-libs/dbus-glib-0.60
42 >=dev-libs/glib-2.16
43 @@ -45,7 +45,7 @@
44 $(use_enable chardet) \
45 $(use_enable nls) \
46 $(use_enable session sm) \
47 - $(use_enable sse2)
48 + $(use_enable cpu_flags_x86_sse2 sse2)
49 }
50
51 src_install() {
52
53
54
55 1.13 media-sound/audacious/audacious-2.4.4.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?rev=1.13&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?rev=1.13&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?r1=1.12&r2=1.13
60
61 Index: audacious-2.4.4.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild,v
64 retrieving revision 1.12
65 retrieving revision 1.13
66 diff -u -r1.12 -r1.13
67 --- audacious-2.4.4.ebuild 7 Nov 2014 23:37:15 -0000 1.12
68 +++ audacious-2.4.4.ebuild 29 Jan 2015 18:52:25 -0000 1.13
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-sound/audacious/audacious-2.4.4.ebuild,v 1.12 2014/11/07 23:37:15 dilfridge Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild,v 1.13 2015/01/29 18:52:25 mgorny Exp $
75
76 EAPI=1
77
78 @@ -14,7 +14,7 @@
79 LICENSE="GPL-2"
80 SLOT="0"
81 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
82 -IUSE="altivec chardet nls session sse2"
83 +IUSE="altivec chardet nls session cpu_flags_x86_sse2"
84
85 RDEPEND=">=dev-libs/dbus-glib-0.60
86 >=dev-libs/glib-2.16
87 @@ -44,7 +44,7 @@
88 $(use_enable chardet) \
89 $(use_enable nls) \
90 $(use_enable session sm) \
91 - $(use_enable sse2) \
92 + $(use_enable cpu_flags_x86_sse2 sse2) \
93 || die
94
95 emake || die "make failed"
96
97
98
99 1.300 media-sound/audacious/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.300&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.300&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.299&r2=1.300
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
108 retrieving revision 1.299
109 retrieving revision 1.300
110 diff -u -r1.299 -r1.300
111 --- ChangeLog 7 Nov 2014 23:37:15 -0000 1.299
112 +++ ChangeLog 29 Jan 2015 18:52:25 -0000 1.300
113 @@ -1,6 +1,10 @@
114 # ChangeLog for media-sound/audacious
115 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.299 2014/11/07 23:37:15 dilfridge Exp $
117 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.300 2015/01/29 18:52:25 mgorny Exp $
119 +
120 + 29 Jan 2015; Michał Górny <mgorny@g.o> audacious-2.4.4.ebuild,
121 + audacious-2.5.4.ebuild:
122 + Switch to CPU_FLAGS_X86.
123
124 *audacious-2.4.4 (07 Nov 2014)