diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:23:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:23:43 +0000 |
commit | 6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f (patch) | |
tree | d9c6661d2d218095e4e9c4adcc7e30e96716cb6c /media-plugins/dumb-xmms | |
parent | Added dvdr USE flag as discussed on gentoo-dev@ (diff) | |
download | gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.gz gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.bz2 gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-plugins/dumb-xmms')
-rw-r--r-- | media-plugins/dumb-xmms/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-plugins/dumb-xmms/Manifest b/media-plugins/dumb-xmms/Manifest index be0b99d84253..e92a53cc4912 100644 --- a/media-plugins/dumb-xmms/Manifest +++ b/media-plugins/dumb-xmms/Manifest @@ -1,3 +1,3 @@ -MD5 1b78c845253f8370fff95cc9113e7075 dumb-xmms-0.1.ebuild 1255 MD5 da1f9f94aeed455d8a16a4fce0155199 ChangeLog 371 +MD5 9c504ca699e25249e737ec0a590077e3 dumb-xmms-0.1.ebuild 1231 MD5 80f524adfe8ae5ce001195063119b8d8 files/digest-dumb-xmms-0.1 64 diff --git a/media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild b/media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild index 1c10cd25b24f..0fbf15955238 100644 --- a/media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild +++ b/media-plugins/dumb-xmms/dumb-xmms-0.1.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/media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild,v 1.1 2003/06/06 21:25:44 robh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/dumb-xmms/dumb-xmms-0.1.ebuild,v 1.2 2003/09/11 01:19:38 msterret Exp $ DESCRIPTION="Plug-in for accurate, high-quality IT/XM/S3M/MOD playback." HOMEPAGE="http://dumb.sourceforge.net/" @@ -23,11 +23,11 @@ src_compile() { src_install() { dodir /usr/lib/xmms/Input make INSTALL_DIR=${D}/usr/lib/xmms/Input install || die - einfo 'Open XMMS, and go to Options -> Preferences -> Audio I/O plugins.' - einfo 'If "MikMod Player" is listed under "Input Plugins", click on it' - einfo 'and uncheck "Enable Plugin". Do the same for any other plugins' + einfo 'Open XMMS, and go to Options -> Preferences -> Audio I/O plugins.' + einfo 'If "MikMod Player" is listed under "Input Plugins", click on it' + einfo 'and uncheck "Enable Plugin". Do the same for any other plugins' einfo 'that play IT, XM, S3M and MOD files (e.g. ModPlugXMMS and XMP).' - einfo 'If you have multiple plug-ins enabled for the same file formats,' + einfo 'If you have multiple plug-ins enabled for the same file formats,' einfo "it's anyone's guess which one XMMS will use." einfo 'DUMB-XMMS is rather lacking in GUI elements, but this will be' einfo 'much improved in the next version. Give it another try then!' |