Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gdata: gdata-1.0.8.ebuild ChangeLog
Date: Fri, 28 Mar 2008 06:47:17
Message-Id: E1Jf8Ms-0002PI-AA@stork.gentoo.org
1 hawking 08/03/28 06:47:14
2
3 Modified: gdata-1.0.8.ebuild ChangeLog
4 Log:
5 Add patch from upstream to fix tests. Bug 212983
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 dev-python/gdata/gdata-1.0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild?r1=1.1&r2=1.2
14
15 Index: gdata-1.0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gdata-1.0.8.ebuild 9 Oct 2007 21:40:11 -0000 1.1
22 +++ gdata-1.0.8.ebuild 28 Mar 2008 06:47:13 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild,v 1.1 2007/10/09 21:40:11 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild,v 1.2 2008/03/28 06:47:13 hawking Exp $
29
30 -inherit distutils
31 +inherit distutils eutils
32
33 MY_P="gdata.py-${PV}"
34
35 @@ -21,6 +21,12 @@
36 PYTHON_MODNAME="atom gdata"
37 S="${WORKDIR}/${MY_P}"
38
39 +src_unpack() {
40 + distutils_src_unpack
41 +
42 + epatch "${FILESDIR}/${P}-test-fix.patch"
43 +}
44 +
45 src_install() {
46 distutils_src_install
47
48
49
50
51 1.6 dev-python/gdata/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.6&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.6&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdata/ChangeLog?r1=1.5&r2=1.6
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v
60 retrieving revision 1.5
61 retrieving revision 1.6
62 diff -u -r1.5 -r1.6
63 --- ChangeLog 9 Oct 2007 21:40:11 -0000 1.5
64 +++ ChangeLog 28 Mar 2008 06:47:13 -0000 1.6
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-python/gdata
67 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.5 2007/10/09 21:40:11 lack Exp $
69 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.6 2008/03/28 06:47:13 hawking Exp $
71 +
72 + 28 Mar 2008; Ali Polatel <hawking@g.o>
73 + +files/gdata-1.0.8-test-fix.patch, gdata-1.0.8.ebuild:
74 + Add patch from upstream to fix tests. Bug 212983
75
76 *gdata-1.0.8 (09 Oct 2007)
77
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list