jdhore 12/02/02 04:10:26
Modified: audacious-3.1.ebuild audacious-3.1.1.ebuild
ChangeLog
Log:
Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been dropped. Closes bug #393371.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Revision Changes Path
1.7 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.6&r2=1.7
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- audacious-3.1.ebuild 17 Jan 2012 13:22:00 -0000 1.6
+++ audacious-3.1.ebuild 2 Feb 2012 04:10:26 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.6 2012/01/17 13:22:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.7 2012/02/02 04:10:26 jdhore Exp $
EAPI=4
inherit eutils
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="altivec chardet nls session sse2"
+IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.16
@@ -48,11 +48,9 @@
econf \
--enable-dbus \
--enable-gtk3 \
- $(use_enable altivec) \
$(use_enable chardet) \
$(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2)
+ $(use_enable session sm)
}
src_install() {
1.3 media-sound/audacious/audacious-3.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild?r1=1.2&r2=1.3
Index: audacious-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-3.1.1.ebuild 17 Jan 2012 12:55:52 -0000 1.2
+++ audacious-3.1.1.ebuild 2 Feb 2012 04:10:26 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v 1.2 2012/01/17 12:55:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v 1.3 2012/02/02 04:10:26 jdhore Exp $
EAPI=4
inherit eutils
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="altivec chardet nls session sse2"
+IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.16
@@ -48,11 +48,9 @@
econf \
--enable-dbus \
--enable-gtk3 \
- $(use_enable altivec) \
$(use_enable chardet) \
$(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2)
+ $(use_enable session sm)
}
src_install() {
1.252 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.251&r2=1.252
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog 2 Feb 2012 04:02:02 -0000 1.251
+++ ChangeLog 2 Feb 2012 04:10:26 -0000 1.252
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.251 2012/02/02 04:02:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.252 2012/02/02 04:10:26 jdhore Exp $
+
+ 02 Feb 2012; Jeff Horelick <jdhore@g.o> audacious-3.1.1.ebuild,
+ audacious-3.1.ebuild:
+ Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been
+ dropped. Closes bug #393371.
*audacious-3.2 (02 Feb 2012)
|