Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild audacious-3.1.1.ebuild ChangeLog
Date: Thu, 02 Feb 2012 04:10:37
Message-Id: 20120202041026.EE0712004B@flycatcher.gentoo.org
1 jdhore 12/02/02 04:10:26
2
3 Modified: audacious-3.1.ebuild audacious-3.1.1.ebuild
4 ChangeLog
5 Log:
6 Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been dropped. Closes bug #393371.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
9
10 Revision Changes Path
11 1.7 media-sound/audacious/audacious-3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.6&r2=1.7
16
17 Index: audacious-3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- audacious-3.1.ebuild 17 Jan 2012 13:22:00 -0000 1.6
24 +++ audacious-3.1.ebuild 2 Feb 2012 04:10:26 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.6 2012/01/17 13:22:00 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.7 2012/02/02 04:10:26 jdhore Exp $
30
31 EAPI=4
32 inherit eutils
33 @@ -15,7 +15,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
37 -IUSE="altivec chardet nls session sse2"
38 +IUSE="chardet nls session"
39
40 RDEPEND=">=dev-libs/dbus-glib-0.60
41 >=dev-libs/glib-2.16
42 @@ -48,11 +48,9 @@
43 econf \
44 --enable-dbus \
45 --enable-gtk3 \
46 - $(use_enable altivec) \
47 $(use_enable chardet) \
48 $(use_enable nls) \
49 - $(use_enable session sm) \
50 - $(use_enable sse2)
51 + $(use_enable session sm)
52 }
53
54 src_install() {
55
56
57
58 1.3 media-sound/audacious/audacious-3.1.1.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?rev=1.3&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?rev=1.3&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?r1=1.2&r2=1.3
63
64 Index: audacious-3.1.1.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v
67 retrieving revision 1.2
68 retrieving revision 1.3
69 diff -u -r1.2 -r1.3
70 --- audacious-3.1.1.ebuild 17 Jan 2012 12:55:52 -0000 1.2
71 +++ audacious-3.1.1.ebuild 2 Feb 2012 04:10:26 -0000 1.3
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2012 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v 1.2 2012/01/17 12:55:52 klausman Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v 1.3 2012/02/02 04:10:26 jdhore Exp $
77
78 EAPI=4
79 inherit eutils
80 @@ -15,7 +15,7 @@
81 LICENSE="GPL-2"
82 SLOT="0"
83 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
84 -IUSE="altivec chardet nls session sse2"
85 +IUSE="chardet nls session"
86
87 RDEPEND=">=dev-libs/dbus-glib-0.60
88 >=dev-libs/glib-2.16
89 @@ -48,11 +48,9 @@
90 econf \
91 --enable-dbus \
92 --enable-gtk3 \
93 - $(use_enable altivec) \
94 $(use_enable chardet) \
95 $(use_enable nls) \
96 - $(use_enable session sm) \
97 - $(use_enable sse2)
98 + $(use_enable session sm)
99 }
100
101 src_install() {
102
103
104
105 1.252 media-sound/audacious/ChangeLog
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.252&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.252&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.251&r2=1.252
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
114 retrieving revision 1.251
115 retrieving revision 1.252
116 diff -u -r1.251 -r1.252
117 --- ChangeLog 2 Feb 2012 04:02:02 -0000 1.251
118 +++ ChangeLog 2 Feb 2012 04:10:26 -0000 1.252
119 @@ -1,6 +1,11 @@
120 # ChangeLog for media-sound/audacious
121 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.251 2012/02/02 04:02:02 jdhore Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.252 2012/02/02 04:10:26 jdhore Exp $
124 +
125 + 02 Feb 2012; Jeff Horelick <jdhore@g.o> audacious-3.1.1.ebuild,
126 + audacious-3.1.ebuild:
127 + Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been
128 + dropped. Closes bug #393371.
129
130 *audacious-3.2 (02 Feb 2012)