* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
@ 2011-09-28 13:58 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-28 13:58 UTC (permalink / raw
To: gentoo-commits
pacho 11/09/28 13:58:00
Modified: ChangeLog
Added: emul-linux-x86-soundlibs-20110928.ebuild
Log:
Version bump.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Revision Changes Path
1.70 app-emulation/emul-linux-x86-soundlibs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 24 Aug 2011 10:03:51 -0000 1.69
+++ ChangeLog 28 Sep 2011 13:58:00 -0000 1.70
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.69 2011/08/24 10:03:51 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.70 2011/09/28 13:58:00 pacho Exp $
+
+*emul-linux-x86-soundlibs-20110928 (28 Sep 2011)
+
+ 28 Sep 2011; Pacho Ramos <pacho@gentoo.org>
+ +emul-linux-x86-soundlibs-20110928.ebuild:
+ Version bump.
24 Aug 2011; Tony Vroon <chainsaw@gentoo.org>
emul-linux-x86-soundlibs-20110722.ebuild:
1.1 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.1&content-type=text/plain
Index: emul-linux-x86-soundlibs-20110928.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.1 2011/09/28 13:58:00 pacho Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="as-is BSD FDL-1.2 GPL-2 LGPL-2 LGPL-2.1 gsm public-domain"
KEYWORDS="-* ~amd64"
IUSE="alsa pulseaudio"
RDEPEND="pulseaudio? ( media-sound/pulseaudio )
~app-emulation/emul-linux-x86-baselibs-${PV}
~app-emulation/emul-linux-x86-medialibs-${PV}"
QA_DT_HASH="usr/lib32/.*"
src_prepare() {
_ALLOWED="${S}/etc/env.d"
use alsa && _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
ALLOWED="(${_ALLOWED})"
emul-linux-x86_src_prepare
if use alsa; then
mv -f "${S}"/usr/bin/aoss{,32} || die
fi
# libs without the rest of pulseaudio cause problems, bug 302003
if ! use pulseaudio; then
rm -rf $(find "${S}" -name '*pulse*' -not -name '*impulse*') || die
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
@ 2011-10-15 19:29 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-15 19:29 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/15 19:29:40
Modified: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
Log:
Stable on amd64 wrt bug #387209
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.71 app-emulation/emul-linux-x86-soundlibs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 28 Sep 2011 13:58:00 -0000 1.70
+++ ChangeLog 15 Oct 2011 19:29:40 -0000 1.71
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.70 2011/09/28 13:58:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.71 2011/10/15 19:29:40 hwoarang Exp $
+
+ 15 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+ emul-linux-x86-soundlibs-20110928.ebuild:
+ Stable on amd64 wrt bug #387209
*emul-linux-x86-soundlibs-20110928 (28 Sep 2011)
1.2 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?r1=1.1&r2=1.2
Index: emul-linux-x86-soundlibs-20110928.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-soundlibs-20110928.ebuild 28 Sep 2011 13:58:00 -0000 1.1
+++ emul-linux-x86-soundlibs-20110928.ebuild 15 Oct 2011 19:29:40 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.1 2011/09/28 13:58:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.2 2011/10/15 19:29:40 hwoarang Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="as-is BSD FDL-1.2 GPL-2 LGPL-2 LGPL-2.1 gsm public-domain"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
IUSE="alsa pulseaudio"
RDEPEND="pulseaudio? ( media-sound/pulseaudio )
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
@ 2011-10-15 20:25 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-15 20:25 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/15 20:25:23
Modified: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
Log:
Stable on amd64 wrt bug #387209
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.72 app-emulation/emul-linux-x86-soundlibs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 15 Oct 2011 19:29:40 -0000 1.71
+++ ChangeLog 15 Oct 2011 20:25:22 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.71 2011/10/15 19:29:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.72 2011/10/15 20:25:22 hwoarang Exp $
+
+ 15 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+ emul-linux-x86-soundlibs-20110928.ebuild:
+ Revert keywords per bug #387209. We are not ready yet
15 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
emul-linux-x86-soundlibs-20110928.ebuild:
1.3 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?r1=1.2&r2=1.3
Index: emul-linux-x86-soundlibs-20110928.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-soundlibs-20110928.ebuild 15 Oct 2011 19:29:40 -0000 1.2
+++ emul-linux-x86-soundlibs-20110928.ebuild 15 Oct 2011 20:25:22 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.2 2011/10/15 19:29:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.3 2011/10/15 20:25:22 hwoarang Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="as-is BSD FDL-1.2 GPL-2 LGPL-2 LGPL-2.1 gsm public-domain"
-KEYWORDS="-* amd64"
+KEYWORDS="-* ~amd64"
IUSE="alsa pulseaudio"
RDEPEND="pulseaudio? ( media-sound/pulseaudio )
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
@ 2011-10-16 12:09 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16 12:09 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/16 12:09:34
Modified: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild
Log:
amd64 stable wrt #387209
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.73 app-emulation/emul-linux-x86-soundlibs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 15 Oct 2011 20:25:22 -0000 1.72
+++ ChangeLog 16 Oct 2011 12:09:34 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.72 2011/10/15 20:25:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.73 2011/10/16 12:09:34 ssuominen Exp $
+
+ 16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ emul-linux-x86-soundlibs-20110928.ebuild:
+ amd64 stable wrt #387209
15 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
emul-linux-x86-soundlibs-20110928.ebuild:
1.4 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild?r1=1.3&r2=1.4
Index: emul-linux-x86-soundlibs-20110928.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-soundlibs-20110928.ebuild 15 Oct 2011 20:25:22 -0000 1.3
+++ emul-linux-x86-soundlibs-20110928.ebuild 16 Oct 2011 12:09:34 -0000 1.4
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.3 2011/10/15 20:25:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20110928.ebuild,v 1.4 2011/10/16 12:09:34 ssuominen Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="as-is BSD FDL-1.2 GPL-2 LGPL-2 LGPL-2.1 gsm public-domain"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
IUSE="alsa pulseaudio"
RDEPEND="pulseaudio? ( media-sound/pulseaudio )
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-16 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 13:58 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20110928.ebuild Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2011-10-15 19:29 Markos Chandras (hwoarang)
2011-10-15 20:25 Markos Chandras (hwoarang)
2011-10-16 12:09 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