Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/aggregate/
Date: Thu, 18 Apr 2019 03:54:57
Message-Id: 1555559687.fd1d456efefefb03a13bd05316f57b8ea248d2f5.robbat2@gentoo
1 commit: fd1d456efefefb03a13bd05316f57b8ea248d2f5
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 13 06:52:38 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 03:54:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1d456e
7
8 net-misc/aggregate: update HOMEPAGE, SRC_URI, DESCRIPTION
9
10 Closes: https://bugs.gentoo.org/680388
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 (cherry picked from commit 468d3a2342afc6ccfd32c44e451fd07a32e6ab05)
13 Closes: https://github.com/gentoo/gentoo/pull/11667
14 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
15
16 net-misc/aggregate/aggregate-1.6.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild
20 index 8df22ac5119..91a91c8a61c 100644
21 --- a/net-misc/aggregate/aggregate-1.6.ebuild
22 +++ b/net-misc/aggregate/aggregate-1.6.ebuild
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 inherit toolchain-funcs
31
32 -DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list"
33 -HOMEPAGE="http://dist.automagic.org/"
34 +DESCRIPTION="Perform two optimisations on a list of prefixes to reduce the length of the list"
35 +HOMEPAGE="https://ftp.isc.org/isc/aggregate"
36 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
37
38 LICENSE="ISC"