diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-13 08:52:38 +0200 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-17 20:54:47 -0700 |
commit | fd1d456efefefb03a13bd05316f57b8ea248d2f5 (patch) | |
tree | d3349f1ff13e20bd9dfca6e074cf5f93c338cd45 /net-misc/aggregate/aggregate-1.6.ebuild | |
parent | mail-filter/dspam: Add ~arm64 keyword (diff) | |
download | gentoo-fd1d456efefefb03a13bd05316f57b8ea248d2f5.tar.gz gentoo-fd1d456efefefb03a13bd05316f57b8ea248d2f5.tar.bz2 gentoo-fd1d456efefefb03a13bd05316f57b8ea248d2f5.zip |
net-misc/aggregate: update HOMEPAGE, SRC_URI, DESCRIPTION
Closes: https://bugs.gentoo.org/680388
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
(cherry picked from commit 468d3a2342afc6ccfd32c44e451fd07a32e6ab05)
Closes: https://github.com/gentoo/gentoo/pull/11667
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc/aggregate/aggregate-1.6.ebuild')
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 8df22ac51199..91a91c8a61c0 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs -DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list" -HOMEPAGE="http://dist.automagic.org/" +DESCRIPTION="Perform two optimisations on a list of prefixes to reduce the length of the list" +HOMEPAGE="https://ftp.isc.org/isc/aggregate" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="ISC" |