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/ccid/
Date: Sat, 04 Feb 2017 01:32:20
Message-Id: 1486171853.d2a1d6aaa4d4e70d2657f299768477bdd083d208.alonbl@gentoo
1 commit: d2a1d6aaa4d4e70d2657f299768477bdd083d208
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 00:49:34 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 01:30:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a1d6aa
7
8 app-crypt/ccid: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/ccid/ccid-1.4.26.ebuild | 21 +++++++++------------
13 1 file changed, 9 insertions(+), 12 deletions(-)
14
15 diff --git a/app-crypt/ccid/ccid-1.4.26.ebuild b/app-crypt/ccid/ccid-1.4.26.ebuild
16 index 651f1f5..3f8d55e 100644
17 --- a/app-crypt/ccid/ccid-1.4.26.ebuild
18 +++ b/app-crypt/ccid/ccid-1.4.26.ebuild
19 @@ -2,11 +2,11 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 STUPID_NUM="4205"
27
28 -inherit eutils toolchain-funcs udev autotools-utils
29 +inherit eutils toolchain-funcs udev
30
31 DESCRIPTION="CCID free software driver"
32 HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html"
33 @@ -25,25 +25,22 @@ DEPEND="${RDEPEND}
34 DOCS=( README AUTHORS )
35
36 src_configure() {
37 - local myeconfargs=(
38 - LEX=:
39 - $(use_enable twinserial)
40 + econf \
41 + LEX=: \
42 + $(use_enable twinserial) \
43 $(use_enable usb libusb)
44 - )
45 -
46 - autotools-utils_src_configure
47 }
48
49 src_compile() {
50 - autotools-utils_src_compile
51 - use kobil-midentity && autotools-utils_src_compile contrib/Kobil_mIDentity_switch
52 + default
53 + use kobil-midentity && emake -C contrib/Kobil_mIDentity_switch
54 }
55
56 src_install() {
57 - autotools-utils_src_install
58 + default
59
60 if use kobil-midentity; then
61 - dosbin "${BUILD_DIR}"/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
62 + dosbin contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
63 doman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8
64 fi