summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/grip/grip-3.0.7.ebuild')
-rw-r--r--media-sound/grip/grip-3.0.7.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/grip/grip-3.0.7.ebuild b/media-sound/grip/grip-3.0.7.ebuild
deleted file mode 100644
index 151a664a9339..000000000000
--- a/media-sound/grip/grip-3.0.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.0.7.ebuild,v 1.7 2004/08/22 05:15:57 obz Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK+ based Audio CD Player/Ripper."
-HOMEPAGE="http://www.nostatic.org/grip"
-LICENSE="GPL-2"
-
-DEPEND="=x11-libs/gtk+-1.2*
- =sys-libs/db-1*
- media-sound/lame
- media-sound/cdparanoia
- media-libs/id3lib
- gnome-base/gnome-libs
- =gnome-base/orbit-0*
- gnome-base/libghttp
- oggvorbis? ( media-sound/vorbis-tools )
- nls? ( sys-devel/gettext )"
-
-IUSE="nls oggvorbis"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~alpha"
-
-SRC_URI="http://www.nostatic.org/grip/${P}.tar.gz"
-
-src_compile() {
- local myconf=
- use nls || myconf="--disable-nls"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- dodoc ABOUT-NLS AUTHORS CREDITS COPYING ChangeLog README TODO NEWS
-}