summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/tear/tear-1.0_rc1.ebuild')
-rw-r--r--app-cdr/tear/tear-1.0_rc1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-cdr/tear/tear-1.0_rc1.ebuild b/app-cdr/tear/tear-1.0_rc1.ebuild
deleted file mode 100644
index 8c2bc3e09cf4..000000000000
--- a/app-cdr/tear/tear-1.0_rc1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/tear-1.0_rc1.ebuild,v 1.11 2003/10/20 11:24:19 lanius Exp $
-
-DESCRIPTION="T.E.A.R. Encodes And Rips CDs into mp3 or ogg files."
-HOMEPAGE="http://tear.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tear/${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-LICENSE="GPL-2"
-IUSE="encode oggvorbis"
-
-RDEPEND="dev-lang/perl
- >=dev-perl/CDDB_get-2.1.0
- >=dev-perl/MP3-Info-1.01
- encode? ( >=media-sound/lame-3.92 )
- >=media-sound/bladeenc-0.94.2
- >=media-sound/gogo-3.10
- oggvorbis? ( >=media-sound/vorbis-tools-1.0 )
- >=media-sound/cdparanoia-3.9.8"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- mv tearrc tear.conf
-
- mv man-tear tear.1
- /usr/bin/groff -man -Tascii tear.1 > /dev/null
-
- # bug 24566
- sed -i -e 's:my $signal = 0;::' tear
- sed -i -e 's:#\tmy $signal:\tmy $signal:' tear
-}
-
-src_install() {
- dobin tear
-
- insinto /etc
- doins tear.conf
-
- doman tear.1
- dodoc LICENSE README Changes
-}