diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:48:29 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:48:29 +0000 |
commit | f60bc82a3ad0c56b9a9932748ce9a1aed81ec3be (patch) | |
tree | 6075c5c8e2d4b1883e2af9f7812046254d310564 /app-leechcraft/lc-musiczombie | |
parent | Bump LeechCraft to 0.6.0 (diff) | |
download | gentoo-2-f60bc82a3ad0c56b9a9932748ce9a1aed81ec3be.tar.gz gentoo-2-f60bc82a3ad0c56b9a9932748ce9a1aed81ec3be.tar.bz2 gentoo-2-f60bc82a3ad0c56b9a9932748ce9a1aed81ec3be.zip |
Bump LeechCraft to 0.6.0
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-musiczombie')
-rw-r--r-- | app-leechcraft/lc-musiczombie/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.0.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/app-leechcraft/lc-musiczombie/ChangeLog b/app-leechcraft/lc-musiczombie/ChangeLog index 03e19b0422d8..83f979018af2 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.6 2013/07/18 12:48:02 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.7 2013/09/24 15:48:29 maksbotan Exp $ + +*lc-musiczombie-0.6.0 (24 Sep 2013) + + 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-musiczombie-0.6.0.ebuild: + Bump LeechCraft to 0.6.0 *lc-musiczombie-0.5.99 (18 Jul 2013) diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.0.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.0.ebuild new file mode 100644 index 000000000000..7fc4088901fa --- /dev/null +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.0.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.6.0.ebuild,v 1.1 2013/09/24 15:48:29 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 +} |