jlec 15/04/14 06:50:07 Modified: ChangeLog Added: libu2f-host-0.0.4.ebuild Removed: libu2f-host-0.0.1-r2.ebuild Log: Version Bump; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.10 app-crypt/libu2f-host/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 26 Dec 2014 13:24:46 -0000 1.9 +++ ChangeLog 14 Apr 2015 06:50:07 -0000 1.10 @@ -1,6 +1,12 @@ # 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.9 2014/12/26 13:24:46 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.10 2015/04/14 06:50:07 jlec Exp $ + +*libu2f-host-0.0.4 (14 Apr 2015) + + 14 Apr 2015; Justin Lecher <[email protected]> +libu2f-host-0.0.4.ebuild, + -libu2f-host-0.0.1-r2.ebuild: + Version Bump; drop old *libu2f-host-0.0.2 (26 Dec 2014) 1.1 app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild?rev=1.1&content-type=text/plain Index: libu2f-host-0.0.4.ebuild =================================================================== # Copyright 1999-2015 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.4.ebuild,v 1.1 2015/04/14 06:50:07 jlec Exp $ EAPI=5 inherit autotools-utils 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" IUSE="kernel_linux static-libs systemd" RDEPEND=" dev-libs/hidapi dev-libs/json-c" DEPEND="${RDEPEND} virtual/pkgconfig" RDEPEND="${RDEPEND} systemd? ( sys-apps/systemd[acl] )" CONFIG_CHECK="~HIDRAW" src_prepare() { autotools-utils_src_prepare sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \ 70-u2f.rules > 70-u2f-udev.rules || die } src_configure() { autotools-utils_src_configure } src_install() { autotools-utils_src_install if use kernel_linux; then if use systemd; then udev_dorules 70-u2f.rules else udev_newrules 70-u2f-udev.rules 70-u2f.rules fi fi }
