diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:13:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:13:30 +0000 |
commit | 2c80c200c35d94ce73571332761d73632a5b9b00 (patch) | |
tree | e1ffe0b72bb234b849907a704f610d86b4f8cbb7 /media-sound/cdmp3 | |
parent | whitespace (diff) | |
download | gentoo-2-2c80c200c35d94ce73571332761d73632a5b9b00.tar.gz gentoo-2-2c80c200c35d94ce73571332761d73632a5b9b00.tar.bz2 gentoo-2-2c80c200c35d94ce73571332761d73632a5b9b00.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound/cdmp3')
-rw-r--r-- | media-sound/cdmp3/cdmp3-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cdmp3/cdmp3-0.5.0.ebuild b/media-sound/cdmp3/cdmp3-0.5.0.ebuild index 91b14cfcb95c..bed85ba24028 100644 --- a/media-sound/cdmp3/cdmp3-0.5.0.ebuild +++ b/media-sound/cdmp3/cdmp3-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdmp3/cdmp3-0.5.0.ebuild,v 1.3 2006/11/25 03:13:36 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdmp3/cdmp3-0.5.0.ebuild,v 1.4 2007/06/26 02:13:30 mr_bones_ Exp $ DESCRIPTION="Conveniently rip audio CDs to MP3 or OGG files." HOMEPAGE="http://www.roland-riegel.de/cdmp3/index_en.html" @@ -19,7 +19,7 @@ RDEPEND="media-sound/cdparanoia app-misc/bfr" src_install() { - dobin cdmp3 || die "couldn't install cdmp3" + dobin cdmp3 || die "couldn't install cdmp3" dosym /usr/bin/cdmp3 /usr/bin/cdogg || die "couldn't symlink cdogg" dodoc ChangeLog AUTHORS README || die "dodoc failed" } |