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: pygtksourceview-2.10.1-r1.ebuild ChangeLog
Date: Sat, 30 Mar 2013 21:26:36
Message-Id: 20130330212633.436762171D@flycatcher.gentoo.org
1 eva 13/03/30 21:26:33
2
3 Modified: ChangeLog
4 Added: pygtksourceview-2.10.1-r1.ebuild
5 Log:
6 Switch to python-r1 and EAPI=5.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.51 dev-python/pygtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 15 May 2012 23:24:32 -0000 1.50
24 +++ ChangeLog 30 Mar 2013 21:26:33 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/pygtksourceview
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.50 2012/05/15 23:24:32 aballier Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.51 2013/03/30 21:26:33 eva Exp $
31 +
32 +*pygtksourceview-2.10.1-r1 (30 Mar 2013)
33 +
34 + 30 Mar 2013; Gilles Dartiguelongue <eva@g.o>
35 + +pygtksourceview-2.10.1-r1.ebuild:
36 + Switch to python-r1 and EAPI=5.
37
38 15 May 2012; Alexis Ballier <aballier@g.o>
39 pygtksourceview-2.10.1.ebuild:
40
41
42
43 1.1 dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pygtksourceview-2.10.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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.10.1-r1.ebuild,v 1.1 2013/03/30 21:26:33 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57 GNOME_TARBALL_SUFFIX="bz2"
58 PYTHON_COMPAT=( python2_{6,7} )
59
60 inherit gnome2 python-r1
61
62 DESCRIPTION="GTK+2 bindings for Python"
63 HOMEPAGE="http://www.pygtk.org/"
64
65 LICENSE="LGPL-2.1"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
68 IUSE="doc"
69
70 RDEPEND="
71 ${PYTHON_DEPS}
72 >=dev-python/pygobject-2.15.2:2[${PYTHON_USEDEP}]
73 >=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}]
74 >=x11-libs/gtksourceview-2.9.7:2.0
75 "
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.10
78 virtual/pkgconfig
79 doc? (
80 dev-libs/libxslt
81 ~app-text/docbook-xml-dtd-4.1.2
82 >=app-text/docbook-xsl-stylesheets-1.70.1 )
83 "
84
85 src_prepare() {
86 gnome2_src_prepare
87 python_copy_sources
88 }
89
90 src_configure() {
91 python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable doc docs)
92 }
93
94 src_compile() {
95 python_foreach_impl run_in_build_dir gnome2_src_compile
96 }
97
98 src_test() {
99 python_foreach_impl run_in_build_dir default
100 }
101
102 src_install() {
103 DOCS="AUTHORS ChangeLog NEWS README"
104 python_foreach_impl run_in_build_dir gnome2_src_install
105 }