diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
commit | cad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch) | |
tree | f0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/snd | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2 gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/snd')
-rw-r--r-- | media-sound/snd/Manifest | 4 | ||||
-rw-r--r-- | media-sound/snd/snd-6.7.ebuild | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/snd/Manifest b/media-sound/snd/Manifest index c49ffa4e7a35..cb9b291a5dd0 100644 --- a/media-sound/snd/Manifest +++ b/media-sound/snd/Manifest @@ -1,3 +1,3 @@ -MD5 cfd80dce79511197bafc596a9125c832 files/digest-snd-6.7 60 MD5 a94650f99c088a10b4e7063572e3e8a4 ChangeLog 1070 -MD5 8c8ca1ea85b20b59e3f10d33975e6238 snd-6.7.ebuild 1668 +MD5 ba68128a5f416bef90463e8ac2271fae snd-6.7.ebuild 1669 +MD5 cfd80dce79511197bafc596a9125c832 files/digest-snd-6.7 60 diff --git a/media-sound/snd/snd-6.7.ebuild b/media-sound/snd/snd-6.7.ebuild index bc8537e35406..185ed173f31d 100644 --- a/media-sound/snd/snd-6.7.ebuild +++ b/media-sound/snd/snd-6.7.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/snd/snd-6.7.ebuild,v 1.3 2003/06/20 23:48:31 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-6.7.ebuild,v 1.4 2003/09/07 00:06:06 msterret Exp $ IUSE="esd motif guile X gtk ruby alsa" @@ -59,16 +59,16 @@ src_compile() { econf --with-ladspa --with-float-samples \ --with-float-sample-width ${myconf} || die - - emake || die + + emake || die } src_install () { dobin snd - + dodoc COPYING HISTORY.Snd README.Snd TODO.Snd - + cd contrib/tutorial dohtml * } |