diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2014-10-25 11:47:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2014-10-25 11:47:14 +0000 |
commit | 3e78ad26f5dc2d7942c49d38df31e72bf2f43dfb (patch) | |
tree | 55a238a756d7cc0c6f8eed32bd4ac53ded95fa59 /app-crypt/libu2f-host | |
parent | Install completion using the correct name, bug #526336. (diff) | |
download | gentoo-2-3e78ad26f5dc2d7942c49d38df31e72bf2f43dfb.tar.gz gentoo-2-3e78ad26f5dc2d7942c49d38df31e72bf2f43dfb.tar.bz2 gentoo-2-3e78ad26f5dc2d7942c49d38df31e72bf2f43dfb.zip |
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)
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-0.0.ebuild | 29 | ||||
-rw-r--r-- | app-crypt/libu2f-host/metadata.xml | 13 |
3 files changed, 51 insertions, 0 deletions
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ò <flameeyes@gentoo.org> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>crypto</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + <description>Proxying maintainer.</description> + </maintainer> + <upstream> + <remote-id type="github">Yubico/libu2f-host</remote-id> + <bugs-to>https://github.com/Yubico/libu2f-host/issues</bugs-to> + </upstream> +</pkgmetadata> |