Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gconf-editor/
Date: Fri, 04 Nov 2016 09:16:03
Message-Id: 1478250952.d7e41de115740abe563c23b259d9efea536cb17e.pacho@gentoo
1 commit: d7e41de115740abe563c23b259d9efea536cb17e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 09:08:33 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 09:15:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e41de1
7
8 gnome-extra/gconf-editor: scrollkeeper is not really needed
9
10 Package-Manager: portage-2.3.2
11
12 gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild | 19 +++++++------------
13 1 file changed, 7 insertions(+), 12 deletions(-)
14
15 diff --git a/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild b/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
16 index 8d96380..cb1da31 100644
17 --- a/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
18 +++ b/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
19 @@ -1,11 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 -GCONF_DEBUG="no"
27 -
28 -inherit eutils gnome2
29 +EAPI=6
30 +inherit gnome2
31
32 DESCRIPTION="An editor to the GNOME config system"
33 HOMEPAGE="https://git.gnome.org/browse/gconf-editor"
34 @@ -20,7 +18,6 @@ RDEPEND="
35 >=gnome-base/gconf-2.12:2
36 "
37 DEPEND="${RDEPEND}
38 - app-text/scrollkeeper
39 sys-devel/gettext
40 app-text/gnome-doc-utils
41 >=dev-util/intltool-0.35
42 @@ -29,12 +26,10 @@ DEPEND="${RDEPEND}
43 "
44 # gnome-common for eautoreconf
45
46 -src_prepare() {
47 +PATCHES=(
48 # Fix assertion failed crash (from 'master')
49 - epatch "${FILESDIR}/${PN}-3.0.1-assertion-crash.patch"
50 + "${FILESDIR}/${PN}-3.0.1-assertion-crash.patch"
51
52 # Drop use GTK accel maps (from 'master')
53 - epatch "${FILESDIR}/${PN}-3.0.1-drop-accel.patch"
54 -
55 - gnome2_src_prepare
56 -}
57 + "${FILESDIR}/${PN}-3.0.1-drop-accel.patch"
58 +)