summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Bormolini <lordjoe@gentoo.org>2001-08-19 05:09:31 +0000
committerJoe Bormolini <lordjoe@gentoo.org>2001-08-19 05:09:31 +0000
commit77bd278316b2c3b51005dd23efb104bd3fb7260f (patch)
tree19fd53ca278788b83515f2b43eac45c9d1c6ac6e /media-sound
parentfixes for rc6 (diff)
downloadgentoo-2-77bd278316b2c3b51005dd23efb104bd3fb7260f.tar.gz
gentoo-2-77bd278316b2c3b51005dd23efb104bd3fb7260f.tar.bz2
gentoo-2-77bd278316b2c3b51005dd23efb104bd3fb7260f.zip
In media-sound... gnapster does not require gnome
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnapster/gnapster-1.5.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-sound/gnapster/gnapster-1.5.0.ebuild b/media-sound/gnapster/gnapster-1.5.0.ebuild
deleted file mode 100644
index f79fdefd66cc..000000000000
--- a/media-sound/gnapster/gnapster-1.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# /home/cvsroot/gentoo-x86/gnome-apps/gnapster/gnapster-1.3.12.ebuild,v 1.2 2000/11/03 17:47:44 achim Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A napster client for GNOME"
-SRC_URI="http://jasta.gotlinux.org/files/${P}.tar.gz"
-HOMEPAGE="http://jasta.gotlinux.org/gnapster.html"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.10
- >=media-libs/gdk-pixbuf-0.10.1"
-
-src_compile() {
-
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --prefix=/opt/gnome --host=${CHOST} ${myconf}
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome install
-
-}
-