summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-21 19:57:23 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-21 20:07:33 +1100
commit07877239ed205302f79fb96941363521a37d4b2a (patch)
treeaad02bc17b3990e3e86fe9a11afaa16370ab7187 /sys-auth
parentapp-crypt/crackpkcs12: remove 0.2.9 (diff)
downloadgentoo-07877239ed205302f79fb96941363521a37d4b2a.tar.gz
gentoo-07877239ed205302f79fb96941363521a37d4b2a.tar.bz2
gentoo-07877239ed205302f79fb96941363521a37d4b2a.zip
sys-auth/pam_bioapi: remove 0.4.0-r0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
deleted file mode 100644
index 02610ae18502..000000000000
--- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="PAM interface to bioapi package"
-HOMEPAGE="https://code.google.com/p/pam-bioapi/"
-SRC_URI="https://pam-bioapi.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-auth/bioapi
- sys-libs/pam
- dev-db/sqlite"
-RDEPEND="${DEPEND}
- sys-auth/tfm-fingerprint"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-headers.patch #241322
-}
-
-src_compile() {
- econf --sbindir=/sbin || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/{lib*.so*,security} "${D}"/$(get_libdir)/ || die
- rm -f "${D}"/$(get_libdir)/security/*.la
- gen_usr_ldscript libbirdb.so libbirdb_sqlite3.so
-}