summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 14:05:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 14:23:27 +0100
commita1572210533cbe45af8959dbcfb3d7bbd76d3d2f (patch)
tree0f681d234d47959357ce06e933391fb7acda3a1c
parentsci-libs/ceres-solver: 1.14.0 version bump, EAPI-7 bump, cmake.eclass (diff)
downloadgentoo-a1572210533cbe45af8959dbcfb3d7bbd76d3d2f.tar.gz
gentoo-a1572210533cbe45af8959dbcfb3d7bbd76d3d2f.tar.bz2
gentoo-a1572210533cbe45af8959dbcfb3d7bbd76d3d2f.zip
net-dns/resolv_wrapper: Drop 1.1.4
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--net-dns/resolv_wrapper/Manifest1
-rw-r--r--net-dns/resolv_wrapper/resolv_wrapper-1.1.4.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/net-dns/resolv_wrapper/Manifest b/net-dns/resolv_wrapper/Manifest
index 3dca9f20529d..07a49f498012 100644
--- a/net-dns/resolv_wrapper/Manifest
+++ b/net-dns/resolv_wrapper/Manifest
@@ -1,2 +1 @@
-DIST resolv_wrapper-1.1.4.tar.gz 33288 BLAKE2B 1e6ee070e2766bae9d6c9007c1bedc60ad550d33d2e785ef98ea81ab0f9034a0be056a76d56790f7d3c1c400c9b00cab37a37fb78ed99a8b2a4bfe30795b1ca7 SHA512 da7eb897d3964015b2bb6f7c1ba6483020c70e2d64c5e13b6c095f9e57dccf5b035d04e41c38953fa0eb260e83d7e23f6af32c0d8186553bae8d7b741c46c5ba
DIST resolv_wrapper-1.1.5.tar.gz 34241 BLAKE2B 7025885731a1defa79ae7a0381ca4394c37508883dc5e19aa9e29b0545cddc1c3f2b5091991a3e1599654e1a64442a6a36760f7725e54d1270c1a5b71bd3fadb SHA512 d11beff60cf935c0c12ac97ae375299ab1cd2e270d09438cf81b5c19dd94b7d430484c44ec9611171b67654d5c0f26afc4aa9d069d61293a956ef8fc59efc7a8
diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.4.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.4.ebuild
deleted file mode 100644
index 46ba959b819d..000000000000
--- a/net-dns/resolv_wrapper/resolv_wrapper-1.1.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A 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="~amd64 ~hppa ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-# 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) )
- cmake-utils_src_configure
-}