Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/giggle/
Date: Mon, 05 Dec 2016 09:17:09
Message-Id: 1480929420.425e4e9f9cbc5444ea39c9d619b9e9550bcfb293.pacho@gentoo
1 commit: 425e4e9f9cbc5444ea39c9d619b9e9550bcfb293
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 08:49:09 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 09:17:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425e4e9f
7
8 dev-vcs/giggle: Add forgotten eautoreconf call, update ebuild meantime too.
9
10 Package-Manager: portage-2.3.2
11
12 dev-vcs/giggle/giggle-0.7-r2.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-vcs/giggle/giggle-0.7-r2.ebuild b/dev-vcs/giggle/giggle-0.7-r2.ebuild
16 index 0a0bb54..cdbe6a2 100644
17 --- a/dev-vcs/giggle/giggle-0.7-r2.ebuild
18 +++ b/dev-vcs/giggle/giggle-0.7-r2.ebuild
19 @@ -2,11 +2,10 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI="5"
24 -GCONF_DEBUG="no"
25 +EAPI=6
26 GNOME2_LA_PUNT="yes"
27
28 -inherit gnome2 eutils
29 +inherit autotools gnome2
30
31 DESCRIPTION="GTK+ Frontend for GIT"
32 HOMEPAGE="https://wiki.gnome.org/Apps/giggle"
33 @@ -22,7 +21,7 @@ RDEPEND="
34 >=x11-libs/gtk+-3.3.12:3
35 >=x11-libs/gtksourceview-3.0:3.0
36 >=x11-libs/gdk-pixbuf-2.22.0
37 - eds? ( gnome-extra/evolution-data-server )
38 + eds? ( gnome-extra/evolution-data-server:= )
39 >=x11-libs/vte-0.28:2.91
40 "
41 DEPEND="${RDEPEND}
42 @@ -36,8 +35,9 @@ DEPEND="${RDEPEND}
43 "
44
45 src_prepare() {
46 - epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
47 - epatch "${FILESDIR}/${PN}-0.7-vte-2.91.patch"
48 + eapply "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
49 + eapply "${FILESDIR}/${PN}-0.7-vte-2.91.patch"
50 + eautoreconf
51 gnome2_src_prepare
52 }