old
authorMike Frysinger <vapier@gentoo.org>
Mon, 26 Feb 2007 04:16:49 +0000 (04:16 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 26 Feb 2007 04:16:49 +0000 (04:16 +0000)
sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 [deleted file]
sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild [deleted file]

diff --git a/sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 b/sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1
deleted file mode 100644 (file)
index f57f562..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7101c49d5774e892f0eda401b4c1f634 pam_bioapi-0.2.1.tar.bz2 190025
-RMD160 8629841e99da13607c3e3f124bb2612af3b166b6 pam_bioapi-0.2.1.tar.bz2 190025
-SHA256 36b73c41fe455a5eb7c2b5f1de5d2fa147865c8b0e69e7c9cc8c164936ae72c6 pam_bioapi-0.2.1.tar.bz2 190025
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild
deleted file mode 100644 (file)
index 62e198d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild,v 1.1 2006/10/05 13:50:35 wolf31o2 Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="PAM interface for biometric auth"
-HOMEPAGE="http://www.qrivy.net/~michael/blua/"
-SRC_URI="http://www.qrivy.net/~michael/blua/pam_bioapi/pam_bioapi-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-auth/bioapi
-               sys-auth/tfm-fingerprint"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       epatch ${FILESDIR}/pam_bioapi.c-${PV}.patch
-}
-
-src_compile() {
-       export CPPFLAGS="${CPPFLAGS} -I/opt/bioapi/include"
-       econf || die "econf failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       einstall || die "einstall failed"
-       dodir /lib/security
-       mv ${D}/usr/lib/security/* ${D}/lib/security
-       rmdir ${D}/usr/lib/security
-}