diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/sox | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/sox')
-rw-r--r-- | media-sound/sox/Manifest | 6 | ||||
-rw-r--r-- | media-sound/sox/sox-12.17.3-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/sox/sox-12.17.3-r3.ebuild | 6 | ||||
-rw-r--r-- | media-sound/sox/sox-12.17.4.ebuild | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/media-sound/sox/Manifest b/media-sound/sox/Manifest index 3d1a9f56f91d..a3791d7e52e1 100644 --- a/media-sound/sox/Manifest +++ b/media-sound/sox/Manifest @@ -1,7 +1,7 @@ MD5 04032031699c9e4c293234c0b4068270 ChangeLog 1435 -MD5 377ea4576b0624834e983e251f1eaac2 sox-12.17.3-r1.ebuild 906 -MD5 0f73ab9c3f0dbbfdade371177745c11c sox-12.17.3-r3.ebuild 1057 -MD5 5997ac0fbd9be8ec5db7e383cc7c4723 sox-12.17.4.ebuild 932 +MD5 80ef2c4549c13713211a0f991daefdc6 sox-12.17.3-r1.ebuild 905 +MD5 70dff6a0bc707c5e0117e3f1459a332e sox-12.17.3-r3.ebuild 1058 +MD5 de5d53ed1c77fbf1c28c88b08e8ae0af sox-12.17.4.ebuild 931 MD5 a27f4560530e1dcd5ee4ff1bc4a6f921 files/digest-sox-12.17.3-r1 63 MD5 a27f4560530e1dcd5ee4ff1bc4a6f921 files/digest-sox-12.17.3-r3 63 MD5 64aef0b430e70836aae794f8e91ea8dc files/digest-sox-12.17.4 63 diff --git a/media-sound/sox/sox-12.17.3-r1.ebuild b/media-sound/sox/sox-12.17.3-r1.ebuild index 51bd9986a805..414a24c28e3f 100644 --- a/media-sound/sox/sox-12.17.3-r1.ebuild +++ b/media-sound/sox/sox-12.17.3-r1.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-sound/sox/sox-12.17.3-r1.ebuild,v 1.7 2003/02/28 16:54:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r1.ebuild,v 1.8 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The swiss army knife of sound processing programs" @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" DEPEND="virtual/glibc" src_compile () { - # Looks like support for alsa09's dsp is broken in sox; + # Looks like support for alsa09's dsp is broken in sox; # disabling it for now. econf --enable-fast-ulaw --enable-fast-alaw || die emake || die @@ -30,6 +30,6 @@ src_install () { pkg_postinst () { # the rec binary doesnt exist anymore if([ ! -e /usr/bin/rec ]) then - ln -s /usr/bin/play /usr/bin/rec + ln -s /usr/bin/play /usr/bin/rec fi } diff --git a/media-sound/sox/sox-12.17.3-r3.ebuild b/media-sound/sox/sox-12.17.3-r3.ebuild index 9a658156ec0e..48d48f4d50d6 100644 --- a/media-sound/sox/sox-12.17.3-r3.ebuild +++ b/media-sound/sox/sox-12.17.3-r3.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-sound/sox/sox-12.17.3-r3.ebuild,v 1.5 2003/08/12 22:38:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r3.ebuild,v 1.6 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The swiss army knife of sound processing programs" @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" DEPEND="virtual/glibc" src_compile () { - # Looks like support for alsa09's dsp is broken in sox; + # Looks like support for alsa09's dsp is broken in sox; # disabling it for now. Note that even when this is fixed, # then we should check for USE=alsa and set --without-alsa-dsp # appropriately. @@ -32,6 +32,6 @@ src_install () { pkg_postinst () { # the rec binary doesnt exist anymore if([ ! -e /usr/bin/rec ]) then - ln -s /usr/bin/play /usr/bin/rec + ln -s /usr/bin/play /usr/bin/rec fi } diff --git a/media-sound/sox/sox-12.17.4.ebuild b/media-sound/sox/sox-12.17.4.ebuild index faf8f6cb5ad6..831fed995360 100644 --- a/media-sound/sox/sox-12.17.4.ebuild +++ b/media-sound/sox/sox-12.17.4.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-sound/sox/sox-12.17.4.ebuild,v 1.2 2003/08/04 05:51:09 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.4.ebuild,v 1.3 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The swiss army knife of sound processing programs" @@ -30,6 +30,6 @@ src_install () { pkg_postinst () { # the rec binary doesnt exist anymore if([ ! -e /usr/bin/rec ]) then - ln -s /usr/bin/play /usr/bin/rec + ln -s /usr/bin/play /usr/bin/rec fi } |