summaryrefslogtreecommitdiff
path: root/net-misc/aggregate
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-09 07:31:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-09 07:31:31 +0100
commit7b03fb00a2d749e09f83cb0ac3f351f006244586 (patch)
tree91dbee5032d1e8f9f7b3c2d7d7c198c3502a584f /net-misc/aggregate
parentc956c264bdc853972b72016b752683468881af25 (diff)
gentoo auto-resync : 09:10:2022 - 07:31:31
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r--net-misc/aggregate/Manifest2
-rw-r--r--net-misc/aggregate/aggregate-1.6.ebuild19
2 files changed, 11 insertions, 10 deletions
diff --git a/net-misc/aggregate/Manifest b/net-misc/aggregate/Manifest
index 3f9c5acabc56..04bdb33d3abb 100644
--- a/net-misc/aggregate/Manifest
+++ b/net-misc/aggregate/Manifest
@@ -1,4 +1,4 @@
AUX aggregate-1.6-build-fixup.patch 193 BLAKE2B 99a4266726eb7ef36cb58c5f3ace8c36bc1f923f453acb003f3f59af179ab88e5ef641b387c03912f476a8bb29a46fada6ce5b4b6382d7328fd06752134ba186 SHA512 6c7508f88da5f287b5dbf7e12bf5891722300d11d0c167659c816a28dd38e2cf46de928b4cda48ee8ff6b6201b01cc6a41bc22345eb478ab255b5c1dc2713b11
DIST aggregate-1.6.tar.gz 20566 BLAKE2B 8d7c9b16063da1481a1be57e1de8e73d5ee54ab8fe539b116263582b951bc84396b174388ce6ea1ee8126a1b1ac49e4e69dcfad8ded37f32edd429d620c4971f SHA512 b6c48540a6905c5b0c2195c91c6b19fa537f1a746adb7e173642c3f0bd894cbbd8f4ab7203f1c6b904538c4b0f1ce13138c5e00e6f05567992bfc51b8b459f84
-EBUILD aggregate-1.6.ebuild 632 BLAKE2B dd2fc60eba9ab17619e49ef7b7554124ecbee55980578878163535cf399c8b0bfefd565a74f2deb8fee614406703c96ef28a928e65a7d3819711c11c2643cc4c SHA512 6cbff862ff4ae4eed2b065d638e3c7f6c9adf3887be5a5973b43f46b6639540b06b5eb1ba44de59ebceff076bfd7dda84bea14ead813a78644c905b8e50cff2c
+EBUILD aggregate-1.6.ebuild 617 BLAKE2B 73f571ccf0839c5b5788283f6293dad055e1391538389634bc8baf57a4a8529f3f3dd170de32f29379a2a4e85ca79ee6b9eeec0c66cf960f21f1ce2905916e85 SHA512 e7b1e585a9c50ab17772b2a63b6aa69abe5e38a40149a1733cf9edd089c178e7b4d7272470f173f0c364e9641b72d1b891b6247b9f9c924ca4477a1d96a45603
MISC metadata.xml 976 BLAKE2B 82a8d5ee85df842bcb21087920d80e441881f21b37d3d13075a1f76383cfabafb7717e741cddfb61645639534e1e8e103baaa3feb854b62cb14e7e9568cb1ebe SHA512 7c608acac00644692ea7676f5967eb0b208e5007e5557c141ff5813a4b96571ce43be1024809074f95d1a1a9b8d44a595cdc287e6ad8accbbc91ed1cc425909f
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() {