diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 18:02:18 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 18:02:18 +0000 |
commit | abebd684c4367e9f56819ecaf44ca0f32454aa43 (patch) | |
tree | a643f2284f5a5e4fd13f323d86891424bbe3b465 /app-leechcraft/lc-scroblibre | |
parent | Convert to distutils-r1. Enable tests. (diff) | |
download | gentoo-2-abebd684c4367e9f56819ecaf44ca0f32454aa43.tar.gz gentoo-2-abebd684c4367e9f56819ecaf44ca0f32454aa43.tar.bz2 gentoo-2-abebd684c4367e9f56819ecaf44ca0f32454aa43.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-scroblibre')
-rw-r--r-- | app-leechcraft/lc-scroblibre/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-scroblibre/ChangeLog b/app-leechcraft/lc-scroblibre/ChangeLog index 45f6a25599a8..394fd93b10a1 100644 --- a/app-leechcraft/lc-scroblibre/ChangeLog +++ b/app-leechcraft/lc-scroblibre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-scroblibre # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v 1.4 2014/04/03 08:51:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v 1.5 2014/04/10 18:02:18 maksbotan Exp $ + +*lc-scroblibre-0.6.65 (10 Apr 2014) + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-scroblibre-0.6.65.ebuild: + Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. 03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-scroblibre-0.6.60.ebuild: x86 stable wrt bug #500914 diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild new file mode 100644 index 000000000000..b9a85dd09c46 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild,v 1.1 2014/04/10 18:02:18 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" |