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/gtksourceview-python: ChangeLog gtksourceview-python-2.24.0.ebuild
Date: Sun, 19 Oct 2008 20:44:45
Message-Id: E1Krf8l-0006qh-GQ@stork.gentoo.org
1 eva 08/10/19 20:44:43
2
3 Modified: ChangeLog
4 Added: gtksourceview-python-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/gtksourceview-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtksourceview-python/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtksourceview-python/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtksourceview-python/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gtksourceview-python/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 19 Sep 2008 19:54:48 -0000 1.2
23 +++ ChangeLog 19 Oct 2008 20:44:43 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/gtksourceview-python
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gtksourceview-python/ChangeLog,v 1.2 2008/09/19 19:54:48 ford_prefect Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gtksourceview-python/ChangeLog,v 1.3 2008/10/19 20:44:43 eva Exp $
29 +
30 +*gtksourceview-python-2.24.0 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gtksourceview-python-2.24.0.ebuild:
34 + New version for GNOME 2.24.
35
36 19 Sep 2008; Arun Raghavan <ford_prefect@g.o>
37 gtksourceview-python-2.22.0.ebuild:
38
39
40
41 1.1 dev-python/gtksourceview-python/gtksourceview-python-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtksourceview-python/gtksourceview-python-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtksourceview-python/gtksourceview-python-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtksourceview-python-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/gtksourceview-python/gtksourceview-python-2.24.0.ebuild,v 1.1 2008/10/19 20:44:43 eva Exp $
51
52 G_PY_PN="gnome-python-desktop"
53
54 inherit gnome-python-common
55
56 DESCRIPTION="Python bindings for the gtksourceview (version 1.8) library"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc examples"
61
62 RDEPEND="=x11-libs/gtksourceview-1.8*
63 >=dev-python/libgnomeprint-python-2.22.0
64 !<dev-python/gnome-python-desktop-2.22.0-r10"
65 DEPEND="${RDEPEND}"
66
67 EXAMPLES="examples/gtksourceview/*"
68
69 pkg_postinst() {
70 elog
71 elog "This package provides python bindings for x11-libs/gtksourceview-1.8."
72 elog "If you want to 2.* python bindings, use dev-python/pygtksourceview-2"
73 }