Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/planner/
Date: Thu, 03 Nov 2016 14:46:44
Message-Id: 1478184387.0731b12e4bec650cf93f97e430106fe2bea9813a.pacho@gentoo
1 commit: 0731b12e4bec650cf93f97e430106fe2bea9813a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 14:46:27 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 14:46:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0731b12e
7
8 app-office/planner: Bump eapi, update homepage, also rarian dep
9
10 Package-Manager: portage-2.3.2
11
12 app-office/planner/planner-0.14.6_p20130520.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/app-office/planner/planner-0.14.6_p20130520.ebuild b/app-office/planner/planner-0.14.6_p20130520.ebuild
16 index 279f9f0..9a7eabf 100644
17 --- a/app-office/planner/planner-0.14.6_p20130520.ebuild
18 +++ b/app-office/planner/planner-0.14.6_p20130520.ebuild
19 @@ -1,21 +1,21 @@
20 -# Copyright 1999-2015 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 +EAPI=6
28 GNOME2_LA_PUNT="yes"
29 PYTHON_COMPAT=( python2_7 )
30
31 inherit gnome2 python-single-r1
32
33 DESCRIPTION="Project manager for Gnome"
34 -HOMEPAGE="https://live.gnome.org/Planner/"
35 +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Planner"
36 SRC_URI="https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
37
38 SLOT="0"
39 LICENSE="GPL-2"
40 KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
41 +
42 IUSE="eds examples python"
43 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
44
45 @@ -33,10 +33,10 @@ RDEPEND="
46 >=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}] )
47 eds? (
48 >=gnome-extra/evolution-data-server-3.6:=
49 - >=mail-client/evolution-3.6 )"
50 -
51 + >=mail-client/evolution-3.6 )
52 +"
53 DEPEND="${RDEPEND}
54 - app-text/scrollkeeper
55 + app-text/rarian
56 dev-util/gtk-doc-am
57 >=dev-util/intltool-0.35.5
58 gnome-base/gnome-common