public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-validator/
Date: Sat, 22 Jun 2024 20:01:08 +0000 (UTC)	[thread overview]
Message-ID: <1719086414.d6104c3c1c06b5776e93d9a4ce8f72f4e59a982f.conikost@gentoo> (raw)

commit:     d6104c3c1c06b5776e93d9a4ce8f72f4e59a982f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 19:52:22 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 20:00:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6104c3c

net-dns/dnssec-validator: drop 2.2.3-r3

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../dnssec-validator-2.2.3-r3.ebuild               | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2.3-r3.ebuild b/net-dns/dnssec-validator/dnssec-validator-2.2.3-r3.ebuild
deleted file mode 100644
index 20a94d1e224c..000000000000
--- a/net-dns/dnssec-validator/dnssec-validator-2.2.3-r3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Tools to ease the validation of DNSSEC related technologies"
-HOMEPAGE="https://www.dnssec-tools.org/"
-SRC_URI="https://github.com/DNSSEC-Tools/DNSSEC-Tools/archive/dnssec-tools-${PV}.tar.gz"
-S="${WORKDIR}/DNSSEC-Tools-dnssec-tools-${PV}/dnssec-tools/validator"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="dlv +nsec3 static-libs +threads"
-
-RDEPEND=">=dev-libs/openssl-1.1.0:0="
-DEPEND="${RDEPEND}"
-
-# Tests fail due "Cannot create context: -7"
-RESTRICT="test"
-
-PATCHES=(
-	# Users LDFLAGS are not respected
-	# See https://github.com/DNSSEC-Tools/DNSSEC-Tools/pull/9
-	"${FILESDIR}/${P}-ldflags.patch"
-)
-
-src_prepare() {
-	default
-
-	mv configure.in configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with dlv)
-		$(use_with nsec3)
-		$(use_enable static-libs static)
-		$(use_with threads)
-		--with-dnsval-conf="${EPREFIX}/etc/dnssec-tools/dnsval.conf"
-		--with-ipv6
-		--with-resolv-conf="${EPREFIX}/etc/dnssec-tools/resolv.conf"
-		--with-root-hints="${EPREFIX}/etc/dnssec-tools/root.hints"
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	# Install fails with MAKEOPTS > -j1
-	# See https://github.com/DNSSEC-Tools/DNSSEC-Tools/issues/8
-	emake -j1 DESTDIR="${D}" install
-
-	einstalldocs
-
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2024-06-22 20:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-22 20:01 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12  4:24 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-validator/ Sam James
2023-11-12  4:24 Sam James
2023-11-12  2:34 Sam James
2023-08-05 22:41 Conrad Kostecki
2021-06-22 18:19 Sam James
2020-10-11 20:17 Conrad Kostecki
2020-01-28 12:34 Joonas Niilola
2019-12-24 15:07 Mikle Kolyada
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2018-03-20 19:10 Craig Andrews
2017-12-18  9:08 Michael Weber
2017-12-18  8:46 Michael Weber
2017-12-18  8:46 Michael Weber
2017-12-18  8:46 Michael Weber
2016-01-08 13:07 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719086414.d6104c3c1c06b5776e93d9a4ce8f72f4e59a982f.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox