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/gtkspell-python: gtkspell-python-2.19.1.ebuild ChangeLog
Date: Wed, 02 Jun 2010 21:19:32
Message-Id: 20100602211929.3DDD82CE14@corvid.gentoo.org
1 eva 10/06/02 21:19:29
2
3 Modified: gtkspell-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.10 dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild?r1=1.9&r2=1.10
14
15 Index: gtkspell-python-2.19.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- gtkspell-python-2.19.1.ebuild 25 Aug 2009 12:42:59 -0000 1.9
22 +++ gtkspell-python-2.19.1.ebuild 2 Jun 2010 21:19:28 -0000 1.10
23 @@ -1,7 +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/gtkspell-python/gtkspell-python-2.19.1.ebuild,v 1.9 2009/08/25 12:42:59 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild,v 1.10 2010/06/02 21:19:28 eva Exp $
29
30 +EAPI="2"
31 G_PY_PN="gnome-python-extras"
32
33 inherit gnome-python-common
34 @@ -23,9 +24,9 @@
35
36 EXAMPLES="examples/gtkspell/*"
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.10 dev-python/gtkspell-python/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?r1=1.9&r2=1.10
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v
59 retrieving revision 1.9
60 retrieving revision 1.10
61 diff -u -r1.9 -r1.10
62 --- ChangeLog 25 Aug 2009 12:42:59 -0000 1.9
63 +++ ChangeLog 2 Jun 2010 21:19:28 -0000 1.10
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-python/gtkspell-python
66 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.9 2009/08/25 12:42:59 aballier Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.10 2010/06/02 21:19:28 eva Exp $
70 +
71 + 02 Jun 2010; Gilles Dartiguelongue <eva@g.o>
72 + gtkspell-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 gtkspell-python-2.19.1.ebuild: