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-libs/gexiv2: gexiv2-0.6.1.ebuild ChangeLog
Date: Sat, 29 Nov 2014 13:34:37
Message-Id: 20141129133433.65BC2B288@oystercatcher.gentoo.org
1 pacho 14/11/29 13:34:33
2
3 Modified: gexiv2-0.6.1.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.10 media-libs/gexiv2/gexiv2-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?r1=1.9&r2=1.10
15
16 Index: gexiv2-0.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gexiv2-0.6.1.ebuild 7 Sep 2013 20:11:09 -0000 1.9
23 +++ gexiv2-0.6.1.ebuild 29 Nov 2014 13:34:33 -0000 1.10
24 @@ -1,10 +1,10 @@
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-libs/gexiv2/gexiv2-0.6.1.ebuild,v 1.9 2013/09/07 20:11:09 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild,v 1.10 2014/11/29 13:34:33 pacho Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
35
36 inherit eutils multilib python-r1 toolchain-funcs versionator
37
38
39
40
41 1.28 media-libs/gexiv2/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.28&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.28&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?r1=1.27&r2=1.28
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v
50 retrieving revision 1.27
51 retrieving revision 1.28
52 diff -u -r1.27 -r1.28
53 --- ChangeLog 20 Dec 2013 13:50:43 -0000 1.27
54 +++ ChangeLog 29 Nov 2014 13:34:33 -0000 1.28
55 @@ -1,6 +1,9 @@
56 # ChangeLog for media-libs/gexiv2
57 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.27 2013/12/20 13:50:43 johu Exp $
59 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.28 2014/11/29 13:34:33 pacho Exp $
61 +
62 + 29 Nov 2014; Pacho Ramos <pacho@g.o> gexiv2-0.6.1.ebuild:
63 + Support python 3.4
64
65 20 Dec 2013; Johannes Huber <johu@g.o>
66 -files/gexiv2-0.2.1-new-exiv2.patch, -gexiv2-0.1.0.ebuild,