Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
Date: Wed, 02 Jun 2010 21:05:06
Message-Id: 20100602210501.D8FEA2CE14@corvid.gentoo.org
1 eva 10/06/02 21:05:01
2
3 Modified: egg-python-2.19.1.ebuild ChangeLog
4 Log:
5 Update to use EAPI=2 due to eclass changes.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-python/egg-python/egg-python-2.19.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.12&r2=1.13
14
15 Index: egg-python-2.19.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- egg-python-2.19.1.ebuild 25 Aug 2009 13:18:31 -0000 1.12
22 +++ egg-python-2.19.1.ebuild 2 Jun 2010 21:05:01 -0000 1.13
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.12 2009/08/25 13:18:31 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.13 2010/06/02 21:05:01 eva Exp $
29 +
30 +EAPI="2"
31
32 # We don't support the egg.recent bindings that are also provided - they are
33 # deprecated, have deps we don't really want and there are no users in-tree.
34 @@ -25,9 +27,9 @@
35
36 EXAMPLES="examples/egg/tray*"
37
38 -src_unpack() {
39 - gnome-python-common_src_unpack
40 -
41 +src_prepare() {
42 epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
43 eautoreconf
44 +
45 + gnome-python-common_src_prepare
46 }
47
48
49
50 1.12 dev-python/egg-python/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.12&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.12&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.11&r2=1.12
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
59 retrieving revision 1.11
60 retrieving revision 1.12
61 diff -u -r1.11 -r1.12
62 --- ChangeLog 25 Aug 2009 13:18:31 -0000 1.11
63 +++ ChangeLog 2 Jun 2010 21:05:01 -0000 1.12
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-python/egg-python
66 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.11 2009/08/25 13:18:31 aballier Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.12 2010/06/02 21:05:01 eva Exp $
70 +
71 + 02 Jun 2010; Gilles Dartiguelongue <eva@g.o>
72 + egg-python-2.19.1.ebuild:
73 + Update to use EAPI=2 due to eclass changes.
74
75 25 Aug 2009; Alexis Ballier <aballier@g.o>
76 egg-python-2.19.1.ebuild: