summaryrefslogtreecommitdiff
path: root/net-libs/libasyncns
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-20 15:11:50 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-20 15:11:50 +0000
commit16449a80e28af2209916cc66d19c9a44ca2b90d9 (patch)
treeb4cfe2332c7a6c5da27b6985bf05db4508df1a92 /net-libs/libasyncns
parent79599515788b85b18aa655e7b7f8cc05c1bbddd8 (diff)
gentoo resync : 20.02.2019
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r--net-libs/libasyncns/Manifest2
-rw-r--r--net-libs/libasyncns/libasyncns-0.8-r4.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libasyncns/Manifest b/net-libs/libasyncns/Manifest
index 0fffbe162211..184faf4fbbfa 100644
--- a/net-libs/libasyncns/Manifest
+++ b/net-libs/libasyncns/Manifest
@@ -2,5 +2,5 @@ AUX libasyncns-0.8-configure-res_query.patch 428 BLAKE2B e19cdfc88ebee7f22dac6da
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-r3.ebuild 1359 BLAKE2B 58816386aa8c19b7d6ea042c3e8f5bde7ab94262b666828a60b799c5f20cde6b177262bcde52b44d0a256b2e1b5175beb7b0975bce4afd63191304bf5142497d SHA512 4f391029eee067d8f0b97064ba636544d0b5d38e1346d8a273305940caa0e727f58644fce68d1092b988bffe56cd3d69779bcd62d9f686f076af7a5a1957a64e
-EBUILD libasyncns-0.8-r4.ebuild 1383 BLAKE2B 94aef724b5feccc2c8c544a7cc8a287e2a1e4129548b6c70200c66fbc5a0807b6a33881039f128f3747f17fc63671581f912a8625e81baee1fc143f1266dd931 SHA512 598a765260c8d255c370acd3b7df0dc43b54c304f02b6af1145c138b4c0a2a6070c876461ca1c5499ab8a904a1d1baa0ff3146c6f8a2ba1f54c9a3cbc40b8129
+EBUILD libasyncns-0.8-r4.ebuild 1348 BLAKE2B 61b287bf8f27a39455960c1ae593b9ad6709796d455e569c8ac9f0ee3633b5a46e74ff2984f3937c90d5f886bf97d333d8839acadb87068d665fcfec168d182f SHA512 988bce62596e1ff628cf367be76faf542c05891dc13b334f3e893ffb7705ce3ef0a1d7ecec64c46cc3cea093f461d366617af82723c20cc6c0448edea49973cc
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 4d10bdbdf781..8100e444b372 100644
--- a/net-libs/libasyncns/libasyncns-0.8-r4.ebuild
+++ b/net-libs/libasyncns/libasyncns-0.8-r4.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools flag-o-matic multilib-minimal
DESCRIPTION="C library for executing name service queries asynchronously"
@@ -11,12 +12,11 @@ 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 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="doc debug"
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
default
@@ -48,11 +48,11 @@ multilib_src_compile() {
}
multilib_src_install() {
- emake DESTDIR="${D}" install
+ default
if multilib_is_native_abi && use doc; then
docinto apidocs
- dohtml html/*
+ dodoc -r html
fi
}