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/pygtksourceview: ChangeLog pygtksourceview-2.4.0.ebuild
Date: Sun, 19 Oct 2008 21:00:05
Message-Id: E1KrfNY-00073z-Mr@stork.gentoo.org
1 eva 08/10/19 21:00:00
2
3 Modified: ChangeLog
4 Added: pygtksourceview-2.4.0.ebuild
5 Log:
6 New version for GNOME 2.24. Drop gnome-vfs dependency and requires new gtksourceview-2.3.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.16 dev-python/pygtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 25 Sep 2008 15:01:06 -0000 1.15
23 +++ ChangeLog 19 Oct 2008 21:00:00 -0000 1.16
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/pygtksourceview
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.15 2008/09/25 15:01:06 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.16 2008/10/19 21:00:00 eva Exp $
29 +
30 +*pygtksourceview-2.4.0 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +pygtksourceview-2.4.0.ebuild:
34 + New version for GNOME 2.24. Drop gnome-vfs dependency and requires new
35 + gtksourceview-2.3.
36
37 25 Sep 2008; Jeroen Roovers <jer@g.o> pygtksourceview-2.2.0.ebuild:
38 Stable for HPPA (bug #236971).
39
40
41
42 1.1 dev-python/pygtksourceview/pygtksourceview-2.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pygtksourceview-2.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.4.0.ebuild,v 1.1 2008/10/19 21:00:00 eva Exp $
52
53 inherit gnome2 python flag-o-matic multilib
54
55 DESCRIPTION="GTK+2 bindings for Python"
56 HOMEPAGE="http://www.pygtk.org/"
57
58 SRC_URI="${SRC_URI}"
59
60 LICENSE="LGPL-2.1"
61 SLOT="2"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="doc"
64
65 RDEPEND=">=dev-python/pygobject-2.15.2
66 >=dev-python/pygtk-2.8
67 >=x11-libs/gtksourceview-2.3"
68
69 DEPEND="${RDEPEND}
70 doc? (
71 >=dev-util/gtk-doc-1.10
72 dev-libs/libxslt
73 ~app-text/docbook-xml-dtd-4.1.2
74 >=app-text/docbook-xsl-stylesheets-1.70.1 )
75 >=dev-util/pkgconfig-0.9"
76
77 DOCS="AUTHORS ChangeLog NEWS README"
78
79 pkg_setup() {
80 G2CONF="${G2CONF} $(use_enable doc docs)"
81 }
82
83 pkg_postinst() {
84 python_version
85 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
86 }
87
88 pkg_postrm() {
89 python_mod_cleanup
90 }