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/gnome-python-extras-base: gnome-python-extras-base-2.19.1.ebuild ChangeLog
Date: Sun, 19 Oct 2008 22:57:28
Message-Id: E1KrhDB-0007u8-GW@stork.gentoo.org
1 eva 08/10/19 22:57:25
2
3 Modified: gnome-python-extras-base-2.19.1.ebuild ChangeLog
4 Log:
5 Fix in typo in patch name and install DOCS again.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?r1=1.1&r2=1.2
14
15 Index: gnome-python-extras-base-2.19.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnome-python-extras-base-2.19.1.ebuild 16 Oct 2008 22:46:34 -0000 1.1
22 +++ gnome-python-extras-base-2.19.1.ebuild 19 Oct 2008 22:57:25 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.1 2008/10/16 22:46:34 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.2 2008/10/19 22:57:25 eva Exp $
28
29 inherit versionator eutils autotools gnome2
30
31 @@ -29,6 +29,8 @@
32
33 S="${WORKDIR}/${MY_PN}-${PV}"
34
35 +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
36 +
37 pkg_setup() {
38 G2CONF="${G2CONF} --disable-allbindings"
39 }
40 @@ -36,7 +38,7 @@
41 src_unpack() {
42 gnome2_src_unpack
43
44 - epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
45 + epatch "${WORKDIR}/${MY_PN}-${PV}-split.patch"
46 eautoreconf
47 }
48
49
50
51
52 1.2 dev-python/gnome-python-extras-base/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 16 Oct 2008 22:46:34 -0000 1.1
65 +++ ChangeLog 19 Oct 2008 22:57:25 -0000 1.2
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-python/gnome-python-extras-base
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.1 2008/10/16 22:46:34 eva Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.2 2008/10/19 22:57:25 eva Exp $
71 +
72 + 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
73 + gnome-python-extras-base-2.19.1.ebuild:
74 + Fix in typo in patch name and install DOCS again.
75
76 *gnome-python-extras-base-2.19.1 (16 Oct 2008)