* [gentoo-commits] repo/gentoo:master commit in: net-misc/aggregate/
@ 2019-04-18 3:54 Robin H. Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson @ 2019-04-18 3:54 UTC (permalink / raw
To: gentoo-commits
commit: fd1d456efefefb03a13bd05316f57b8ea248d2f5
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Apr 13 06:52:38 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 03:54:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1d456e
net-misc/aggregate: update HOMEPAGE, SRC_URI, DESCRIPTION
Closes: https://bugs.gentoo.org/680388
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
(cherry picked from commit 468d3a2342afc6ccfd32c44e451fd07a32e6ab05)
Closes: https://github.com/gentoo/gentoo/pull/11667
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
net-misc/aggregate/aggregate-1.6.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild
index 8df22ac5119..91a91c8a61c 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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/aggregate/
@ 2022-10-09 3:06 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2022-10-09 3:06 UTC (permalink / raw
To: gentoo-commits
commit: e4d6a81f314188398073db01332e408109c2844b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 03:03:34 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 03:04:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d6a81f
net-misc/aggregate: EAPI6->8, fix configure with upcoming clang16
eautoreconf also removes the need for tc-export
Closes: https://bugs.gentoo.org/871198
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/aggregate/aggregate-1.6.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild
index b2a89cb1988e..ff5e7181db2a 100644
--- a/net-misc/aggregate/aggregate-1.6.ebuild
+++ b/net-misc/aggregate/aggregate-1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit toolchain-funcs
+inherit autotools
DESCRIPTION="Perform two optimisations on a list of prefixes to reduce the length of the list"
HOMEPAGE="https://ftp.isc.org/isc/aggregate"
@@ -12,16 +12,17 @@ SRC_URI="https://ftp.isc.org/isc/aggregate/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
-IUSE=""
RDEPEND="dev-lang/perl"
-DEPEND=""
-PATCHES=( "${FILESDIR}/${P}-build-fixup.patch" )
+PATCHES=(
+ "${FILESDIR}"/${P}-build-fixup.patch
+)
-src_configure() {
- tc-export CC
- econf
+src_prepare() {
+ default
+
+ eautoreconf #871198
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-09 3:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18 3:54 [gentoo-commits] repo/gentoo:master commit in: net-misc/aggregate/ Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2022-10-09 3:06 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox