flameeyes    14/10/25 11:47:14

  Added:                libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  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)

Revision  Changes    Path
1.1                  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.ebuild
===================================================================
# 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
}



1.1                  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>crypto</herd>
  <maintainer>
    <email>[email protected]</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>



1.1                  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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ò <[email protected]> +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.




Reply via email to