diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-17 16:40:06 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-17 16:40:06 +0000 |
commit | c020aaf2527369b8d52ee662c891c2a646fa9ff6 (patch) | |
tree | cdd001ea6d462c005b1f5a9dd6fbe66323a23004 /app-cdr/burncdda | |
parent | added knapster2-0.4 to package.mask (diff) | |
download | historical-c020aaf2527369b8d52ee662c891c2a646fa9ff6.tar.gz historical-c020aaf2527369b8d52ee662c891c2a646fa9ff6.tar.bz2 historical-c020aaf2527369b8d52ee662c891c2a646fa9ff6.zip |
Added new package: burncdda.
Diffstat (limited to 'app-cdr/burncdda')
-rw-r--r-- | app-cdr/burncdda/ChangeLog | 18 | ||||
-rw-r--r-- | app-cdr/burncdda/burncdda-1.1.2.ebuild | 30 | ||||
-rw-r--r-- | app-cdr/burncdda/files/digest-burncdda-1.1.2 | 1 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-cdr/burncdda/ChangeLog b/app-cdr/burncdda/ChangeLog new file mode 100644 index 000000000000..8bb46ef2004e --- /dev/null +++ b/app-cdr/burncdda/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-cdr/burncdda +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncdda/ChangeLog,v 1.1 2002/07/17 16:40:06 phoenix Exp $ + +*burncdda-1.1.2.ebuild (17 July 2002) + + 17 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog, burncdda-1.1.2.ebuild, + files/digest-burncdda-1.1.2 : + + Initial cvs commit. Ebuild contributed (Matt Keadle) <mkeadle@ecpi.edu>. + Thanks for the contribution. + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. + diff --git a/app-cdr/burncdda/burncdda-1.1.2.ebuild b/app-cdr/burncdda/burncdda-1.1.2.ebuild new file mode 100644 index 000000000000..24249ed9ad45 --- /dev/null +++ b/app-cdr/burncdda/burncdda-1.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Matt Keadle <mkeadle@mkeadle.org> +# $Header: + +DESCRIPTION="Console app for copying burning audio cds" +SLOT="0" +SRC_URI="http://freshmeat.net/redir/burncdda/20268/url_tgz/${P}.tar.gz" +LICENSE="GPL-2" +HOMEPAGE="http://freshmeat.net/projects/burncdda/" +KEYWORDS="x86" + +DEPEND="dev-util/dialog + app-cdr/cdrdao + app-cdr/cdrtools + media-sound/mpg123 + media-sound/mp3_check + media-sound/normalize + media-sound/sox + media-sound/vorbis-tools" + +src_install () { + dodoc README CHANGELOG INSTALL LICENSE + insinto /etc + doins burncdda.conf + dobin burncdda + insinto /usr/share/man/man1 + doins burncdda.1.gz +} + diff --git a/app-cdr/burncdda/files/digest-burncdda-1.1.2 b/app-cdr/burncdda/files/digest-burncdda-1.1.2 new file mode 100644 index 000000000000..a7dbfb30dacf --- /dev/null +++ b/app-cdr/burncdda/files/digest-burncdda-1.1.2 @@ -0,0 +1 @@ +MD5 d280337f8ebf70cb29ff666b854a2731 burncdda-1.1.2.tar.gz 13360 |