Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apachetop/
Date: Thu, 08 Feb 2018 09:19:04
Message-Id: 1518081485.0107fabb2640584bbde34957f1d28ba4e753b0b1.amynka@gentoo
1 commit: 0107fabb2640584bbde34957f1d28ba4e753b0b1
2 Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 8 06:25:41 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 09:18:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0107fabb
7
8 app-admin/apachetop: Fixing homepage and copyright message.
9
10 Updating the homepage. Copyright message got included because repomain
11 suggested it too.
12
13 Closes: https://bugs.gentoo.org/646954
14 Closes: https://github.com/gentoo/gentoo/pull/7121
15 Package-Manager: Portage-2.3.23, Repoman-2.3.6
16
17 app-admin/apachetop/apachetop-0.12.6-r2.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/app-admin/apachetop/apachetop-0.12.6-r2.ebuild b/app-admin/apachetop/apachetop-0.12.6-r2.ebuild
21 index bff79f6bb3b..73eb54214a0 100644
22 --- a/app-admin/apachetop/apachetop-0.12.6-r2.ebuild
23 +++ b/app-admin/apachetop/apachetop-0.12.6-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -6,7 +6,7 @@ EAPI=6
31 inherit autotools
32
33 DESCRIPTION="A realtime Apache log analyzer"
34 -HOMEPAGE="http://www.webta.org/projects/apachetop"
35 +HOMEPAGE="https://github.com/tessus/apachetop"
36 SRC_URI="http://www.webta.org/${PN}/${P}.tar.gz"
37
38 LICENSE="GPL-2"