* [gentoo-commits] repo/gentoo:master commit in: app-crypt/asedriveiiie-serial/
@ 2017-02-04 21:40 Alon Bar-Lev
0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 21:40 UTC (permalink / raw
To: gentoo-commits
commit: ff1fe2a131eafd67f2e677d6aaf5d67d05f09d7b
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 20:45:21 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> 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}")"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/asedriveiiie-serial/
@ 2021-03-05 18:00 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-03-05 18:00 UTC (permalink / raw
To: gentoo-commits
commit: abd4551ee8daa8d4ec8fa8999ca7454c5fb04f4f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 07:39:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 18:00:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd4551e
app-crypt/asedriveiiie-serial: fix RedundantDodir, block structure
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild
index 3df8cf53aac..61912788512 100644
--- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild
+++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,9 +6,11 @@ EAPI=7
DESCRIPTION="ASEDriveIIIe Serial Card Reader"
HOMEPAGE="https://www.athena-scs.com"
SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
RDEPEND=">=sys-apps/pcsc-lite-1.3.0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
@@ -18,7 +20,6 @@ src_install() {
local conf="/etc/reader.conf.d/${PN}.conf"
- dodir "$(dirname "${conf}")"
insinto "$(dirname "${conf}")"
newins "etc/reader.conf" "$(basename "${conf}")"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-05 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05 18:00 [gentoo-commits] repo/gentoo:master commit in: app-crypt/asedriveiiie-serial/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-02-04 21:40 Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox