From 3e78ad26f5dc2d7942c49d38df31e72bf2f43dfb Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 25 Oct 2014 11:47:14 +0000 Subject: Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342) --- app-crypt/libu2f-host/ChangeLog | 9 +++++++++ app-crypt/libu2f-host/libu2f-host-0.0.ebuild | 29 ++++++++++++++++++++++++++++ app-crypt/libu2f-host/metadata.xml | 13 +++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 app-crypt/libu2f-host/ChangeLog create mode 100644 app-crypt/libu2f-host/libu2f-host-0.0.ebuild create mode 100644 app-crypt/libu2f-host/metadata.xml diff --git a/app-crypt/libu2f-host/ChangeLog b/app-crypt/libu2f-host/ChangeLog new file mode 100644 index 000000000000..b6b4f980ff06 --- /dev/null +++ b/app-crypt/libu2f-host/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-crypt/libu2f-host +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 2014/10/25 11:47:14 flameeyes Exp $ + +*libu2f-host-0.0 (25 Oct 2014) + + 25 Oct 2014; Diego E. Pettenò +libu2f-host-0.0.ebuild, + +metadata.xml: + Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager. diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.ebuild new file mode 100644 index 000000000000..fd2d45c087e6 --- /dev/null +++ b/app-crypt/libu2f-host/libu2f-host-0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 2014/10/25 11:47:14 flameeyes Exp $ + +EAPI=5 + +inherit autotools-utils udev + +DESCRIPTION="CCID free software driver" +HOMEPAGE="https://developers.yubico.com/libu2f-host/" +SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="kernel_linux" + +RDEPEND="dev-libs/hidapi + dev-libs/json-c" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + autotools-utils_src_install + + if use kernel_linux; then + udev_dorules 70-u2f.rules + fi +} diff --git a/app-crypt/libu2f-host/metadata.xml b/app-crypt/libu2f-host/metadata.xml new file mode 100644 index 000000000000..304a0a6e09f3 --- /dev/null +++ b/app-crypt/libu2f-host/metadata.xml @@ -0,0 +1,13 @@ + + + + crypto + + flameeyes@gentoo.org + Proxying maintainer. + + + Yubico/libu2f-host + https://github.com/Yubico/libu2f-host/issues + + -- cgit v1.2.3-65-gdbad