From ae99f3df3fb5c7ebb085d4a198c1854a4c9a1bee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 16 Aug 2022 20:31:05 +0100 Subject: gentoo auto-resync : 16:08:2022 - 20:31:05 --- net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild | 50 --------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild (limited to 'net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild') diff --git a/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild b/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild deleted file mode 100644 index f5cabf08e349..000000000000 --- a/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Suite of DNS client programs and libraries for Unix systems" -HOMEPAGE="https://www.skarnet.org/software/s6-dns/" -SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~x86" -IUSE="static static-libs" - -REQUIRED_USE="static? ( static-libs )" - -RDEPEND="=dev-libs/skalibs-2.11*:=[static-libs?]" -DEPEND="${RDEPEND}" - -HTML_DOCS=( doc/. ) - -src_prepare() { - default - - # Avoid QA warning for LDFLAGS addition - sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die - - sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die -} - -src_configure() { - tc-export AR CC RANLIB - - local myconf=( - --bindir=/bin - --dynlibdir=/usr/$(get_libdir) - --libdir=/usr/$(get_libdir)/${PN} - --with-dynlib=/usr/$(get_libdir) - --with-lib=/usr/$(get_libdir)/skalibs - --with-sysdeps=/usr/$(get_libdir)/skalibs - --enable-shared - $(use_enable static allstatic) - $(use_enable static static-libc) - $(use_enable static-libs static) - ) - - econf "${myconf[@]}" -} -- cgit v1.2.3