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.10.1.ebuild
Date: Mon, 24 Jan 2011 14:33:20
Message-Id: 20110124143309.7664820054@flycatcher.gentoo.org
1 eva 11/01/24 14:33:09
2
3 Modified: ChangeLog pygtksourceview-2.10.1.ebuild
4 Log:
5 EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 dev-python/pygtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 13 Dec 2010 03:22:16 -0000 1.45
23 +++ ChangeLog 24 Jan 2011 14:33:09 -0000 1.46
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/pygtksourceview
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.45 2010/12/13 03:22:16 leio Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $
30 +
31 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
32 + pygtksourceview-2.10.1.ebuild:
33 + EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
34
35 13 Dec 2010; Mart Raudsepp <leio@g.o> -pygtksourceview-2.6.0.ebuild,
36 -pygtksourceview-2.8.0.ebuild, pygtksourceview-2.10.1.ebuild:
37
38
39
40 1.10 dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.9&r2=1.10
45
46 Index: pygtksourceview-2.10.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- pygtksourceview-2.10.1.ebuild 13 Dec 2010 03:22:16 -0000 1.9
53 +++ pygtksourceview-2.10.1.ebuild 24 Jan 2011 14:33:09 -0000 1.10
54 @@ -1,6 +1,8 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.9 2010/12/13 03:22:16 leio Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $
60 +
61 +EAPI="3"
62
63 inherit gnome2 flag-o-matic multilib
64
65 @@ -12,9 +14,9 @@
66 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
67 IUSE="doc"
68
69 -RDEPEND=">=dev-python/pygobject-2.15.2
70 - >=dev-python/pygtk-2.8
71 - >=x11-libs/gtksourceview-2.9.7"
72 +RDEPEND=">=dev-python/pygobject-2.15.2:2
73 + >=dev-python/pygtk-2.8:2
74 + >=x11-libs/gtksourceview-2.9.7:2.0"
75
76 DEPEND="${RDEPEND}
77 doc? (
78 @@ -24,9 +26,8 @@
79 >=app-text/docbook-xsl-stylesheets-1.70.1 )
80 >=dev-util/pkgconfig-0.9"
81
82 -DOCS="AUTHORS ChangeLog NEWS README"
83 -
84 pkg_setup() {
85 + DOCS="AUTHORS ChangeLog NEWS README"
86 G2CONF="${G2CONF} $(use_enable doc docs)"
87 }
88 # There are no .py files installed, so no python_mod_* are required