summaryrefslogtreecommitdiff
path: root/sys-auth/pam_bioapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /sys-auth/pam_bioapi
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'sys-auth/pam_bioapi')
-rw-r--r--sys-auth/pam_bioapi/Manifest3
-rw-r--r--sys-auth/pam_bioapi/metadata.xml5
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild40
3 files changed, 2 insertions, 46 deletions
diff --git a/sys-auth/pam_bioapi/Manifest b/sys-auth/pam_bioapi/Manifest
index 8939509aaf94..4a59dedb1b05 100644
--- a/sys-auth/pam_bioapi/Manifest
+++ b/sys-auth/pam_bioapi/Manifest
@@ -1,5 +1,4 @@
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 1048 BLAKE2B a9064ff273135174df66edf291abc68fd8bfa8e0781971d82acc8bc52489cfcf234e4ea777ba75f530dcd12875c30d2db9d1074bacb2cb34bc90df9c53f8f47d SHA512 2f7daa7632ac6ba22e557d6a39911abd83618c87d953d63324fa448cd9e6e2b5e1e97ab90415e1e44bb2cd436bfc63cf1d91f66439cbe4a31b3e9941ffc2a8bc
-EBUILD pam_bioapi-0.4.0.ebuild 892 BLAKE2B d2c2e996f14968cc50d7c978e064080ecc9575d05e328224019fbe53352e23e2e7a044ef972bdd558a3a9c0a1d7f345b81687f4cd8710b0b3c6031f1adfdd1a3 SHA512 1bbc35a83cfde3d137f334fdb2e7cabadf7b34e0208b8609fb94cac7eccebe10a66ba5196ae346a91aadfdc93ebda14b2f77ccc0b97288df28b13304a90b5e5e
-MISC metadata.xml 327 BLAKE2B 3c883e4fa2ca139ed8ce3ce0f0ce0c9ead3876fc38bf267b77cc8ab80b81b620cdfb491dca169a589fd06b30368e122e6fc92720ae47a64b0fc326336588a8a8 SHA512 a9cbdd016630f2aa39ffad75bde8401036e03c06d06f1630e1c83c702796d10621e854e0d279b4c476796e5f1c7529b9195eb8410efec7480707a86947f4e3be
+MISC metadata.xml 247 BLAKE2B 2e7f15c747fb6f4de362dc1750b15d280c750d11f97319c825f377371fd1305215418157a4959ab311c1f6ab27dd0d161ad170d78c91b12fdcb3fd4f88fc1cdf SHA512 2c53decda7b1c39cbacde3b91abb980b423d9cc300a26bfb8ad08aa7391962a296a9e5eb21c35b4f451c4f577c08e662170779d40684f6b7ecfaf77412886b50
diff --git a/sys-auth/pam_bioapi/metadata.xml b/sys-auth/pam_bioapi/metadata.xml
index 91d4d8ecea2a..93d9ad1c980c 100644
--- a/sys-auth/pam_bioapi/metadata.xml
+++ b/sys-auth/pam_bioapi/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>vapier@gentoo.org</email>
- <name>Mike Frysinger</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="google-code">pam-bioapi</remote-id>
</upstream>
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
-}