summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:32:57 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:32:57 +0000
commit422e7c30cfa2f47ab8cfaf9b179a723c19b9b7a3 (patch)
tree52d7b6798620f572ffa96ff6754fbf679fc81a36 /app-leechcraft/lc-musiczombie
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-422e7c30cfa2f47ab8cfaf9b179a723c19b9b7a3.tar.gz
gentoo-2-422e7c30cfa2f47ab8cfaf9b179a723c19b9b7a3.tar.bz2
gentoo-2-422e7c30cfa2f47ab8cfaf9b179a723c19b9b7a3.zip
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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.95.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-leechcraft/lc-musiczombie/ChangeLog b/app-leechcraft/lc-musiczombie/ChangeLog
index 7c57e8197bec..cab07f6abafd 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.1 2013/03/08 22:02:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.2 2013/05/02 15:32:57 pinkbyte Exp $
+
+*lc-musiczombie-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org>
+ +lc-musiczombie-0.5.95.ebuild:
+ Bump app-leechcraft/lc-musiczombie to 0.5.95, thanks to 0xd34df00d
*lc-musiczombie-9999 (08 Mar 2013)
*lc-musiczombie-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild
new file mode 100644
index 000000000000..3a811bc6c9e7
--- /dev/null
+++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.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.95.ebuild,v 1.1 2013/05/02 15:32:57 pinkbyte 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
+}