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.2.0.ebuild pygtksourceview-2.0.0.ebuild
Date: Tue, 11 Mar 2008 03:01:39
Message-Id: E1JYsHi-00045D-6G@stork.gentoo.org
1 eva 08/03/11 00:24:02
2
3 Modified: ChangeLog
4 Added: pygtksourceview-2.2.0.ebuild
5 Removed: pygtksourceview-2.0.0.ebuild
6 Log:
7 bump to 2.2 (in preparation to gnome 2.22)
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.9 dev-python/pygtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 29 Nov 2007 06:00:41 -0000 1.8
24 +++ ChangeLog 11 Mar 2008 00:24:01 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/pygtksourceview
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.8 2007/11/29 06:00:41 jer Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.9 2008/03/11 00:24:01 eva Exp $
31 +
32 +*pygtksourceview-2.2.0 (11 Mar 2008)
33 +
34 + 11 Mar 2008; Gilles Dartiguelongue <eva@g.o>
35 + -pygtksourceview-2.0.0.ebuild, +pygtksourceview-2.2.0.ebuild:
36 + bump to 2.2.0 (masked) in preparation to gnome 2.22
37
38 29 Nov 2007; Jeroen Roovers <jer@g.o>
39 pygtksourceview-2.0.0-r1.ebuild:
40
41
42
43 1.1 dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pygtksourceview-2.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.1 2008/03/11 00:24:01 eva Exp $
53
54 NEED_PYTHON=2.3.5
55
56 inherit gnome2 python flag-o-matic multilib
57
58 DESCRIPTION="GTK+2 bindings for Python"
59 HOMEPAGE="http://www.pygtk.org/"
60
61 SRC_URI="${SRC_URI}"
62
63 LICENSE="LGPL-2.1"
64 SLOT="2"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="doc"
67
68 RDEPEND=">=dev-python/pygobject-2.11.3
69 >=dev-python/pygtk-2.8
70 >=x11-libs/gtksourceview-2.2"
71
72 DEPEND="${RDEPEND}
73 doc? ( dev-libs/libxslt
74 ~app-text/docbook-xml-dtd-4.1.2
75 >=app-text/docbook-xsl-stylesheets-1.70.1 )
76 >=dev-util/pkgconfig-0.9"
77
78 pkg_setup() {
79 G2CONF="$(use_enable doc docs)"
80 }
81
82 pkg_postinst() {
83 python_version
84 python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/
85 }
86
87 pkg_postrm() {
88 python_version
89 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
90 }
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list