commit:     ee22da29de0b1d58e6d89c9beaa7d45fcea9f85c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 22:42:26 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 22:42:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee22da29

app-crypt/libu2f-host: drop 1.1.10

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild | 48 -------------------------
 1 file changed, 48 deletions(-)

diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild 
b/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild
deleted file mode 100644
index ad06c2b80ef9..000000000000
--- a/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info udev
-
-DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
-HOMEPAGE="https://developers.yubico.com/libu2f-host/";
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="systemd"
-
-DEPEND="dev-libs/hidapi
-       dev-libs/json-c:="
-# The U2F device node will be owned by group 'plugdev'
-# in non-systemd configurations
-RDEPEND="${DEPEND}
-       !systemd? ( acct-group/plugdev )
-       systemd? ( sys-apps/systemd[acl] )"
-BDEPEND="virtual/pkgconfig"
-
-CONFIG_CHECK="~HIDRAW"
-
-PATCHES=( "${FILESDIR}/${P}-json-boolean.patch" )
-
-src_configure() {
-       econf --disable-static
-}
-
-src_install() {
-       default
-       if use kernel_linux; then
-               udev_dorules 70-u2f.rules
-       fi
-
-       find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       if ! use systemd; then
-               elog "Users must be a member of the 'plugdev' group"
-               elog "to be able to access U2F devices"
-       fi
-}

Reply via email to