From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2DE2139085 for ; Sat, 4 Feb 2017 21:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8470421C0A0; Sat, 4 Feb 2017 21:40:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EB4A21C090 for ; Sat, 4 Feb 2017 21:40:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EBC93414E9 for ; Sat, 4 Feb 2017 21:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0790C3DC3 for ; Sat, 4 Feb 2017 21:40:36 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486244419.ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/asedriveiiie-serial/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild X-VCS-Directories: app-crypt/asedriveiiie-serial/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b X-VCS-Branch: master Date: Sat, 4 Feb 2017 21:40:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 406f0b56-9ced-40a8-a45d-bb753880b811 X-Archives-Hash: 374373f90ec14f22e8f17af8e4592fd3 commit: ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 20:45:21 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 21:40:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1fe2a1 app-crypt/asedriveiiie-serial: eapi bump Package-Manager: portage-2.3.3 app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 10 +++++----- 1 file 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 f2047fd..a368316 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}")"