summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-11-26 02:07:46 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-11-26 02:07:46 +0000
commitc3beff18fe4698c77ac6303ca00928ec05167c14 (patch)
treecde2d53caab038d62b6a62ce319704c4f982dd56 /media-sound/cdmp3
parentinitial import (diff)
downloadgentoo-2-c3beff18fe4698c77ac6303ca00928ec05167c14.tar.gz
gentoo-2-c3beff18fe4698c77ac6303ca00928ec05167c14.tar.bz2
gentoo-2-c3beff18fe4698c77ac6303ca00928ec05167c14.zip
initial import
Diffstat (limited to 'media-sound/cdmp3')
-rw-r--r--media-sound/cdmp3/ChangeLog9
-rw-r--r--media-sound/cdmp3/Manifest7
-rw-r--r--media-sound/cdmp3/cdmp3-0.4.1.ebuild24
-rw-r--r--media-sound/cdmp3/files/digest-cdmp3-0.4.11
-rw-r--r--media-sound/cdmp3/metadata.xml12
5 files changed, 49 insertions, 4 deletions
diff --git a/media-sound/cdmp3/ChangeLog b/media-sound/cdmp3/ChangeLog
new file mode 100644
index 000000000000..6ca82ca378cf
--- /dev/null
+++ b/media-sound/cdmp3/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/cdmp3
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdmp3/ChangeLog,v 1.1 2003/11/26 02:07:37 mkennedy Exp $
+
+*cdmp3-0.4.1 (25 Nov 2003)
+
+ 25 Nov 2003; <mkennedy@gentoo.org> cdmp3-0.4.1.ebuild, metadata.xml:
+ initial import. ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
+
diff --git a/media-sound/cdmp3/Manifest b/media-sound/cdmp3/Manifest
index b56a4edf5fd2..e7c24da2fda1 100644
--- a/media-sound/cdmp3/Manifest
+++ b/media-sound/cdmp3/Manifest
@@ -1,5 +1,4 @@
-MD5 125ee013081b112d56a1d15507d72ef2 skel.ChangeLog 3674
-MD5 a4de292547a7d4fbe157a4ecb4ce2193 skel.metadata.xml 821
-MD5 a7f56029dfcf7a3ba425efca1bf86c72 cdmp3-0.4.1.ebuild 700
-MD5 652f011c07ca925858993d5f54bc1f06 cdmp3-0.4.1.ebuild~ 6006
+MD5 65a873d78f32bc7d919ddb47dbc2a547 cdmp3-0.4.1.ebuild 712
+MD5 e04729f5c4d3e5799eb0aab8ce67fe88 metadata.xml 498
+MD5 98a3532561252e9d878050ba9f478524 ChangeLog 397
MD5 2e0a4d59a5adc8792d86200bdc4ce8de files/digest-cdmp3-0.4.1 62
diff --git a/media-sound/cdmp3/cdmp3-0.4.1.ebuild b/media-sound/cdmp3/cdmp3-0.4.1.ebuild
new file mode 100644
index 000000000000..ce5a0ee6da79
--- /dev/null
+++ b/media-sound/cdmp3/cdmp3-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdmp3/cdmp3-0.4.1.ebuild,v 1.1 2003/11/26 02:07:38 mkennedy Exp $
+
+DESCRIPTION="Conveniently rip audio CDs to MP3 or OGG files."
+HOMEPAGE="http://www.roland-riegel.de/cdmp3/index_en.html"
+SRC_URI="http://www.roland-riegel.de/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="media-sound/cdparanoia
+ app-cdr/cdrtools
+ media-sound/lame
+ media-sound/vorbis-tools
+ dev-perl/CDDB_get
+ app-misc/bfr"
+
+S=${WORKDIR}/${P}
+
+src_install() {
+ dodoc LICENSE README AUTHORS ChangeLog
+ dobin cdmp3 get_cddb
+ dosym /usr/bin/cdmp3 /usr/bin/cdogg
+}
diff --git a/media-sound/cdmp3/files/digest-cdmp3-0.4.1 b/media-sound/cdmp3/files/digest-cdmp3-0.4.1
new file mode 100644
index 000000000000..d318c6764575
--- /dev/null
+++ b/media-sound/cdmp3/files/digest-cdmp3-0.4.1
@@ -0,0 +1 @@
+MD5 55b15928f8b3a1b9bf6df2f28df85d8f cdmp3-0.4.1.tar.gz 11607
diff --git a/media-sound/cdmp3/metadata.xml b/media-sound/cdmp3/metadata.xml
new file mode 100644
index 000000000000..6623371ba513
--- /dev/null
+++ b/media-sound/cdmp3/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<longdescription>
+cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a
+whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files.
+Using the CDDB database it is possible to include information like the
+artist's name or the track's title into the file name or as meta tags
+into the file content.
+</longdescription>
+</pkgmetadata>