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.8.0.ebuild
Date: Thu, 29 Oct 2009 23:29:22
Message-Id: E1N3eQi-0002EJ-BC@stork.gentoo.org
1 eva 09/10/29 23:29:20
2
3 Modified: ChangeLog
4 Added: pygtksourceview-2.8.0.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.31 dev-python/pygtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 24 Oct 2009 16:26:35 -0000 1.30
23 +++ ChangeLog 29 Oct 2009 23:29:19 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/pygtksourceview
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.30 2009/10/24 16:26:35 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.31 2009/10/29 23:29:19 eva Exp $
29 +
30 +*pygtksourceview-2.8.0 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +pygtksourceview-2.8.0.ebuild:
34 + New version for GNOME 2.28.
35
36 24 Oct 2009; nixnut <nixnut@g.o> pygtksourceview-2.6.0.ebuild:
37 ppc stable #281427
38
39
40
41 1.1 dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pygtksourceview-2.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild,v 1.1 2009/10/29 23:29:19 eva Exp $
51
52 inherit gnome2 flag-o-matic multilib
53
54 DESCRIPTION="GTK+2 bindings for Python"
55 HOMEPAGE="http://www.pygtk.org/"
56
57 LICENSE="LGPL-2.1"
58 SLOT="2"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND=">=dev-python/pygobject-2.15.2
63 >=dev-python/pygtk-2.8
64 >=x11-libs/gtksourceview-2.8.1"
65
66 DEPEND="${RDEPEND}
67 doc? (
68 >=dev-util/gtk-doc-1.10
69 dev-libs/libxslt
70 ~app-text/docbook-xml-dtd-4.1.2
71 >=app-text/docbook-xsl-stylesheets-1.70.1 )
72 >=dev-util/pkgconfig-0.9"
73
74 DOCS="AUTHORS ChangeLog NEWS README"
75
76 pkg_setup() {
77 G2CONF="${G2CONF} $(use_enable doc docs)"
78 }
79 # There are no .py files installed, so no python_mod_* are required