diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:28:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:28:58 +0000 |
commit | 614b3eb1939c7d43cf7c4ac477e6a1f0727c2534 (patch) | |
tree | da7b30550f171cfa43a54fbb2c75b371ea8a8237 /media-sound/rezound | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-614b3eb1939c7d43cf7c4ac477e6a1f0727c2534.tar.gz historical-614b3eb1939c7d43cf7c4ac477e6a1f0727c2534.tar.bz2 historical-614b3eb1939c7d43cf7c4ac477e6a1f0727c2534.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'media-sound/rezound')
-rw-r--r-- | media-sound/rezound/Manifest | 10 | ||||
-rw-r--r-- | media-sound/rezound/rezound-0.11.1_beta.ebuild | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/media-sound/rezound/Manifest b/media-sound/rezound/Manifest index 950725116e51..2e03d04a1333 100644 --- a/media-sound/rezound/Manifest +++ b/media-sound/rezound/Manifest @@ -1,7 +1,7 @@ -MD5 87686207ef11456860c1c0410311b010 rezound-0.10.0_beta.ebuild 1980 -MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 MD5 1b0bff8575789ccc7fca67e16ba45076 ChangeLog 3610 -MD5 fbad27ad007a7b7925002441020e9950 rezound-0.11.1_beta.ebuild 2218 -MD5 e91a09314efa10c88b5ad68c8ced9be7 files/digest-rezound-0.11.1_beta 71 -MD5 3bc1175bcfa6d88bbe86f84556db560c files/undefined-functions.patch 1084 +MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 +MD5 87686207ef11456860c1c0410311b010 rezound-0.10.0_beta.ebuild 1980 +MD5 cdf8f926f6dd2ed600ecdf38f77f5eb2 rezound-0.11.1_beta.ebuild 2219 MD5 918c9dd021033e4b01d639be84718c65 files/digest-rezound-0.10.0_beta 71 +MD5 3bc1175bcfa6d88bbe86f84556db560c files/undefined-functions.patch 1084 +MD5 e91a09314efa10c88b5ad68c8ced9be7 files/digest-rezound-0.11.1_beta 71 diff --git a/media-sound/rezound/rezound-0.11.1_beta.ebuild b/media-sound/rezound/rezound-0.11.1_beta.ebuild index 8515c896ed97..f81398c51a7e 100644 --- a/media-sound/rezound/rezound-0.11.1_beta.ebuild +++ b/media-sound/rezound/rezound-0.11.1_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.11.1_beta.ebuild,v 1.2 2004/12/23 20:18:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.11.1_beta.ebuild,v 1.3 2004/12/28 11:28:58 mr_bones_ Exp $ IUSE="alsa oggvorbis jack nls oss portaudio flac soundtouch" @@ -59,7 +59,7 @@ src_compile() { # fix compilation errors on ppc, where some # of the required functions aren't defined test "${ARCH}" = ppc && epatch ${FILESDIR}/undefined-functions.patch - + # following features can't be disabled if already installed: # -> flac, oggvorbis, soundtouch @@ -78,4 +78,3 @@ src_install() { docinto code dodoc docs/code/* } - |