diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 16:05:00 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 16:05:00 +0000 |
commit | 79f774e47b1e01ff89c2b8bcae7db264af63871e (patch) | |
tree | f6c2bcd280cbecf2c46ba5ef3e09c7e9a2cd15e9 /app-leechcraft/lc-lastfmscrobble | |
parent | Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-79f774e47b1e01ff89c2b8bcae7db264af63871e.tar.gz gentoo-2-79f774e47b1e01ff89c2b8bcae7db264af63871e.tar.bz2 gentoo-2-79f774e47b1e01ff89c2b8bcae7db264af63871e.zip |
Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-lastfmscrobble')
-rw-r--r-- | app-leechcraft/lc-lastfmscrobble/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.98.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lastfmscrobble/ChangeLog b/app-leechcraft/lc-lastfmscrobble/ChangeLog index f7f16cbb2a39..53e937a18c52 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.4 2013/06/11 17:26:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lastfmscrobble/ChangeLog,v 1.5 2013/07/03 16:05:00 maksbotan Exp $ + +*lc-lastfmscrobble-0.5.98 (03 Jul 2013) + + 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-lastfmscrobble-0.5.98.ebuild: + Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. *lc-lastfmscrobble-0.5.97 (11 Jun 2013) diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.98.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.98.ebuild new file mode 100644 index 000000000000..d0c1d030ab46 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.5.98.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.98.ebuild,v 1.1 2013/07/03 16:05:00 maksbotan 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}" |