* [gentoo-commits] gentoo-x86 commit in media-sound/synaesthesia: ChangeLog synaesthesia-2.4.ebuild
@ 2009-05-11 19:34 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-11 19:34 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/05/11 19:34:01
Modified: ChangeLog synaesthesia-2.4.ebuild
Log:
Replace double quotes with single quotes to fix configure differently wrt #240832.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.19 media-sound/synaesthesia/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 24 Mar 2008 13:04:02 -0000 1.18
+++ ChangeLog 11 May 2009 19:34:01 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/synaesthesia
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.18 2008/03/24 13:04:02 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.19 2009/05/11 19:34:01 ssuominen Exp $
+
+ 11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ synaesthesia-2.4.ebuild:
+ Replace double quotes with single quotes to fix configure differently wrt
+ #240832.
24 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
synaesthesia-2.4.ebuild:
1.6 media-sound/synaesthesia/synaesthesia-2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?r1=1.5&r2=1.6
Index: synaesthesia-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- synaesthesia-2.4.ebuild 11 May 2009 13:43:48 -0000 1.5
+++ synaesthesia-2.4.ebuild 11 May 2009 19:34:01 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.5 2009/05/11 13:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.6 2009/05/11 19:34:01 ssuominen Exp $
EAPI=2
@@ -22,8 +22,8 @@
x11-proto/xextproto"
src_prepare() {
- sed -e "/CFLAGS=/s:-O4:${CFLAGS}:" \
- -e "/CXXFLAGS=/s:-O4:${CXXFLAGS}:" -i configure || die "sed failed"
+ sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
+ -e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed failed"
sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/synaesthesia: ChangeLog synaesthesia-2.4.ebuild
@ 2012-03-18 12:42 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-18 12:42 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/03/18 12:42:17
Modified: ChangeLog synaesthesia-2.4.ebuild
Log:
Remove no-op USE="esd" because media-sound/esound isn't in tree anymore.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.20 media-sound/synaesthesia/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 11 May 2009 19:34:01 -0000 1.19
+++ ChangeLog 18 Mar 2012 12:42:17 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/synaesthesia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.19 2009/05/11 19:34:01 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.20 2012/03/18 12:42:17 ssuominen Exp $
+
+ 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> synaesthesia-2.4.ebuild:
+ Remove no-op USE="esd" because media-sound/esound isn't in tree anymore.
11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
synaesthesia-2.4.ebuild:
1.7 media-sound/synaesthesia/synaesthesia-2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild?r1=1.6&r2=1.7
Index: synaesthesia-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synaesthesia-2.4.ebuild 11 May 2009 19:34:01 -0000 1.6
+++ synaesthesia-2.4.ebuild 18 Mar 2012 12:42:17 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.6 2009/05/11 19:34:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.4.ebuild,v 1.7 2012/03/18 12:42:17 ssuominen Exp $
EAPI=2
@@ -11,11 +11,10 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="sdl svga esd"
+IUSE="sdl svga"
RDEPEND="x11-libs/libXext
x11-libs/libSM
- esd? ( >=media-sound/esound-0.2.22 )
sdl? ( >=media-libs/libsdl-1.2 )
svga? ( >=media-libs/svgalib-1.4.3 )"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-18 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 19:34 [gentoo-commits] gentoo-x86 commit in media-sound/synaesthesia: ChangeLog synaesthesia-2.4.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-03-18 12:42 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox