Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.15.2.ebuild ChangeLog
Date: Sat, 22 Feb 2014 22:20:10
Message-Id: 20140222222008.0DF072004C@flycatcher.gentoo.org
1 pacho 14/02/22 22:20:07
2
3 Modified: pitivi-0.15.2.ebuild ChangeLog
4 Log:
5 Fix wrong commit, bug 502160
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 media-video/pitivi/pitivi-0.15.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild?r1=1.2&r2=1.3
15
16 Index: pitivi-0.15.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pitivi-0.15.2.ebuild 5 Sep 2013 18:58:06 -0000 1.2
23 +++ pitivi-0.15.2.ebuild 22 Feb 2014 22:20:07 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.2 2013/09/05 18:58:06 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.3 2014/02/22 22:20:07 pacho Exp $
30
31 EAPI=5
32 GCONF_DEBUG="no"
33
34
35
36 1.32 media-video/pitivi/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.32&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.32&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.31&r2=1.32
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
45 retrieving revision 1.31
46 retrieving revision 1.32
47 diff -u -r1.31 -r1.32
48 --- ChangeLog 5 Sep 2013 18:58:06 -0000 1.31
49 +++ ChangeLog 22 Feb 2014 22:20:07 -0000 1.32
50 @@ -1,6 +1,9 @@
51 # ChangeLog for media-video/pitivi
52 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.31 2013/09/05 18:58:06 mgorny Exp $
54 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.32 2014/02/22 22:20:07 pacho Exp $
56 +
57 + 22 Feb 2014; Pacho Ramos <pacho@g.o> pitivi-0.15.2.ebuild:
58 + Fix wrong commit, bug 502160
59
60 05 Sep 2013; Michał Górny <mgorny@g.o> pitivi-0.15.2.ebuild:
61 Clean up PYTHON_COMPAT from old implementations.