diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 19:58:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:28 -0400 |
commit | 53f00c0271b20f934bb6ad2da4d52d5c57c392f4 (patch) | |
tree | 3601def67e2836ffb8d031c3316c6c4677e9b2cc /sys-auth | |
parent | sys-auth/pam_dotfile: drop old EAPI (diff) | |
download | gentoo-53f00c0271b20f934bb6ad2da4d52d5c57c392f4.tar.gz gentoo-53f00c0271b20f934bb6ad2da4d52d5c57c392f4.tar.bz2 gentoo-53f00c0271b20f934bb6ad2da4d52d5c57c392f4.zip |
sys-auth/pam_blue: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_blue/pam_blue-0.9.0.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
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." -} |