diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-05 20:02:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-08 20:37:05 +0200 |
commit | d8563b54c490a52f94d8e2291c936ebd32e492f8 (patch) | |
tree | 70d75d800346807c50eef9856b35360b2b536d67 /net-dns | |
parent | games-arcade/xboing: fix musl build (diff) | |
download | gentoo-d8563b54c490a52f94d8e2291c936ebd32e492f8.tar.gz gentoo-d8563b54c490a52f94d8e2291c936ebd32e492f8.tar.bz2 gentoo-d8563b54c490a52f94d8e2291c936ebd32e492f8.zip |
net-dns/resolv_wrapper: drop 1.1.7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/resolv_wrapper/Manifest | 1 | ||||
-rw-r--r-- | net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-dns/resolv_wrapper/Manifest b/net-dns/resolv_wrapper/Manifest index 8e6821cb9612..1ed034397078 100644 --- a/net-dns/resolv_wrapper/Manifest +++ b/net-dns/resolv_wrapper/Manifest @@ -1,2 +1 @@ -DIST resolv_wrapper-1.1.7.tar.gz 45148 BLAKE2B d1b860187bfa3be6eadd848abc458d5c9e3c4c4048a70b37d7548caf2604bda51f8a3606487fb95d682ab39e06f63f29b85de981ae32527997799fa5d72befab SHA512 531a7734f40d8a7cb3da4618eebbb4530657ad2cdcf3c1cd48f3ae1dcf55fc003205e44745fc3f70704060ae0c6a2516919c61fd10223ff56d90a47a3c59b3c0 DIST resolv_wrapper-1.1.8.tar.gz 38051 BLAKE2B f9f4dee2d83a66d4efe911b9fc55ff1e06ad13fc876652416ce2c0cfa877d1be6b590bd322ad6b642a30a8d352bb3148ee79b5c1999b7ceedd338b711239cc34 SHA512 64cb722b3530b5669de1eba379ca4a577b505ac4be624d63a3988b16df2e3082489f48db099cba256dded9483ae913144b9a5c0c6e01af20da0709bd79c461c4 diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild deleted file mode 100644 index e04f7644e5e2..000000000000 --- a/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-multilib - -DESCRIPTION="Wrapper for DNS name resolving or DNS faking" -HOMEPAGE="https://cwrap.org/resolv_wrapper.html" -SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( - dev-util/cmocka - net-libs/socket_wrapper - )" - -# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) -# Because of this we cannot use cmake-multilib_src_configure() here. -multilib_src_configure() { - local mycmakeargs=( - -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) - -DUNIT_TESTING=$(usex test) - ) - cmake_src_configure -} |