Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-musiczombie: lc-musiczombie-0.5.96.ebuild ChangeLog
Date: Sun, 26 May 2013 19:52:58
Message-Id: 20130526195255.7FFAC2171D@flycatcher.gentoo.org
1 maksbotan 13/05/26 19:52:55
2
3 Modified: ChangeLog
4 Added: lc-musiczombie-0.5.96.ebuild
5 Log:
6 Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.3 app-leechcraft/lc-musiczombie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 2 May 2013 15:32:57 -0000 1.2
24 +++ ChangeLog 26 May 2013 19:52:55 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-leechcraft/lc-musiczombie
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.2 2013/05/02 15:32:57 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.3 2013/05/26 19:52:55 maksbotan Exp $
30 +
31 +*lc-musiczombie-0.5.96 (26 May 2013)
32 +
33 + 26 May 2013; Maxim Koltsov <maksbotan@g.o>
34 + +lc-musiczombie-0.5.96.ebuild:
35 + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
36
37 *lc-musiczombie-0.5.95 (02 May 2013)
38
39
40
41
42 1.1 app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lc-musiczombie-0.5.96.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild,v 1.1 2013/05/26 19:52:55 maksbotan Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="MusicBrainz client plugin for LeechCraft"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug acoustid"
62
63 DEPEND="~app-leechcraft/lc-core-${PV}
64 acoustid? ( media-libs/chromaprint )"
65 RDEPEND="${DEPEND}"
66
67 src_configure() {
68 local mycmakeargs="
69 $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)
70 "
71 cmake-utils_src_configure
72 }