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/asedriveiiie-usb/
Date: Sat, 04 Feb 2017 20:07:26
Message-Id: 1486238798.76e0a26c9cce1c194c07f6f1ddf621343aabecad.alonbl@gentoo
1 commit: 76e0a26c9cce1c194c07f6f1ddf621343aabecad
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 19:25:39 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 20:06:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e0a26c
7
8 app-crypt/asedriveiiie-usb: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild | 12 ++++--------
13 1 file changed, 4 insertions(+), 8 deletions(-)
14
15 diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild
16 index 4f56b01..10bfe5a 100644
17 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild
18 +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild
19 @@ -1,7 +1,9 @@
20 -# Copyright 1999-2012 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=6
26 +
27 DESCRIPTION="ASEDriveIIIe USB Card Reader"
28 HOMEPAGE="http://www.athena-scs.com"
29 SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2"
30 @@ -10,16 +12,10 @@ SLOT="0"
31 IUSE=""
32 KEYWORDS="~amd64 ~x86"
33 RDEPEND=">=sys-apps/pcsc-lite-1.3.0
34 - =virtual/libusb-0*"
35 + virtual/libusb:0"
36 DEPEND="${RDEPEND}
37 virtual/pkgconfig"
38
39 -src_install() {
40 - emake DESTDIR="${D}" install || die "emake install failed"
41 -
42 - dodoc ChangeLog README
43 -}
44 -
45 pkg_postinst() {
46 elog "NOTICE:"
47 elog "You should restart pcscd."