From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DA75158042 for ; Thu, 31 Oct 2024 22:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF10E088F; Thu, 31 Oct 2024 22:12:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C07BEE088F for ; Thu, 31 Oct 2024 22:12:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3A873430E3 for ; Thu, 31 Oct 2024 22:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F30D11DF for ; Thu, 31 Oct 2024 22:12:52 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1730412756.2edc1b9637a7a5234f4249958b6dc2d996aba023.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ldns/ldns-1.8.3-r1.ebuild net-libs/ldns/ldns-1.8.3-r2.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2edc1b9637a7a5234f4249958b6dc2d996aba023 X-VCS-Branch: master Date: Thu, 31 Oct 2024 22:12:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 431a2d41-e562-45ac-91fb-6e89f617d0d4 X-Archives-Hash: 8ce61d61b3ad25823eb05af1d7eed3a6 commit: 2edc1b9637a7a5234f4249958b6dc2d996aba023 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 31 22:04:26 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 31 22:12:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edc1b96 net-libs/ldns: drop 1.8.3-r1, 1.8.3-r2 Bug: https://bugs.gentoo.org/921302 Signed-off-by: Andreas K. Hüttel gentoo.org> net-libs/ldns/ldns-1.8.3-r1.ebuild | 90 ------------------------------------- net-libs/ldns/ldns-1.8.3-r2.ebuild | 91 -------------------------------------- 2 files changed, 181 deletions(-) diff --git a/net-libs/ldns/ldns-1.8.3-r1.ebuild b/net-libs/ldns/ldns-1.8.3-r1.ebuild deleted file mode 100644 index 17c7833723da..000000000000 --- a/net-libs/ldns/ldns-1.8.3-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit autotools python-single-r1 multilib-minimal - -DESCRIPTION="A library with the aim to simplify DNS programming in C" -HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/" -SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="doc examples python static-libs" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="test" # missing test directory - -BDEPEND=" - python? ( dev-lang/swig ) - doc? ( app-text/doxygen ) -" -DEPEND=" - python? ( ${PYTHON_DEPS} ) - >=dev-libs/openssl-1.1.1l-r1:0=[${MULTILIB_USEDEP},static-libs?] - examples? ( net-libs/libpcap ) -" -RDEPEND=" - ${DEPEND} - !