From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1326494-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 834CC158019 for <garchives@archives.gentoo.org>; Sun, 3 Oct 2021 11:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8025CE08F2; Sun, 3 Oct 2021 11:28:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63BA2E08F4 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 11:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 887FB342DF9 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 11:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 229DE138 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 11:28:34 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1633260466.7766f262c8b592ab18aebc6837c506123ddb906f.soap@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.7.0.ebuild X-VCS-Directories: dev-libs/libfido2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7766f262c8b592ab18aebc6837c506123ddb906f X-VCS-Branch: master Date: Sun, 3 Oct 2021 11:28:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f356fed-130f-4e81-ae5f-988731a1d473 X-Archives-Hash: 196830e8340bcce54e3a6f01246b27b2 commit: 7766f262c8b592ab18aebc6837c506123ddb906f Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Oct 3 11:27:46 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Oct 3 11:27:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7766f262 dev-libs/libfido2: drop 1.7.0 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-libs/libfido2/Manifest | 1 - dev-libs/libfido2/libfido2-1.7.0.ebuild | 54 --------------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-libs/libfido2/Manifest b/dev-libs/libfido2/Manifest index 9f07339f153..e21b917f346 100644 --- a/dev-libs/libfido2/Manifest +++ b/dev-libs/libfido2/Manifest @@ -1,2 +1 @@ -DIST libfido2-1.7.0.tar.gz 517426 BLAKE2B c7ad55d1402808ad12dc999b0ec67161a5fe82dfeaeed362c35f4183144af9bd2771c1e3318a731db46fd8fc21ccd0737024b72c8dd3c754e34625118817742f SHA512 f40d394883d909e9e3ea3308b32f7ca31a882c709e11b3b143ed5734d16b0c244d4932effe06965d566776b03d152b1fc280e73cdfeeb81b65d8414042af19fe DIST libfido2-1.8.0.tar.gz 535947 BLAKE2B 48ca29fc1b582b4c915ce3dac2b3c24b1c71b144681f77f13059a599eb5e38b263442abecacad495e28a6fea63fc98c142a32939bb49a521b6a6a8d4ad0f1ff0 SHA512 dbea52a80068323e9945ef7a6e93ab1438bc4347390fc91694a94669900d4ce4abe95e1b6df90fe8b6b2dde6b5d28d9dc0c6b022c24ccb661f28c30c33417999 diff --git a/dev-libs/libfido2/libfido2-1.7.0.ebuild b/dev-libs/libfido2/libfido2-1.7.0.ebuild deleted file mode 100644 index cfb5b10e123..00000000000 --- a/dev-libs/libfido2/libfido2-1.7.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="nfc static-libs" - -DEPEND=" - dev-libs/libcbor:= - dev-libs/openssl:0= - sys-libs/zlib:0= - virtual/libudev:= -" - -RDEPEND=" - ${DEPEND} - acct-group/plugdev -" - -PATCHES=( - "${FILESDIR}/libfido2-1.7.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 ON OFF) - -DNFC_LINUX=$(usex nfc ON OFF) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - udev_newrules udev/70-u2f.rules 70-libfido2-u2f.rules -}