Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyacoustid: pyacoustid-0.7.ebuild ChangeLog
Date: Wed, 30 May 2012 13:00:59
Message-Id: 20120530130045.4F71A2004B@flycatcher.gentoo.org
1 xarthisius 12/05/30 13:00:45
2
3 Modified: pyacoustid-0.7.ebuild ChangeLog
4 Log:
5 Correct dependencies
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/pyacoustid/pyacoustid-0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild?r1=1.2&r2=1.3
15
16 Index: pyacoustid-0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pyacoustid-0.7.ebuild 29 May 2012 17:13:25 -0000 1.2
23 +++ pyacoustid-0.7.ebuild 30 May 2012 13:00:45 -0000 1.3
24 @@ -1,8 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild,v 1.2 2012/05/29 17:13:25 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/pyacoustid-0.7.ebuild,v 1.3 2012/05/30 13:00:45 xarthisius Exp $
29
30 EAPI=4
31 +
32 +PYTHON_DEPEND="2"
33 SUPPORT_PYTHON_ABIS="1"
34 RESTRICT_PYTHON_ABIS="3.*"
35
36 @@ -17,6 +19,6 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 -DEPEND="media-libs/chromaprint
41 +DEPEND="dev-python/setuptools"
42 +RDEPEND="media-libs/chromaprint
43 dev-python/audioread"
44 -RDEPEND="${DEPEND}"
45
46
47
48 1.3 dev-python/pyacoustid/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?r1=1.2&r2=1.3
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- ChangeLog 29 May 2012 17:13:25 -0000 1.2
61 +++ ChangeLog 30 May 2012 13:00:45 -0000 1.3
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-python/pyacoustid
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.2 2012/05/29 17:13:25 jdhore Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.3 2012/05/30 13:00:45 xarthisius Exp $
67 +
68 + 30 May 2012; Kacper Kowalik <xarthisius@g.o> pyacoustid-0.7.ebuild:
69 + Correct dependencies
70
71 29 May 2012; Jeff Horelick <jdhore@g.o> pyacoustid-0.7.ebuild:
72 Keyword ~x86