summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-06-11 17:32:53 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-06-11 17:32:53 +0000
commit6da81edb05ee2d78c2faa32459e6e5116319e10f (patch)
tree806d6e03eea1a1e3e3c9dbebde25b148e7b2ed3b /app-leechcraft/lc-musiczombie
parentBump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff)
downloadgentoo-2-6da81edb05ee2d78c2faa32459e6e5116319e10f.tar.gz
gentoo-2-6da81edb05ee2d78c2faa32459e6e5116319e10f.tar.bz2
gentoo-2-6da81edb05ee2d78c2faa32459e6e5116319e10f.zip
Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
(Portage version: 2.1.12.2/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.5.97.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-leechcraft/lc-musiczombie/ChangeLog b/app-leechcraft/lc-musiczombie/ChangeLog
index 5900f461c370..96a1b7ab07de 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.3 2013/05/26 19:52:55 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.4 2013/06/11 17:32:53 maksbotan Exp $
+
+*lc-musiczombie-0.5.97 (11 Jun 2013)
+
+ 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org>
+ +lc-musiczombie-0.5.97.ebuild:
+ Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
*lc-musiczombie-0.5.96 (26 May 2013)
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild
new file mode 100644
index 000000000000..181d789518d8
--- /dev/null
+++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 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.5.97.ebuild,v 1.1 2013/06/11 17:32:53 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
+}