summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:00:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:00:59 +0000
commit5f50490ee3008d9f95b78be09c9c56a859654f80 (patch)
tree31ed124611f16de4e5b946c1a5144811425dfc6c /media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild
parentXMMS Removal - media-plugins/xmms-repeatit gone. -- Sorry but this week I'm u... (diff)
downloadhistorical-5f50490ee3008d9f95b78be09c9c56a859654f80.tar.gz
historical-5f50490ee3008d9f95b78be09c9c56a859654f80.tar.bz2
historical-5f50490ee3008d9f95b78be09c9c56a859654f80.zip
XMMS Removal - media-plugins/xmms-scrobbler gone. -- Sorry but this week I'm unavailable, so I'm removing it a couple of days earlier.
Diffstat (limited to 'media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild')
-rw-r--r--media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild b/media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild
deleted file mode 100644
index f9d4e66d05c7..000000000000
--- a/media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.8.1.ebuild,v 1.1 2005/10/23 21:41:09 metalgod Exp $
-
-IUSE="debug"
-
-DESCRIPTION="Audioscrobbler music-profiling plugin for XMMS"
-HOMEPAGE="http://www.audioscrobbler.com/"
-SRC_URI="http://www.pipian.com/stuffforchat/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DEPEND="media-sound/xmms
- net-misc/curl
- >=media-libs/musicbrainz-2.0.2-r2"
-
-src_compile() {
- if use debug;
- then DBG='--enable-debug';
- else DBG='';
- fi
- econf '--disable-bmp-plugin' ${DBG} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc ChangeLog INSTALL NEWS README
-}