app-crypt/asekey: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 19:50:08 +0000 (21:50 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 20:06:40 +0000 (22:06 +0200)
Package-Manager: portage-2.3.3

app-crypt/asekey/asekey-3.7.ebuild

index d546b09f4e8b235f657604d55420fe954d7c067a..9b32c323996953179db67b5782099627764e7cb6 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="6"
 
-inherit eutils udev
+inherit udev
 
 DESCRIPTION="ASEKey USB SIM Card Reader"
 HOMEPAGE="http://www.athena-scs.com/"
@@ -21,16 +21,15 @@ RDEPEND="${RDEPEND}
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
+PATCHES=(
+       "${FILESDIR}/${P}-bundle.patch"
+)
+
 src_prepare() {
-       epatch "${FILESDIR}/${P}-bundle.patch"
+       default
        sed -i -e 's/GROUP="pcscd"/ENV{PCSCD}="1"/' "92_pcscd_${PN}.rules" || die
 }
 
 src_configure() {
        econf --with-udev-rules-dir="$(get_udevdir)/rules.d"
 }
-
-src_install() {
-       default
-       dodoc ChangeLog README
-}