summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-04-10 17:58:58 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-04-10 17:58:58 +0000
commit9d6663a5edb33e2871847f7a66330e9c9835d52d (patch)
tree2537b2fc1af8c3383879c819883f4543b34cfa30 /app-leechcraft/lc-musiczombie
parentBump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff)
downloadgentoo-2-9d6663a5edb33e2871847f7a66330e9c9835d52d.tar.gz
gentoo-2-9d6663a5edb33e2871847f7a66330e9c9835d52d.tar.bz2
gentoo-2-9d6663a5edb33e2871847f7a66330e9c9835d52d.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-musiczombie')
-rw-r--r--app-leechcraft/lc-musiczombie/ChangeLog8
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-leechcraft/lc-musiczombie/ChangeLog b/app-leechcraft/lc-musiczombie/ChangeLog
index 75c8d6b70e7b..0fbbf1e630c1 100644
--- a/app-leechcraft/lc-musiczombie/ChangeLog
+++ b/app-leechcraft/lc-musiczombie/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-leechcraft/lc-musiczombie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.10 2014/04/03 08:37:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.11 2014/04/10 17:58:58 maksbotan Exp $
+
+*lc-musiczombie-0.6.65 (10 Apr 2014)
+
+ 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org>
+ +lc-musiczombie-0.6.65.ebuild:
+ Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-musiczombie-0.6.60.ebuild:
x86 stable wrt bug #500914
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild
new file mode 100644
index 000000000000..7bd91d7f1a76
--- /dev/null
+++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild,v 1.1 2014/04/10 17:58:58 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="MusicBrainz client plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug acoustid"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ acoustid? ( media-libs/chromaprint )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs="
+ $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)
+ "
+ cmake-utils_src_configure
+}