app-crypt/asedriveiiie-serial - 3.7 (mva)

Search

Install

Install this version:

emerge -a =app-crypt/asedriveiiie-serial-3.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/asedriveiiie-serial-3.7

Or alternatively:

emerge --autounmask-write -a =app-crypt/asedriveiiie-serial-3.7

Package Information

Description:
ASEDriveIIIe Serial Card Reader
Homepage:
https://www.athena-scs.com/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.7 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DESCRIPTION="ASEDriveIIIe Serial Card Reader"
HOMEPAGE="https://www.athena-scs.com/"
SRC_URI="https://web.archive.org/web/20180601000000/http://www.athena-scs.com/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=sys-apps/pcsc-lite-1.3.0"
BDEPEND="virtual/pkgconfig"

DOCS=( ChangeLog README )

src_install() {
	default

	insinto /etc/reader.conf.d
	newins "etc/reader.conf" "${PN}.conf"

	einstalldocs
}

pkg_postinst() {
	local conf="/etc/reader.conf.d/${PN}.conf"
	elog "NOTICE:"
	elog "1. Update ${conf} file"
	elog "2. Run\n  \$ update-reader.conf \# yes this is a command..."
	elog "3. Restart pcscd"
}

pkg_postrm() {
	#
	# Without this, pcscd will not start next time.
	#
	local conf="/etc/reader.conf.d/${PN}.conf"
	if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g' | head -n 1)" ]; then
		rm "${conf}"
		update-reader.conf
		elog "NOTICE:"
		elog "You need to restart pcscd"
	fi
}

Dependencies

RDEPEND

>=sys-apps/pcsc-lite-1.3.0

BDEPEND

virtual/pkgconfig

Manifest for 3.7

Type File Size Source URLs
DIST asedriveiiie-serial-3.7.tar.bz2 32621 bytes https://web.archive.org/web/20180601000000/http://www.athena-scs.com/downloads/asedriveiiie-serial-3.7.tar.bz2