From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DA301580EB for ; Sat, 24 May 2025 02:22:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 29F33343132 for ; Sat, 24 May 2025 02:22:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 39F6611047D; Sat, 24 May 2025 02:22:33 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 30CD111047D for ; Sat, 24 May 2025 02:22:33 +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 D718C3430F5 for ; Sat, 24 May 2025 02:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC7719E5 for ; Sat, 24 May 2025 02:22:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748051418.e468078ca110d4d6b95dcae5cc707904aa83eabb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfido2/Manifest dev-libs/libfido2/libfido2-1.13.0.ebuild X-VCS-Directories: dev-libs/libfido2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e468078ca110d4d6b95dcae5cc707904aa83eabb X-VCS-Branch: master Date: Sat, 24 May 2025 02:22:31 +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: 05ee0d87-c733-4976-b571-eb618853e3f9 X-Archives-Hash: caf593a7b1f22ae3ecf4262f4421dea9 commit: e468078ca110d4d6b95dcae5cc707904aa83eabb Author: Sam James gentoo org> AuthorDate: Sat May 24 01:50:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 24 01:50:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e468078c dev-libs/libfido2: drop 1.13.0 Signed-off-by: Sam James gentoo.org> dev-libs/libfido2/Manifest | 1 - dev-libs/libfido2/libfido2-1.13.0.ebuild | 64 -------------------------------- 2 files changed, 65 deletions(-) diff --git a/dev-libs/libfido2/Manifest b/dev-libs/libfido2/Manifest index 6bc7b216e3d7..14daa0a20e6b 100644 --- a/dev-libs/libfido2/Manifest +++ b/dev-libs/libfido2/Manifest @@ -1,2 +1 @@ -DIST libfido2-1.13.0.tar.gz 652777 BLAKE2B 506e0ecf89825e313fbcb0de59ef0b1a3aab483013f959b391448da0600979780ae76807639231ab8a60eead039471bba707073ec4e259b611d67031ac7713f1 SHA512 90f8452cee4c9cc72241478e697c5c692ccff5ab27752f2f296c3623ee297d1f80a85a359b4d0656c67790084c116aac921894e762eb52d3a79056e5014c03e7 DIST libfido2-1.15.0.tar.gz 672533 BLAKE2B 2ee1abf8ceee805832b247b2ab9a8a9946d0610a6d8e6ac031d8821f08f857c9a85e52f42bc31e5d33aeb6c487cc71fde46ab28b9f220e79899f9f6ced263655 SHA512 97932ca1a9f8d1bb3cb4b4a8d56ef70085d19ad2bd27c67944fa17ed033bfa45d28d7ad3fa318723e79b17ef5a882ac4f999ad8a6b9965c58665d99c4da7b5ee diff --git a/dev-libs/libfido2/libfido2-1.13.0.ebuild b/dev-libs/libfido2/libfido2-1.13.0.ebuild deleted file mode 100644 index cec64fc33e3e..000000000000 --- a/dev-libs/libfido2/libfido2-1.13.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake udev linux-info - -DESCRIPTION="Provides library functionality for FIDO 2.0" -HOMEPAGE="https://github.com/Yubico/libfido2" -SRC_URI="https://github.com/Yubico/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="nfc static-libs" - -DEPEND=" - dev-libs/libcbor:= - dev-libs/openssl:= - sys-libs/zlib:= - virtual/libudev:= -" -RDEPEND=" - ${DEPEND} - acct-group/plugdev -" -BDEPEND="app-text/mandoc" - -PATCHES=( - "${FILESDIR}"/${PN}-1.12.0-cmakelists.patch -) - -pkg_pretend() { - CONFIG_CHECK=" - ~USB_HID - ~HIDRAW - " - - check_extra_config -} - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - -DBUILD_STATIC_LIBS=$(usex static-libs) - -DNFC_LINUX=$(usex nfc) - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - udev_newrules udev/70-u2f.rules 70-libfido2-u2f.rules -} - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -}