summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:38:39 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:38:39 +0000
commitcf4e7aa7ec46b2360b76f9cef3a4c28bb05910e4 (patch)
tree44ff1315d5f336ac880280f7c08e08a70d2d313e
parentBump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff)
downloadgentoo-2-cf4e7aa7ec46b2360b76f9cef3a4c28bb05910e4.tar.gz
gentoo-2-cf4e7aa7ec46b2360b76f9cef3a4c28bb05910e4.tar.bz2
gentoo-2-cf4e7aa7ec46b2360b76f9cef3a4c28bb05910e4.zip
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
-rw-r--r--media-sound/leechcraft-lastfmscrobble/ChangeLog8
-rw-r--r--media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-0.5.90.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/media-sound/leechcraft-lastfmscrobble/ChangeLog b/media-sound/leechcraft-lastfmscrobble/ChangeLog
index 50d8504585f4..33e5651e77c7 100644
--- a/media-sound/leechcraft-lastfmscrobble/ChangeLog
+++ b/media-sound/leechcraft-lastfmscrobble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/leechcraft-lastfmscrobble
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/ChangeLog,v 1.11 2012/12/19 07:53:50 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/ChangeLog,v 1.12 2012/12/25 16:38:39 maksbotan Exp $
+
+*leechcraft-lastfmscrobble-0.5.90 (25 Dec 2012)
+
+ 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-lastfmscrobble-0.5.90.ebuild:
+ Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
-leechcraft-lastfmscrobble-0.5.70.ebuild,
diff --git a/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-0.5.90.ebuild b/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-0.5.90.ebuild
new file mode 100644
index 000000000000..8967af52426d
--- /dev/null
+++ b/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-0.5.90.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-0.5.90.ebuild,v 1.1 2012/12/25 16:38:39 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Last.FM scrobbler plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~net-misc/leechcraft-core-${PV}
+ media-libs/liblastfm"
+RDEPEND="${DEPEND}"