diff options
author | Lars Weiler <pylon@gentoo.org> | 2003-12-07 05:56:52 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2003-12-07 05:56:52 +0000 |
commit | 551c8602f15ea9406a75669370dd7a5854f8de19 (patch) | |
tree | 278f2074304dd101484ebde23525a578d3444e07 /app-emulation | |
parent | alsa works with MOL (diff) | |
download | gentoo-2-551c8602f15ea9406a75669370dd7a5854f8de19.tar.gz gentoo-2-551c8602f15ea9406a75669370dd7a5854f8de19.tar.bz2 gentoo-2-551c8602f15ea9406a75669370dd7a5854f8de19.zip |
alsa works with MOL
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/mol/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/mol/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.69_pre6.ebuild | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog index 16acc3a54d95..596e6e65b7a0 100644 --- a/app-emulation/mol/ChangeLog +++ b/app-emulation/mol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/mol # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.26 2003/11/18 23:43:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.27 2003/12/07 05:56:48 pylon Exp $ + + 07 Dec 2003; Lars Weiler <pylon@gentoo.org> mol-0.9.69_pre6.ebuild: + Alsa sound works with MOL and Panther. Deleted the info about not checked + status. 19 Nov 2003; Luca Barbato <lu_zero@gentoo.org> mol-0.9.69_pre6.ebuild: linux 2.6 fix (as patch) diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest index 51320ab366ee..8f0e121102e7 100644 --- a/app-emulation/mol/Manifest +++ b/app-emulation/mol/Manifest @@ -1,9 +1,9 @@ MD5 84c32ed763ae9c3851d03607a6bd1684 mol-0.9.68-r4.ebuild 2217 -MD5 f1c4393e0675a96606d347ad342b847f ChangeLog 5167 +MD5 fab9db5e9232c9ddb24c333fcdaa3554 ChangeLog 5165 MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333 MD5 916962c262a207a28e8e9e9fa27f8538 mol-0.9.69_pre3.ebuild 2256 MD5 d7e93f442ec1c3255e5db4e50fc74228 mol-0.9.69_pre5.ebuild 3064 -MD5 6ae9746aa2b031e2439058bb37800f8a mol-0.9.69_pre6.ebuild 3160 +MD5 8b4045ce37e898fc09e32c369a13239e mol-0.9.69_pre6.ebuild 3156 MD5 fe988b32af2da567155820691a274880 files/digest-mol-0.9.69_pre3 69 MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67 MD5 73f8102dcdc9e7701ece91d0f38fb513 files/digest-mol-0.9.69_pre5 69 diff --git a/app-emulation/mol/mol-0.9.69_pre6.ebuild b/app-emulation/mol/mol-0.9.69_pre6.ebuild index 33bf052f0c49..413b2ae4d257 100644 --- a/app-emulation/mol/mol-0.9.69_pre6.ebuild +++ b/app-emulation/mol/mol-0.9.69_pre6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre6.ebuild,v 1.3 2003/11/19 07:08:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre6.ebuild,v 1.4 2003/12/07 05:56:48 pylon Exp $ inherit flag-o-matic @@ -97,7 +97,4 @@ pkg_postinst() { einfo " Full NAT (CONFIG_IP_NF_NAT)" einfo " MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE)" echo - ewarn "ALSA support on Gentoo hasn't been tested yet. If you have ALSA" - ewarn "working, we would like to hear your results with MOL." - echo } |