Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
Date: Tue, 13 Jan 2009 14:40:25
Message-Id: E1LMkRL-0000qV-2Q@stork.gentoo.org
1 alexxy 09/01/13 14:40:23
2
3 Modified: ChangeLog amarok-2.0.1.1.ebuild
4 Log:
5 Add block to mysql builded with USE=minimal. That solves bug #254820
6 (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.298 media-sound/amarok/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.298&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.298&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.297&r2=1.298
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
18 retrieving revision 1.297
19 retrieving revision 1.298
20 diff -u -r1.297 -r1.298
21 --- ChangeLog 13 Jan 2009 13:08:30 -0000 1.297
22 +++ ChangeLog 13 Jan 2009 14:40:22 -0000 1.298
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-sound/amarok
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.297 2009/01/13 13:08:30 alexxy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.298 2009/01/13 14:40:22 alexxy Exp $
28 +
29 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> amarok-2.0.1.1.ebuild:
30 + Add block to mysql builded with USE=minimal. That solves bug #254820
31
32 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> -amarok-1.90-r1.ebuild,
33 -amarok-2.0.ebuild:
34
35
36
37 1.4 media-sound/amarok/amarok-2.0.1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild?r1=1.3&r2=1.4
42
43 Index: amarok-2.0.1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- amarok-2.0.1.1.ebuild 13 Jan 2009 13:01:23 -0000 1.3
50 +++ amarok-2.0.1.1.ebuild 13 Jan 2009 14:40:22 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.3 2009/01/13 13:01:23 alexxy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.4 2009/01/13 14:40:22 alexxy Exp $
56
57 EAPI="2"
58
59 @@ -21,8 +21,8 @@
60
61 DEPEND=">=app-misc/strigi-0.5.7
62 || (
63 - >=dev-db/mysql-5.0[embedded]
64 - >=dev-db/mysql-community-5.0[embedded]
65 + >=dev-db/mysql-5.0[embedded,-minimal]
66 + >=dev-db/mysql-community-5.0[embedded,-minimal]
67 )
68 >=media-libs/taglib-1.5
69 || ( media-sound/phonon x11-libs/qt-phonon:4 )