Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/planner/
Date: Fri, 22 Feb 2019 19:13:14
Message-Id: 1550862731.22b525823b269aaf00051967933fda587ae152ab.leio@gentoo
1 commit: 22b525823b269aaf00051967933fda587ae152ab
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 19:07:10 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 19:12:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b52582
7
8 app-office/planner: fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-office/planner/planner-0.14.6_p20130520.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/planner/planner-0.14.6_p20130520.ebuild b/app-office/planner/planner-0.14.6_p20130520.ebuild
17 index df665c4c9d4..e2a022f1b4f 100644
18 --- a/app-office/planner/planner-0.14.6_p20130520.ebuild
19 +++ b/app-office/planner/planner-0.14.6_p20130520.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
27 inherit gnome2 python-single-r1
28
29 DESCRIPTION="Project manager for Gnome"
30 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Planner"
31 +HOMEPAGE="https://wiki.gnome.org/Apps/Planner"
32 SRC_URI="https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
33
34 SLOT="0"