# ChangeLog for app-crypt/asedriveiiie-serial
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.2 2007/01/24 16:47:57 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.3 2007/02/14 20:58:00 alonbl Exp $
+
+ 14 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org>
+ asedriveiiie-serial-3.4.ebuild:
+ Fixup for pcsc-lite-1.4
24 Jan 2007; Marius Mauch <genone@gentoo.org>
asedriveiiie-serial-3.4.ebuild:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.2 2007/01/24 16:47:57 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.3 2007/02/14 20:58:00 alonbl Exp $
DESCRIPTION="ASEDriveIIIe Serial Card Reader"
HOMEPAGE="http://www.athena-scs.com"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ rm ifdhandler.h
+}
+
+src_compile() {
+ CFLAGS="${CFLAGS} -DIFDHANDLERv2" econf || die
+ emake || die
+}
+
src_install() {
local conf="/etc/reader.conf.d/${PN}.conf"
# ChangeLog for app-crypt/asedriveiiie-usb
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.2 2007/01/24 16:48:51 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.3 2007/02/14 20:59:38 alonbl Exp $
+
+ 14 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> asedriveiiie-usb-3.4.ebuild:
+ Fixup for pcsc-lite-1.4
24 Jan 2007; Marius Mauch <genone@gentoo.org> asedriveiiie-usb-3.4.ebuild:
Replacing einfo with elog
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.2 2007/01/24 16:48:51 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.3 2007/02/14 20:59:38 alonbl Exp $
DESCRIPTION="ASEDriveIIIe USB Card Reader"
HOMEPAGE="http://www.athena-scs.com"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ rm ifdhandler.h
+}
+
+src_compile() {
+ CFLAGS="${CFLAGS} -DIFDHANDLERv2" econf || die
+ emake || die
+}
+
src_install() {
emake install DESTDIR="${D}" || die
# ChangeLog for app-crypt/asekey
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/ChangeLog,v 1.2 2007/01/24 16:49:49 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/ChangeLog,v 1.3 2007/02/14 20:55:46 alonbl Exp $
+
+ 14 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> asekey-3.3.ebuild:
+ Fixup for pcsc-lite-1.4
24 Jan 2007; Marius Mauch <genone@gentoo.org> asekey-3.3.ebuild:
Replacing einfo with elog
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.2 2007/01/24 16:49:49 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.3 2007/02/14 20:55:46 alonbl Exp $
DESCRIPTION="ASEKey USB SIM Card Reader"
HOMEPAGE="http://www.athena-scs.com"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ rm ifdhandler.h
+}
+
+src_compile() {
+ CFLAGS="${CFLAGS} -DIFDHANDLERv2" econf || die
+ emake || die
+}
+
src_install() {
local conf="/etc/reader.conf.d/${PN}.conf"