Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: amarok-utils-2.1.ebuild ChangeLog
Date: Thu, 04 Jun 2009 19:43:34
Message-Id: E1MCIqa-0000de-K0@stork.gentoo.org
1 tampakrap 09/06/04 19:43:32
2
3 Modified: amarok-utils-2.1.ebuild ChangeLog
4 Log:
5 Small fix, slot is needed else it removes amarok-1.4
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/amarok-utils/amarok-utils-2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild?r1=1.1&r2=1.2
14
15 Index: amarok-utils-2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- amarok-utils-2.1.ebuild 4 Jun 2009 19:36:20 -0000 1.1
22 +++ amarok-utils-2.1.ebuild 4 Jun 2009 19:43:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild,v 1.1 2009/06/04 19:36:20 tampakrap Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild,v 1.2 2009/06/04 19:43:32 tampakrap Exp $
28
29 EAPI="2"
30
31 @@ -25,7 +25,8 @@
32 >=x11-libs/qt-dbus-4.4:4
33 "
34 RDEPEND="${DEPEND}
35 - !<media-sound/amarok-2.0.90
36 + !<media-sound/amarok-2.0.90:2
37 + !<media-sound/amarok-2.0.90:${SLOT}
38 "
39
40 S="${WORKDIR}/${P/-utils/}"
41
42
43
44 1.2 media-sound/amarok-utils/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 4 Jun 2009 19:36:20 -0000 1.1
57 +++ ChangeLog 4 Jun 2009 19:43:32 -0000 1.2
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-sound/amarok-utils
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.1 2009/06/04 19:36:20 tampakrap Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.2 2009/06/04 19:43:32 tampakrap Exp $
63 +
64 + 04 Jun 2009; Theo Chatzimichos <tampakrap@g.o>
65 + amarok-utils-2.1.ebuild:
66 + Small fix, slot is needed else it removes amarok-1.4
67
68 *amarok-utils-2.1 (04 Jun 2009)