Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: amarok-utils-2.2.2.ebuild ChangeLog
Date: Fri, 19 Feb 2010 17:01:46
Message-Id: E1NiWEa-0000py-0p@stork.gentoo.org
1 jmbsvicetto 10/02/19 17:01:44
2
3 Modified: amarok-utils-2.2.2.ebuild ChangeLog
4 Log:
5 Fixed amarok-utils-2.2.2 SRC_URI (2.2.2 is in stable not unstable).
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/amarok-utils/amarok-utils-2.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.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.2.2.ebuild?r1=1.1&r2=1.2
14
15 Index: amarok-utils-2.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- amarok-utils-2.2.2.ebuild 8 Jan 2010 15:50:10 -0000 1.1
22 +++ amarok-utils-2.2.2.ebuild 19 Feb 2010 17:01:43 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.2.2.ebuild,v 1.1 2010/01/08 15:50:10 jmbsvicetto Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild,v 1.2 2010/02/19 17:01:43 jmbsvicetto Exp $
28
29 EAPI="2"
30
31 @@ -19,7 +19,7 @@
32 if [[ ${PV} = *9999* ]]; then
33 SRC_URI=""
34 else
35 - SRC_URI="mirror://kde/unstable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
36 + SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
37 fi
38
39 LICENSE="GPL-2"
40
41
42
43 1.16 media-sound/amarok-utils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 19 Feb 2010 16:57:49 -0000 1.15
56 +++ ChangeLog 19 Feb 2010 17:01:43 -0000 1.16
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-sound/amarok-utils
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.15 2010/02/19 16:57:49 jmbsvicetto Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.16 2010/02/19 17:01:43 jmbsvicetto Exp $
62 +
63 + 19 Feb 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
64 + amarok-utils-2.2.2.ebuild:
65 + Fixed amarok-utils-2.2.2 SRC_URI (2.2.2 is in stable not unstable).
66
67 *amarok-utils-2.2.2-r1 (19 Feb 2010)