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/libbonobo-python: ChangeLog libbonobo-python-2.28.1.ebuild libbonobo-python-2.28.0.ebuild
Date: Sat, 26 Feb 2011 13:21:56
Message-Id: 20110226132145.BA9AC20054@flycatcher.gentoo.org
1 eva 11/02/26 13:21:45
2
3 Modified: ChangeLog libbonobo-python-2.28.1.ebuild
4 Removed: libbonobo-python-2.28.0.ebuild
5 Log:
6 Add missing eclass variables for proper python-updater behavior, bug #344833. Clean up old revision.
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.36 dev-python/libbonobo-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 30 Jan 2011 19:46:54 -0000 1.35
24 +++ ChangeLog 26 Feb 2011 13:21:45 -0000 1.36
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/libbonobo-python
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 1.35 2011/01/30 19:46:54 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 1.36 2011/02/26 13:21:45 eva Exp $
30 +
31 + 26 Feb 2011; Gilles Dartiguelongue <eva@g.o>
32 + -libbonobo-python-2.28.0.ebuild, libbonobo-python-2.28.1.ebuild:
33 + Add missing eclass variables for proper python-updater behavior, bug #344833.
34 + Clean up old revision.
35
36 30 Jan 2011; Raúl Porcel <armin76@g.o>
37 libbonobo-python-2.28.1.ebuild:
38
39
40
41 1.9 dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild?rev=1.9&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild?rev=1.9&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild?r1=1.8&r2=1.9
46
47 Index: libbonobo-python-2.28.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild,v
50 retrieving revision 1.8
51 retrieving revision 1.9
52 diff -u -r1.8 -r1.9
53 --- libbonobo-python-2.28.1.ebuild 30 Jan 2011 19:46:54 -0000 1.8
54 +++ libbonobo-python-2.28.1.ebuild 26 Feb 2011 13:21:45 -0000 1.9
55 @@ -1,11 +1,14 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild,v 1.8 2011/01/30 19:46:54 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1.ebuild,v 1.9 2011/02/26 13:21:45 eva Exp $
60
61 GCONF_DEBUG="no"
62
63 G_PY_PN="gnome-python"
64 G_PY_BINDINGS="bonobo bonoboui bonobo_activation"
65 +SUPPORT_PYTHON_ABIS="1"
66 +PYTHON_DEPEND="2"
67 +RESTRICT_PYTHON_ABIS="3.*"
68
69 inherit gnome-python-common