summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:30:48 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:30:48 +0000
commit43b5b7cb7cc7770afc8183b624c102bf45e544b9 (patch)
tree4ee512098b043d2f16eafb50fceda8d22072608e /app-leechcraft/lc-lastfmscrobble
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-43b5b7cb7cc7770afc8183b624c102bf45e544b9.tar.gz
gentoo-2-43b5b7cb7cc7770afc8183b624c102bf45e544b9.tar.bz2
gentoo-2-43b5b7cb7cc7770afc8183b624c102bf45e544b9.zip
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-lastfmscrobble')
-rw-r--r--app-leechcraft/lc-lastfmscrobble/ChangeLog8
-rw-r--r--app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.95.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lastfmscrobble/ChangeLog b/app-leechcraft/lc-lastfmscrobble/ChangeLog
index 102c0e4bac7a..a0b53b3b51a0 100644
--- a/app-leechcraft/lc-lastfmscrobble/ChangeLog
+++ b/app-leechcraft/lc-lastfmscrobble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-leechcraft/lc-lastfmscrobble
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lastfmscrobble/ChangeLog,v 1.1 2013/03/08 21:59:56 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lastfmscrobble/ChangeLog,v 1.2 2013/05/02 15:30:48 pinkbyte Exp $
+
+*lc-lastfmscrobble-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org>
+ +lc-lastfmscrobble-0.5.95.ebuild:
+ Bump app-leechcraft/lc-lastfmscrobble to 0.5.95, thanks to 0xd34df00d
*lc-lastfmscrobble-9999 (08 Mar 2013)
*lc-lastfmscrobble-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.95.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.95.ebuild
new file mode 100644
index 000000000000..24e0ac971fb6
--- /dev/null
+++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.95.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.95.ebuild,v 1.1 2013/05/02 15:30:48 pinkbyte Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Last.FM scrobbler plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ media-libs/liblastfm"
+RDEPEND="${DEPEND}"