Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/libbonobo-python: libbonobo-python-2.28.1-r1.ebuild ChangeLog
Date: Mon, 26 May 2014 17:24:31
Message-Id: 20140526172428.484002004E@flycatcher.gentoo.org
1 mgorny 14/05/26 17:24:28
2
3 Modified: ChangeLog
4 Added: libbonobo-python-2.28.1-r1.ebuild
5 Log:
6 Convert to gnome-python-common-r1.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.38 dev-python/libbonobo-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 17 Dec 2011 18:48:24 -0000 1.37
24 +++ ChangeLog 26 May 2014 17:24:28 -0000 1.38
25 @@ -1,6 +1,12 @@
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.37 2011/12/17 18:48:24 tetromino Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 1.38 2014/05/26 17:24:28 mgorny Exp $
31 +
32 +*libbonobo-python-2.28.1-r1 (26 May 2014)
33 +
34 + 26 May 2014; Michał Górny <mgorny@g.o>
35 + +libbonobo-python-2.28.1-r1.ebuild:
36 + Convert to gnome-python-common-r1.
37
38 17 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
39 libbonobo-python-2.28.1.ebuild:
40 @@ -160,4 +166,3 @@
41 +libbonobo-python-2.22.1.ebuild:
42 Initial import of gnome-python split ebuilds. This package installs
43 bindings for the Bonobo framework.
44 -
45
46
47
48 1.1 dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libbonobo-python-2.28.1-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild,v 1.1 2014/05/26 17:24:27 mgorny Exp $
58
59 EAPI="5"
60
61 GNOME_ORG_MODULE="gnome-python"
62 G_PY_BINDINGS=( bonobo bonoboui bonobo_activation )
63 PYTHON_COMPAT=( python2_7 )
64
65 inherit gnome-python-common-r1
66
67 DESCRIPTION="Python bindings for the Bonobo framework"
68 LICENSE="LGPL-2.1"
69 SLOT="2"
70 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
71 IUSE="examples"
72
73 RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
74 >=dev-python/pyorbit-2.24.0[${PYTHON_USEDEP}]
75 >=gnome-base/libbonobo-2.24.0
76 >=gnome-base/libbonoboui-2.24.0
77 >=dev-python/libgnomecanvas-python-${PV}[${PYTHON_USEDEP}]
78 !<dev-python/gnome-python-2.22.1"
79 DEPEND="${RDEPEND}"
80
81 EXAMPLES=( examples/bonobo/. )