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-serial/
Date: Sat, 04 Feb 2017 21:40:40
Message-Id: 1486244419.ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b.alonbl@gentoo
1 commit: ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 20:45:21 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:40:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1fe2a1
7
8 app-crypt/asedriveiiie-serial: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild
16 index f2047fd..a368316 100644
17 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild
18 +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-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 Serial Card Reader"
28 HOMEPAGE="http://www.athena-scs.com"
29 SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2"
30 @@ -14,11 +16,9 @@ DEPEND="${RDEPEND}
31 virtual/pkgconfig"
32
33 src_install() {
34 - local conf="/etc/reader.conf.d/${PN}.conf"
35 + default
36
37 - emake DESTDIR="${D}" install || die "emake install failed"
38 -
39 - dodoc ChangeLog README
40 + local conf="/etc/reader.conf.d/${PN}.conf"
41
42 dodir "$(dirname "${conf}")"
43 insinto "$(dirname "${conf}")"