summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
commitc818a8b2630486cc060f389a864c8d42d1fdb041 (patch)
tree5373edea58bae1752c2684fe3fa760c68c5843b6 /media-sound/rip/rip-1.01-r1.ebuild
parentReal networks RealSDK license added (diff)
downloadgentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.gz
gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.bz2
gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.zip
repoman'd
Diffstat (limited to 'media-sound/rip/rip-1.01-r1.ebuild')
-rw-r--r--media-sound/rip/rip-1.01-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/rip/rip-1.01-r1.ebuild b/media-sound/rip/rip-1.01-r1.ebuild
index 70066ac6a6c9..3f0f718a5555 100644
--- a/media-sound/rip/rip-1.01-r1.ebuild
+++ b/media-sound/rip/rip-1.01-r1.ebuild
@@ -1,13 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01-r1.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01-r1.ebuild,v 1.4 2002/07/21 13:50:33 seemant Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="A command-line based audio CD ripper and mp3 encoder"
SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://rip.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=""
RDEPEND="media-sound/cdparanoia
@@ -15,8 +18,6 @@ RDEPEND="media-sound/cdparanoia
>=dev-perl/CDDB_get-1.66
>=dev-perl/MP3-Info-0.91"
-
-
src_compile() {
#the thing itself is just a perl script
#so we need an empty method here