Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/
Date: Sat, 04 Feb 2017 01:32:19
Message-Id: 1486171850.b2b61d54cabb440f7aa09221e5aa3768b049d1fe.alonbl@gentoo
1 commit: b2b61d54cabb440f7aa09221e5aa3768b049d1fe
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 00:12:05 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 01:30:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b61d54
7
8 app-crypt/libu2f-host: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild | 16 +++++-----------
13 1 file changed, 5 insertions(+), 11 deletions(-)
14
15 diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild
16 index d1bc4e1..2cf2944 100644
17 --- a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild
18 +++ b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 -inherit autotools-utils linux-info udev user
29 +inherit linux-info udev user
30
31 DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
32 HOMEPAGE="https://developers.yubico.com/libu2f-host/"
33 @@ -34,19 +34,13 @@ pkg_setup() {
34 }
35
36 src_prepare() {
37 - autotools-utils_src_prepare
38 -
39 + default
40 sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
41 70-u2f.rules > 70-u2f-udev.rules || die
42 }
43
44 -src_configure() {
45 - autotools-utils_src_configure
46 -}
47 -
48 src_install() {
49 - autotools-utils_src_install
50 -
51 + default
52 if use kernel_linux; then
53 if use systemd; then
54 udev_dorules 70-u2f.rules