Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.0.ebuild
Date: Mon, 05 Apr 2010 07:03:58
Message-Id: E1NygLi-0006nK-BA@stork.gentoo.org
1 reavertm 10/04/05 07:03:54
2
3 Modified: ChangeLog liblastfm-0.3.0.ebuild
4 Log:
5 Fixed bug 292038, missing dependencies
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 media-libs/liblastfm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 25 Feb 2010 20:28:50 -0000 1.7
22 +++ ChangeLog 5 Apr 2010 07:03:54 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/liblastfm
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.7 2010/02/25 20:28:50 wired Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.8 2010/04/05 07:03:54 reavertm Exp $
28 +
29 + 05 Apr 2010; Maciej Mrozowski <reavertm@g.o>
30 + liblastfm-0.3.0.ebuild:
31 + Fixed bug 292038, missing dependencies
32
33 25 Feb 2010; Alex Alexander <wired@g.o> liblastfm-0.3.0.ebuild:
34 added missing qt-test dep
35
36
37
38 1.9 media-libs/liblastfm/liblastfm-0.3.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild?r1=1.8&r2=1.9
43
44 Index: liblastfm-0.3.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- liblastfm-0.3.0.ebuild 25 Feb 2010 20:28:50 -0000 1.8
51 +++ liblastfm-0.3.0.ebuild 5 Apr 2010 07:03:54 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild,v 1.8 2010/02/25 20:28:50 wired Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.0.ebuild,v 1.9 2010/04/05 07:03:54 reavertm Exp $
57
58 EAPI="2"
59
60 @@ -11,22 +11,24 @@
61 SRC_URI="http://cdn.last.fm/src/${P}.tar.bz2"
62
63 LICENSE="GPL-3"
64 -SLOT="0"
65 KEYWORDS="amd64 ~ppc x86"
66 +SLOT="0"
67 IUSE=""
68
69 COMMON_DEPEND="
70 >=media-libs/libsamplerate-0.1.4
71 sci-libs/fftw:3.0
72 >=x11-libs/qt-core-4.5:4
73 - >=x11-libs/qt-test-4.5:4
74 - !<media-libs/lastfmlib-0.4.0
75 + >=x11-libs/qt-sql-4.5:4
76 "
77 # Unrestrict Ruby depend for next release!
78 DEPEND="${COMMON_DEPEND}
79 =dev-lang/ruby-1.8*
80 + >=x11-libs/qt-test-4.5:4
81 +"
82 +RDEPEND="${COMMON_DEPEND}
83 + !<media-libs/lastfmlib-0.4.0
84 "
85 -RDEPEND="${COMMON_DEPEND}"
86
87 src_prepare() {
88 # Fix multilib paths