Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/
Date: Tue, 27 Nov 2018 11:19:42
Message-Id: 1543317537.4c59a46a33d4aa1973f9fc5f3375c0b1fdd444b0.monsieurp@gentoo
1 commit: 4c59a46a33d4aa1973f9fc5f3375c0b1fdd444b0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 13:15:10 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 11:18:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c59a46a
7
8 sys-apps/ack: clean up HOMEPAGE variable.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.9
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 sys-apps/ack/ack-2.18-r1.ebuild | 4 ++--
14 sys-apps/ack/ack-2.22.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/ack/ack-2.18-r1.ebuild b/sys-apps/ack/ack-2.18-r1.ebuild
18 index 7dcd5501bd7..bfca244bf68 100644
19 --- a/sys-apps/ack/ack-2.18-r1.ebuild
20 +++ b/sys-apps/ack/ack-2.18-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,7 +6,7 @@ DIST_AUTHOR=PETDANCE
28 inherit perl-module
29
30 DESCRIPTION="ack is a tool like grep, optimized for programmers"
31 -HOMEPAGE="https://beyondgrep.com/ ${HOMEPAGE}"
32 +HOMEPAGE="https://beyondgrep.com"
33
34 LICENSE="Artistic-2"
35 SLOT="0"
36
37 diff --git a/sys-apps/ack/ack-2.22.ebuild b/sys-apps/ack/ack-2.22.ebuild
38 index 3e28da27b33..d33839d41cf 100644
39 --- a/sys-apps/ack/ack-2.22.ebuild
40 +++ b/sys-apps/ack/ack-2.22.ebuild
41 @@ -6,7 +6,7 @@ DIST_AUTHOR=PETDANCE
42 inherit perl-module
43
44 DESCRIPTION="ack is a tool like grep, optimized for programmers"
45 -HOMEPAGE="https://beyondgrep.com/ ${HOMEPAGE}"
46 +HOMEPAGE="https://beyondgrep.com"
47
48 LICENSE="Artistic-2"
49 SLOT="0"