summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-29 13:16:57 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-29 13:16:57 +0000
commitd362882463006d77fbf1b95e5bfbfca0284de1d0 (patch)
treed742da2d9ff688bbef70a9b9e45e68b2b5e78d3a /media-sound/grip/grip-3.1.1.ebuild
parentVersion bumped. (diff)
downloadhistorical-d362882463006d77fbf1b95e5bfbfca0284de1d0.tar.gz
historical-d362882463006d77fbf1b95e5bfbfca0284de1d0.tar.bz2
historical-d362882463006d77fbf1b95e5bfbfca0284de1d0.zip
cleanup
Diffstat (limited to 'media-sound/grip/grip-3.1.1.ebuild')
-rw-r--r--media-sound/grip/grip-3.1.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/grip/grip-3.1.1.ebuild b/media-sound/grip/grip-3.1.1.ebuild
deleted file mode 100644
index d28ac313de22..000000000000
--- a/media-sound/grip/grip-3.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.1.1.ebuild,v 1.2 2003/07/11 21:47:15 mholzer Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK+ based Audio CD Player/Ripper."
-HOMEPAGE="http://www.nostatic.org/grip"
-LICENSE="GPL-2"
-
-DEPEND="=x11-libs/gtk+-2.2*
- =sys-libs/db-1*
- media-sound/lame
- media-sound/cdparanoia
- media-libs/id3lib
- gnome-base/gnome-libs
- >=gnome-base/libgnomeui-2.2.0
- gnome-base/ORBit2
- 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"
-S=${WORKDIR}/${P}
-
-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
-}