chainsaw 11/11/14 13:09:54
Modified: ChangeLog audacious-plugins-3.1.ebuild
audacious-plugins-3.0.3.ebuild
Log:
Do not try to set non-existent configure option; from arch testing by Agostino "ago" Sarubbo.
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Revision Changes Path
1.225 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.224&r2=1.225
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog 14 Nov 2011 11:08:41 -0000 1.224
+++ ChangeLog 14 Nov 2011 13:09:54 -0000 1.225
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.224 2011/11/14 11:08:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.225 2011/11/14 13:09:54 chainsaw Exp $
+
+ 14 Nov 2011; Tony Vroon <chainsaw@g.o> audacious-plugins-3.0.3.ebuild,
+ audacious-plugins-3.1.ebuild:
+ Do not try to set non-existent configure option; from arch testing by
+ Agostino "ago" Sarubbo.
14 Nov 2011; Tony Vroon <chainsaw@g.o> audacious-plugins-3.0.3.ebuild,
audacious-plugins-3.1.ebuild:
1.3 media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?r1=1.2&r2=1.3
Index: audacious-plugins-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-plugins-3.1.ebuild 14 Nov 2011 11:08:41 -0000 1.2
+++ audacious-plugins-3.1.ebuild 14 Nov 2011 13:09:54 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.2 2011/11/14 11:08:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.3 2011/11/14 13:09:54 chainsaw Exp $
EAPI=4
@@ -70,7 +70,6 @@
--enable-chardet \
--enable-modplug \
--enable-neon \
- --disable-projectm-1.0 \
$(use_enable adplug) \
$(use_enable aac) \
$(use_enable alsa) \
1.6 media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild?r1=1.5&r2=1.6
Index: audacious-plugins-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audacious-plugins-3.0.3.ebuild 14 Nov 2011 11:08:41 -0000 1.5
+++ audacious-plugins-3.0.3.ebuild 14 Nov 2011 13:09:54 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.5 2011/11/14 11:08:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.6 2011/11/14 13:09:54 chainsaw Exp $
EAPI=4
@@ -70,7 +70,6 @@
--enable-chardet \
--enable-modplug \
--enable-neon \
- --disable-projectm-1.0 \
$(use_enable adplug) \
$(use_enable aac) \
$(use_enable alsa) \
|