summaryrefslogtreecommitdiff
path: root/sys-auth/pam_bioapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /sys-auth/pam_bioapi
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'sys-auth/pam_bioapi')
-rw-r--r--sys-auth/pam_bioapi/Manifest4
-rw-r--r--sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch27
-rw-r--r--sys-auth/pam_bioapi/metadata.xml8
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild48
4 files changed, 0 insertions, 87 deletions
diff --git a/sys-auth/pam_bioapi/Manifest b/sys-auth/pam_bioapi/Manifest
deleted file mode 100644
index aa7a2fafab35..000000000000
--- a/sys-auth/pam_bioapi/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX pam_bioapi-0.4.0-headers.patch 608 BLAKE2B c47f887a8d2d3a68f98524e14e6535e5b6527c72d492e22e152e0d8e6ea1c24db39ec3543b0961c9407ab0784d46eda3c4e684cb75f25a18364940d98d4da170 SHA512 66dc5ad2ef521b586e34da733d639620008ec4231990af1cbf73c69d26a7ab8d460bd4dfb4e2aa49202c5c92e8727539616e0ba7c60339a5e4929f6c493f0355
-DIST pam_bioapi-0.4.0.tar.gz 383529 BLAKE2B 1375355adc508edfcd672e0b2470944021c53ddc5bb7c500db0c3c24334ca347f3a508573cb4e3d869c890ddd371a45d66f23326614881a58e554f69bfe1efce SHA512 fb2527b44ec8070fdc7a32fd1e272a6b98095fba827365f5427ae5fe6a5681b2f3be246ac34aaeb313d776890bd122c25ba68a58d9a728e68e4b341842dcb6d3
-EBUILD pam_bioapi-0.4.0-r1.ebuild 1056 BLAKE2B 2710c3a3215aeee7d9c354b1cc91871e4db377847370bb29a9f32839f2360b01b3612415e44762f07591ff114d9abf958667ca51cea51e939de988b8e1f1c1eb SHA512 0306ef5d64e422f52ebdcfc14c838b13e22c0b8eac7ee94f02b3e6cc39222535dcd6f30d7e7d15f8d128cbb1a690013ab20ffd0a6034c92faab4f5a3aaff9215
-MISC metadata.xml 247 BLAKE2B 2e7f15c747fb6f4de362dc1750b15d280c750d11f97319c825f377371fd1305215418157a4959ab311c1f6ab27dd0d161ad170d78c91b12fdcb3fd4f88fc1cdf SHA512 2c53decda7b1c39cbacde3b91abb980b423d9cc300a26bfb8ad08aa7391962a296a9e5eb21c35b4f451c4f577c08e662170779d40684f6b7ecfaf77412886b50
diff --git a/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch b/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
deleted file mode 100644
index d5acc4db61bc..000000000000
--- a/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-fix building with -O0
-
-http://code.google.com/p/pam-bioapi/issues/detail?id=3
-http://bugs.gentoo.org/241322
-
-fix building with newer glibc
-
-https://bugs.gentoo.org/512106
-
---- libpam_bioapi/pam_bioapi.h
-+++ libpam_bioapi/pam_bioapi.h
-@@ -19,6 +19,7 @@
- #include <sys/stat.h>
- #include <sys/types.h> /* defines 'uid_t', etc. */
-
-+#include <sys/resource.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include "earray.h"
-@@ -23,6 +23,7 @@
- #include <sys/wait.h>
- #include "earray.h"
-
-+#include <locale.h>
- #include <libintl.h> /* gnu gettext support */
- #define _(String) gettext (String)
-
diff --git a/sys-auth/pam_bioapi/metadata.xml b/sys-auth/pam_bioapi/metadata.xml
deleted file mode 100644
index 93d9ad1c980c..000000000000
--- a/sys-auth/pam_bioapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="google-code">pam-bioapi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild
deleted file mode 100644
index c8cf69e83392..000000000000
--- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-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
- sed -i \
- -e 's/-version-info 0:4:0/-avoid-version/' \
- libpam_bioapi/Makefile.in #261598
- sed -i \
- -e 's:@prefix@::' \
- -e '/pam_unix.so/s:.*:auth include system-auth:' \
- etc/pam.d/{bioapi_chbird,test-pam_bioapi}.in #261598
-}
-
-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)/security "${D}"/$(get_libdir)/ || die
- rm -f "${D}"/$(get_libdir)/security/*.la
-}