Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/
Date: Sun, 09 Feb 2020 08:30:27
Message-Id: 1581236416.9345d8eaa1c1798af8d11cf426c3f99ff0878257.tommy@gentoo
1 commit: 9345d8eaa1c1798af8d11cf426c3f99ff0878257
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 08:20:16 2020 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 08:20:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9345d8ea
7
8 net-p2p/fms: Update HOMEPAGE link, fixes bug 708488
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
12
13 net-p2p/fms/fms-0.3.81.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/fms/fms-0.3.81.ebuild b/net-p2p/fms/fms-0.3.81.ebuild
17 index 125c6be8d35..bdc8b22fc5a 100644
18 --- a/net-p2p/fms/fms-0.3.81.ebuild
19 +++ b/net-p2p/fms/fms-0.3.81.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -6,7 +6,8 @@ EAPI="6"
27 inherit eutils cmake-utils user
28
29 DESCRIPTION="A spam-resistant message board application for Freenet"
30 -HOMEPAGE="http://freenetproject.org/tools.html"
31 +#FMS oly has a homepage within freenet, so the closest is a wiki linking to it
32 +HOMEPAGE="https://github.com/freenet/wiki/wiki/FMS"
33 SRC_URI="https://dev.gentoo.org/~tommy/distfiles/${PN}-src-${PV}.zip"
34
35 LICENSE="GPL-2"