diff options
author | 2002-10-17 12:55:58 +0000 | |
---|---|---|
committer | 2002-10-17 12:55:58 +0000 | |
commit | a4cf5f364d21ac230ec850d4f20f11e7a3d434a5 (patch) | |
tree | d2bb76d081587d8692774550fc4ead9ceb6cbfe2 /app-cdr/burncdda | |
parent | lintool (diff) | |
download | historical-a4cf5f364d21ac230ec850d4f20f11e7a3d434a5.tar.gz historical-a4cf5f364d21ac230ec850d4f20f11e7a3d434a5.tar.bz2 historical-a4cf5f364d21ac230ec850d4f20f11e7a3d434a5.zip |
lintool
Diffstat (limited to 'app-cdr/burncdda')
-rw-r--r-- | app-cdr/burncdda/burncdda-1.1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-cdr/burncdda/burncdda-1.1.2.ebuild b/app-cdr/burncdda/burncdda-1.1.2.ebuild index 1ddec3ad6e30..1d4e603f6812 100644 --- a/app-cdr/burncdda/burncdda-1.1.2.ebuild +++ b/app-cdr/burncdda/burncdda-1.1.2.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Maintainer: Matt Keadle <mkeadle@mkeadle.org> -# $Header: +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncdda/burncdda-1.1.2.ebuild,v 1.5 2002/10/17 12:55:52 vapier Exp $ DESCRIPTION="Console app for copying burning audio cds" SLOT="0" @@ -18,8 +17,9 @@ DEPEND="dev-util/dialog media-sound/normalize media-sound/sox media-sound/vorbis-tools" +RDEPEND="${DEPEND}" -src_install () { +src_install() { dodoc README CHANGELOG INSTALL LICENSE insinto /etc doins burncdda.conf @@ -27,4 +27,3 @@ src_install () { insinto /usr/share/man/man1 doins burncdda.1.gz } - |