summaryrefslogtreecommitdiff
path: root/sys-auth/pam_blue
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_blue')
-rw-r--r--sys-auth/pam_blue/Manifest1
-rw-r--r--sys-auth/pam_blue/pam_blue-0.9.0.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/sys-auth/pam_blue/Manifest b/sys-auth/pam_blue/Manifest
index 6ba013c493c5..15858892e90b 100644
--- a/sys-auth/pam_blue/Manifest
+++ b/sys-auth/pam_blue/Manifest
@@ -2,5 +2,4 @@ AUX pam_blue-0.9.0-bad-log.patch 357 BLAKE2B f7f6e4371642072ad5a0a9c645af5229167
AUX pam_blue-0.9.0-char-locales.patch 666 BLAKE2B 11718b66138ca79641565f47613ef521e4bc1659b26982d2246ddb11ce744778c4d748d8a72bf714014b82f33967fea0b54d896aa2b786c0b9b7e66d9a6d9a11 SHA512 2a7bcc2f3d6b260a9b4803b0657114a194af90828bd5926ee1887f04304e30d2bfb46c000f190ab1de88f4646620e2c15ab8cf60fa35fb38a1d12f46cf138fe2
DIST pam_blue-0.9.0.tar.bz2 251688 BLAKE2B ab8b56daab325ce837fc93a223067227679609413ef9389a1d6f91fb0695ed27925d2ce12a5a9a1f2bd5c0cf945646239a59a66d7e34230835b330d0cc59e149 SHA512 f611b6e3b509d2b917dd15a82f6fa3219ce554cdbf3bd224981c740bb3161dea67db9275b9bc13cd54644e0cb546eb2bb32dbff7e510170a0911b40d81f2d620
EBUILD pam_blue-0.9.0-r1.ebuild 1164 BLAKE2B 881fb3df4290178755a6db7551b37f3747d56925fbb58be7d41f658aea8085ef6c275d9f67f9ae892cb20a146bb2d7f52dc15d74d3b1dcfe58306395b3657823 SHA512 40c2029d06bc8a23956b783d1546edfb7e5d8987870a79a46a23a203483bc5a20134867d2aa097c97721207c9e77aefe48e3341ba0b8905d5ad13fb5a0efdf2b
-EBUILD pam_blue-0.9.0.ebuild 1088 BLAKE2B a9effadf2041b8286f5707ee884b740bdc286b601115ab57e160a179f8467c791deb2c13af979baab385ff04884913c9b132c59b1fb568365c45b6c8d0176819 SHA512 d72118c590e16b9727cd2842c168d42445229cf87f37da19f89e012b99af1062c6efe92a12c1722daceb7d310e268f2e6da57bbdf16fdfe7d19859ce1d85b826
MISC metadata.xml 758 BLAKE2B 2286b91ded21eb147232180de96a31e1867c46e11468fb7de7169af65fbbfe627f62eaebddf5046c3b8f5d2928acbe8cb64ea7ef98a22d9951dafd381b4a8a86 SHA512 7d33c098fb2422df99f93c068908d3e1f1639d7d5d891ae5f8e579feab19b33fcc3f184c05f27282774b01eed405676edfb3ef2c0f8f4de8e7dd519d8523afdc
diff --git a/sys-auth/pam_blue/pam_blue-0.9.0.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0.ebuild
deleted file mode 100644
index 2d7ff91cde43..000000000000
--- a/sys-auth/pam_blue/pam_blue-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit pam autotools multilib
-
-DESCRIPTION="PAM module providing ability to authenticate via a bluetooth compatible device"
-HOMEPAGE="http://pam.0xdef.net/"
-SRC_URI="http://pam.0xdef.net/source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/pam
- net-wireless/bluez"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf --libdir="$(getpam_mod_dir)"
- emake || die "emake failed"
-}
-
-src_install() {
- # manual install to avoid sandbox violation and installing useless .la file
- dopammod src/.libs/pam_blue.so
- newpamsecurity . data/sample.conf bluesscan.conf.sample
-
- dodoc AUTHORS NEWS README ChangeLog
- doman doc/${PN}.7
-}
-
-pkg_postinst() {
- elog "For configuration info, see /etc/security/bluesscan.conf.sample"
- elog "http://pam.0xdef.net/doc.html and http://pam.0xdef.net/faq.html"
- elog "Edit the file as required and copy/rename to bluesscan.conf when done."
-}