diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-17 01:33:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-17 01:33:05 +0000 |
commit | 85bb6de49e46dbb817c3e2420bb67698c0de9676 (patch) | |
tree | f9f8e3a96e1f67218b0ea850de4e11eb54880e52 /media-libs | |
parent | header fix; tidy (Manifest recommit) (diff) | |
download | gentoo-2-85bb6de49e46dbb817c3e2420bb67698c0de9676.tar.gz gentoo-2-85bb6de49e46dbb817c3e2420bb67698c0de9676.tar.bz2 gentoo-2-85bb6de49e46dbb817c3e2420bb67698c0de9676.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild b/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild index 285357527989..f1b0fe5d3174 100644 --- a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild +++ b/media-libs/libvorbis/libvorbis-1.0.1-r2.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-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.10 2004/09/16 02:08:05 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.11 2004/09/17 01:33:05 mr_bones_ Exp $ inherit libtool flag-o-matic gcc @@ -68,14 +68,14 @@ src_install() { dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib elif use ppc-macos; then dosym /usr/lib/libvorbisfile.3.1.0.dylib /usr/lib/libvorbisfile.0.dylib - dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib + dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib else dosym /usr/lib/libvorbisfile.so.3.1.0 /usr/lib/libvorbisfile.so.0 dosym /usr/lib/libvorbisenc.so.2.0.0 /usr/lib/libvorbisenc.so.0 fi rm -rf ${D}/usr/share/doc - dodoc AUTHORS COPYING README todo.txt + dodoc AUTHORS README todo.txt docinto txt dodoc doc/*.txt dohtml -r doc |