summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-06-19 13:06:04 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-06-19 13:06:04 +0000
commit4a922b1606273a144ac9d86991439c4866a0c406 (patch)
tree30b883f267247ee4d3af04e3c6a68518cd6a0dad /media-plugins
parentStable on sparc wrt #182391 (diff)
downloadgentoo-2-4a922b1606273a144ac9d86991439c4866a0c406.tar.gz
gentoo-2-4a922b1606273a144ac9d86991439c4866a0c406.tar.bz2
gentoo-2-4a922b1606273a144ac9d86991439c4866a0c406.zip
Version bump.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gmpc-lastfm/ChangeLog7
-rw-r--r--media-plugins/gmpc-lastfm/files/digest-gmpc-lastfm-0.15.03
-rw-r--r--media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild26
3 files changed, 35 insertions, 1 deletions
diff --git a/media-plugins/gmpc-lastfm/ChangeLog b/media-plugins/gmpc-lastfm/ChangeLog
index 104a9508290b..072c1e3a0f73 100644
--- a/media-plugins/gmpc-lastfm/ChangeLog
+++ b/media-plugins/gmpc-lastfm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/gmpc-lastfm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.1 2007/04/15 14:33:51 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.2 2007/06/19 13:06:04 ticho Exp $
+
+*gmpc-lastfm-0.15.0 (19 Jun 2007)
+
+ 19 Jun 2007; Andrej Kacian <ticho@gentoo.org> +gmpc-lastfm-0.15.0.ebuild:
+ Version bump.
*gmpc-lastfm-0.14.0 (15 Apr 2007)
diff --git a/media-plugins/gmpc-lastfm/files/digest-gmpc-lastfm-0.15.0 b/media-plugins/gmpc-lastfm/files/digest-gmpc-lastfm-0.15.0
new file mode 100644
index 000000000000..69d30af6aa32
--- /dev/null
+++ b/media-plugins/gmpc-lastfm/files/digest-gmpc-lastfm-0.15.0
@@ -0,0 +1,3 @@
+MD5 1e3a158c93a4ae778b44c52604e35142 gmpc-lastfm-0.15.0.tar.gz 308605
+RMD160 6ec53410e8a31d6407a8928ed656d859f7f69b82 gmpc-lastfm-0.15.0.tar.gz 308605
+SHA256 df01df04cb29db992fb772b0d9bc3d86db73a391bc3f1c44910bc0a5ddbc6f13 gmpc-lastfm-0.15.0.tar.gz 308605
diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild
new file mode 100644
index 000000000000..3dde5befebe0
--- /dev/null
+++ b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild,v 1.1 2007/06/19 13:06:04 ticho Exp $
+
+DESCRIPTION="The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this."
+HOMEPAGE="http://sarine.nl/gmpc-plugins-lastfm"
+SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=media-sound/gmpc-${PV}
+ dev-libs/libxml2"
+
+src_compile ()
+{
+ econf || die
+ emake || die
+}
+
+src_install ()
+{
+ make DESTDIR="${D}" install || die
+}