diff options
Diffstat (limited to 'media-sound/grip/grip-3.0.4.ebuild')
-rw-r--r-- | media-sound/grip/grip-3.0.4.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/media-sound/grip/grip-3.0.4.ebuild b/media-sound/grip/grip-3.0.4.ebuild deleted file mode 100644 index 54a7507e2e69..000000000000 --- a/media-sound/grip/grip-3.0.4.ebuild +++ /dev/null @@ -1,59 +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.0.4.ebuild,v 1.2 2003/02/13 13:13:32 vapier Exp $ - -IUSE="nls oggvorbis" - -DESCRIPTION="GTK+ based Audio CD Player/Ripper." -HOMEPAGE="http://www.nostatic.org/grip" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86 ~ppc" - -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 - gnome-base/libghttp - oggvorbis? ( media-sound/vorbis-tools ) - nls? ( sys-devel/gettext )" - -SRC_URI="http://www.nostatic.org/grip/${P}.tar.gz" -S=${WORKDIR}/${P} - -# Looks like the Makefile.in mangling is no longer required. -# Arcady Genkin <agenkin@gentoo.org>, Sep 26, 2002. -# -#src_unpack() { -# -# unpack ${A} -# cd ${S} -# -# # 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 -#} - -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 -} |