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-libs/phonon: phonon-4.5.1.ebuild ChangeLog
Date: Fri, 28 Oct 2011 15:17:04
Message-Id: 20111028151655.72BDA2004B@flycatcher.gentoo.org
1 jmbsvicetto 11/10/28 15:16:55
2
3 Modified: phonon-4.5.1.ebuild ChangeLog
4 Log:
5 [media-libs/phonon-4.5.1] Define EGIT_REPO for PV==9999 and not for PV!=9999. Thanks to Justin for the heads up.
6
7 (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/phonon/phonon-4.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: phonon-4.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- phonon-4.5.1.ebuild 28 Oct 2011 13:36:15 -0000 1.1
23 +++ phonon-4.5.1.ebuild 28 Oct 2011 15:16:55 -0000 1.2
24 @@ -1,14 +1,14 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild,v 1.1 2011/10/28 13:36:15 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.5.1.ebuild,v 1.2 2011/10/28 15:16:55 jmbsvicetto Exp $
29
30 EAPI=4
31
32 if [[ ${PV} != *9999* ]]; then
33 SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz"
34 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
35 - SCM_ECLASS="git-2"
36 else
37 + SCM_ECLASS="git-2"
38 EGIT_REPO_URI="git://anongit.kde.org/${PN}"
39 KEYWORDS=""
40 fi
41
42
43
44 1.21 media-libs/phonon/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.21&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.21&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?r1=1.20&r2=1.21
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
53 retrieving revision 1.20
54 retrieving revision 1.21
55 diff -u -r1.20 -r1.21
56 --- ChangeLog 28 Oct 2011 13:36:15 -0000 1.20
57 +++ ChangeLog 28 Oct 2011 15:16:55 -0000 1.21
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-libs/phonon
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.20 2011/10/28 13:36:15 jmbsvicetto Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.21 2011/10/28 15:16:55 jmbsvicetto Exp $
63 +
64 + 28 Oct 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
65 + phonon-4.5.1.ebuild:
66 + [media-libs/phonon-4.5.1] Define EGIT_REPO for PV==9999 and not for PV!=9999.
67 + Thanks to Justin for the heads up.
68
69 *phonon-4.5.1 (28 Oct 2011)