summaryrefslogtreecommitdiff
path: root/sys-auth/pam_yubico/pam_yubico-2.24.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_yubico/pam_yubico-2.24.ebuild')
-rw-r--r--sys-auth/pam_yubico/pam_yubico-2.24.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-auth/pam_yubico/pam_yubico-2.24.ebuild b/sys-auth/pam_yubico/pam_yubico-2.24.ebuild
deleted file mode 100644
index 17602d4f705a..000000000000
--- a/sys-auth/pam_yubico/pam_yubico-2.24.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Library for authenticating against PAM with a Yubikey"
-HOMEPAGE="https://github.com/Yubico/yubico-pam"
-SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ldap test"
-
-RDEPEND="
- virtual/pam
- sys-auth/libyubikey
- >=sys-auth/ykclient-2.15
- >=sys-auth/ykpers-1.6
- ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
- app-text/asciidoc
- test? ( dev-perl/Net-LDAP-Server )"
-
-src_configure() {
- #challenge response could be optional but that seems horribly dangerous to me
- econf \
- --with-cr \
- $(use_with ldap) \
- --with-pam-dir=/$(get_libdir)/security
-}
-
-src_install() {
- default
- dodoc doc/*
- #prune_libtool_files #why doesn't this work?
- find "${D}" -name '*.la' -delete || die
-}