summaryrefslogtreecommitdiff
path: root/net-libs/libasyncns
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-libs/libasyncns
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r--net-libs/libasyncns/Manifest2
-rw-r--r--net-libs/libasyncns/libasyncns-0.8-r4.ebuild19
2 files changed, 11 insertions, 10 deletions
diff --git a/net-libs/libasyncns/Manifest b/net-libs/libasyncns/Manifest
index b50d863e524f..ce5b134cb94c 100644
--- a/net-libs/libasyncns/Manifest
+++ b/net-libs/libasyncns/Manifest
@@ -1,5 +1,5 @@
AUX libasyncns-0.8-configure-res_query.patch 428 BLAKE2B e19cdfc88ebee7f22dac6dad6dc302fa80957464c91eb8907ef75bd3f5fb32d7b985545a1aafccf2cd228688c16ab731ddd9c5315083f8f4d117a9a6d4ee731f SHA512 ed338a91575f9e642c3da9764348fb7d4e5b2d0da4ef9a849a4cb176df96776100e59b419bbc9206395252d8317c20c5cfe1b68e008825fde1192e24dc9f8ce0
AUX libasyncns-0.8-libdir.patch 299 BLAKE2B ad0b79b5725877642c1b03c8183654be8d54e78e44bf7ab4de3c8bd1ffc5ceb2e6cfd250cc4725c2a0491d062d12124faf55fb20b07887e1f47cee7ab156f0de SHA512 b4a42a4241034756feeacdcd9a7d6e57a8b2d9ae945b149e05c6ea9d8b33791733601ef9d153e75d7979079cdf4c02c4136f881236e2a2b393ce070021c3a2b0
DIST libasyncns-0.8.tar.gz 341591 BLAKE2B a93e7fdeb6e686cf3ed87db8fe2473f8868defd5bb6a29497c48d970d1ff33c550b5521d84a224314c9e93bd4cf09f502bde0fbe1c4d2680f6fa07f1f1a224c6 SHA512 2daad3a2d9eb875e0575843d9e9e2787be6cbba89211fd073fa8898ff80e0a891c7da1a7b0ef70f306318cb3a963ecd65d53d24d08b5f6b98e7cd2a3b3bdcda7
-EBUILD libasyncns-0.8-r4.ebuild 1232 BLAKE2B 84d54abfa07f8d58d534aa617d1ce9cc10a2b5a1a614b5b36391de5ccbea68a55ec10605bdffe01e7bcec180591f5b2710eb4bd0aba9ad66dc4e7386d0c34c64 SHA512 1c7801714c1ff1e25379fbd3cae2c66ffa7a4959b06921f26db48ff380b536f3b65c28d17fa781bd7965ebf9593207817715f4a17db22673e1473b405cf39f28
+EBUILD libasyncns-0.8-r4.ebuild 1237 BLAKE2B 3e7bf04cd8adca1af1d8290d15c8c98a798cf5d0bbb272b48e798cd1d56ec4d6363f8d209261a182711206d8ba9ed4093f580df4d7b837a6a8f6a0b6577ecb8e SHA512 fc51ddae39e7108f9252a1bae06bb471af757e69fef324f2cec1ad1d19f5581b76885515d7b3e03a93c13eef8fcc06f3927a01e719483a8d8bf1a5fe54d6eec2
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-libs/libasyncns/libasyncns-0.8-r4.ebuild b/net-libs/libasyncns/libasyncns-0.8-r4.ebuild
index a09e4fae9e19..a55c87358a01 100644
--- a/net-libs/libasyncns/libasyncns-0.8-r4.ebuild
+++ b/net-libs/libasyncns/libasyncns-0.8-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,6 @@ HOMEPAGE="http://0pointer.de/lennart/projects/libasyncns/"
SRC_URI="http://0pointer.de/lennart/projects/libasyncns/${P}.tar.gz"
SLOT="0"
-
LICENSE="LGPL-2.1"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
@@ -18,12 +17,15 @@ IUSE="doc debug"
BDEPEND="doc? ( app-doc/doxygen )"
-src_prepare() {
- default
+PATCHES=(
# fix libdir in pkgconfig file
- eapply "${FILESDIR}/${P}-libdir.patch"
+ "${FILESDIR}"/${P}-libdir.patch
# fix configure check for res_query
- eapply "${FILESDIR}/${P}-configure-res_query.patch"
+ "${FILESDIR}"/${P}-configure-res_query.patch
+)
+
+src_prepare() {
+ default
eautoreconf
}
@@ -31,8 +33,7 @@ multilib_src_configure() {
# libasyncns uses assert()
use debug || append-cppflags -DNDEBUG
- ECONF_SOURCE=${S} \
- econf \
+ ECONF_SOURCE="${S}" econf \
--disable-lynx \
--disable-static
}
@@ -55,5 +56,5 @@ multilib_src_install() {
}
multilib_src_install_all() {
- find "${D}" -name '*.la' -delete
+ find "${ED}" -name '*.la' -delete || die
}