diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:45:21 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 23:40:19 +0200 |
commit | ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b (patch) | |
tree | 2142d724720952e00fdfc72340f27153440ff07a /app-crypt/asedriveiiie-serial | |
parent | app-crypt/libykneomgr: eapi bump (diff) | |
download | gentoo-ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b.tar.gz gentoo-ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b.tar.bz2 gentoo-ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b.zip |
app-crypt/asedriveiiie-serial: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/asedriveiiie-serial')
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild index f2047fd1a927..a368316a255f 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" @@ -14,11 +16,9 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { - local conf="/etc/reader.conf.d/${PN}.conf" + default - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog README + local conf="/etc/reader.conf.d/${PN}.conf" dodir "$(dirname "${conf}")" insinto "$(dirname "${conf}")" |