From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-929162-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4F04139085 for <garchives@archives.gentoo.org>; Sat, 4 Feb 2017 01:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C31A21C100; Sat, 4 Feb 2017 01:32:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D0221C100 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Feb 2017 01:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81FB63411B5 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Feb 2017 01:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6DF3DCB for <gentoo-commits@lists.gentoo.org>; Sat, 4 Feb 2017 01:31:40 +0000 (UTC) From: "Alon Bar-Lev" <alonbl@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" <alonbl@gentoo.org> Message-ID: <1486171850.b2b61d54cabb440f7aa09221e5aa3768b049d1fe.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild X-VCS-Directories: app-crypt/libu2f-host/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b2b61d54cabb440f7aa09221e5aa3768b049d1fe X-VCS-Branch: master Date: Sat, 4 Feb 2017 01:31:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8230f7f-2b65-4f5b-af8c-1998f708f34c X-Archives-Hash: 658d54808e29332cc629d415565d7e03 commit: b2b61d54cabb440f7aa09221e5aa3768b049d1fe Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Feb 4 00:12:05 2017 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 01:30:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b61d54 app-crypt/libu2f-host: eapi bump Package-Manager: portage-2.3.3 app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild index d1bc4e1..2cf2944 100644 --- a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools-utils linux-info udev user +inherit linux-info udev user DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library" HOMEPAGE="https://developers.yubico.com/libu2f-host/" @@ -34,19 +34,13 @@ pkg_setup() { } src_prepare() { - autotools-utils_src_prepare - + default 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 - + default if use kernel_linux; then if use systemd; then udev_dorules 70-u2f.rules