Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-2.30.4.ebuild gedit-2.26.3-r1.ebuild gedit-2.28.4.ebuild
Date: Mon, 24 Jan 2011 14:43:34
Message-Id: 20110124144322.8DFC220054@flycatcher.gentoo.org
1 eva 11/01/24 14:43:22
2
3 Modified: ChangeLog gedit-2.30.4.ebuild
4 Removed: gedit-2.26.3-r1.ebuild gedit-2.28.4.ebuild
5 Log:
6 Bump to EAPI 3 to pin dependencies to appropriate slots. Drop old revisions.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.323 app-editors/gedit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.323&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.323&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.322&r2=1.323
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
20 retrieving revision 1.322
21 retrieving revision 1.323
22 diff -u -r1.322 -r1.323
23 --- ChangeLog 20 Jan 2011 22:33:50 -0000 1.322
24 +++ ChangeLog 24 Jan 2011 14:43:22 -0000 1.323
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/gedit
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.322 2011/01/20 22:33:50 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.323 2011/01/24 14:43:22 eva Exp $
30 +
31 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> -gedit-2.26.3-r1.ebuild,
32 + -files/gedit-2.26.3-external_tools_config.patch, -gedit-2.28.4.ebuild,
33 + -files/gedit-2.28.4-xml-syntax.patch, gedit-2.30.4.ebuild:
34 + Bump to EAPI 3 to pin dependencies to appropriate slots. Drop old revisions.
35
36 20 Jan 2011; Pacho Ramos <pacho@g.o> gedit-2.30.4.ebuild:
37 Needs python2 for compiling ok.
38
39
40
41 1.6 app-editors/gedit/gedit-2.30.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?r1=1.5&r2=1.6
46
47 Index: gedit-2.30.4.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- gedit-2.30.4.ebuild 20 Jan 2011 22:33:50 -0000 1.5
54 +++ gedit-2.30.4.ebuild 24 Jan 2011 14:43:22 -0000 1.6
55 @@ -1,7 +1,8 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.5 2011/01/20 22:33:50 pacho Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.6 2011/01/24 14:43:22 eva Exp $
60
61 +EAPI="3"
62 GCONF_DEBUG="no"
63 PYTHON_DEPEND="python? 2:2.5"
64
65 @@ -18,17 +19,17 @@
66 RDEPEND=">=gnome-base/gconf-2
67 >=x11-libs/libSM-1.0
68 >=dev-libs/libxml2-2.5.0
69 - >=dev-libs/glib-2.23.1
70 - >=x11-libs/gtk+-2.19.0
71 - >=x11-libs/gtksourceview-2.9.7
72 + >=dev-libs/glib-2.23.1:2
73 + >=x11-libs/gtk+-2.19.0:2
74 + >=x11-libs/gtksourceview-2.9.7:2.0
75 spell? (
76 >=app-text/enchant-1.2
77 >=app-text/iso-codes-0.35
78 )
79 python? (
80 - >=dev-python/pygobject-2.15.4
81 - >=dev-python/pygtk-2.12
82 - >=dev-python/pygtksourceview-2.9.2
83 + >=dev-python/pygobject-2.15.4:2
84 + >=dev-python/pygtk-2.12:2
85 + >=dev-python/pygtksourceview-2.9.2:2
86 )"
87
88 DEPEND="${RDEPEND}
89 @@ -41,14 +42,13 @@
90 doc? ( >=dev-util/gtk-doc-1 )"
91 # gnome-common and gtk-doc-am needed to eautoreconf
92
93 -DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
94 -
95 if [[ "${ARCH}" == "PPC" ]] ; then
96 # HACK HACK HACK: someone fix this garbage
97 MAKEOPTS="${MAKEOPTS} -j1"
98 fi
99
100 pkg_setup() {
101 + DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
102 G2CONF="${G2CONF}
103 --disable-scrollkeeper
104 --disable-updater
105 @@ -57,8 +57,8 @@
106 use python && python_set_active_version 2
107 }
108
109 -src_unpack() {
110 - gnome2_src_unpack
111 +src_prepare() {
112 + gnome2_src_prepare
113
114 # Do not fail if remote mounting is not supported.
115 epatch "${FILESDIR}/${PN}-2.30.2-tests-skip.patch"