summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/grip/grip-2.98.6-r1.ebuild')
-rw-r--r--media-sound/grip/grip-2.98.6-r1.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-sound/grip/grip-2.98.6-r1.ebuild b/media-sound/grip/grip-2.98.6-r1.ebuild
deleted file mode 100644
index f2ec3d5f039d..000000000000
--- a/media-sound/grip/grip-2.98.6-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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/grip/grip-2.98.6-r1.ebuild,v 1.3 2002/07/11 06:30:40 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GTK+ based Audio CD Ripper"
-SRC_URI="http://www.nostatic.org/grip/${P}.tar.gz"
-HOMEPAGE="http://www.nostatic.org/grip"
-
-DEPEND="=x11-libs/gtk+-1.2*
- media-sound/lame
- media-sound/cdparanoia
- media-libs/id3lib
- gnome-base/gnome-libs
- gnome-base/ORBit
- gnome-base/libghttp
- oggvorbis? ( media-sound/vorbis-tools )
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls || myconf="--disable-nls"
-
- # apply CFLAGS
- mv Makefile.in Makefile.in.old
- sed -e "s/CFLAGS = -g -O2/CFLAGS = ${CFLAGS}/" \
- Makefile.in.old > Makefile.in
-
- # fix cdparanoia libs not linking
- mv src/Makefile.in src/Makefile.in.orig
- sed -e "s/LDFLAGS =/LDFLAGS = -lcdda_interface -lcdda_paranoia/" \
- src/Makefile.in.orig > src/Makefile.in
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc ABOUT-NLS AUTHORS CREDITS LICENSE CHANGES README TODO
-}