Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gdata: gdata-2.0.16.ebuild ChangeLog
Date: Sun, 26 Feb 2012 04:00:41
Message-Id: 20120226040031.0A4812004B@flycatcher.gentoo.org
1 floppym 12/02/26 04:00:31
2
3 Modified: gdata-2.0.16.ebuild ChangeLog
4 Log:
5 Set EAPI=4.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/gdata/gdata-2.0.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild?r1=1.2&r2=1.3
15
16 Index: gdata-2.0.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gdata-2.0.16.ebuild 26 Feb 2012 03:58:46 -0000 1.2
23 +++ gdata-2.0.16.ebuild 26 Feb 2012 04:00:30 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild,v 1.2 2012/02/26 03:58:46 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild,v 1.3 2012/02/26 04:00:30 floppym Exp $
29
30 -EAPI="3"
31 +EAPI="4"
32 PYTHON_DEPEND="2"
33 PYTHON_USE_WITH="ssl xml"
34 SUPPORT_PYTHON_ABIS="1"
35 @@ -40,6 +40,6 @@
36
37 if use examples; then
38 insinto /usr/share/doc/${PF}/examples
39 - doins -r samples/* || die "Installation of examples failed"
40 + doins -r samples/*
41 fi
42 }
43
44
45
46 1.103 dev-python/gdata/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.103&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.103&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?r1=1.102&r2=1.103
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v
55 retrieving revision 1.102
56 retrieving revision 1.103
57 diff -u -r1.102 -r1.103
58 --- ChangeLog 26 Feb 2012 03:58:46 -0000 1.102
59 +++ ChangeLog 26 Feb 2012 04:00:30 -0000 1.103
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/gdata
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.102 2012/02/26 03:58:46 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.103 2012/02/26 04:00:30 floppym Exp $
65 +
66 + 26 Feb 2012; Mike Gilbert <floppym@g.o> gdata-2.0.16.ebuild:
67 + Set EAPI=4.
68
69 26 Feb 2012; Mike Gilbert <floppym@g.o> gdata-2.0.16.ebuild:
70 Simplify dev-lang/python[xml] dependencies.