diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-28 12:18:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-28 12:18:37 +0200 |
commit | 0d92cd3008d09ce85a99b793f8b81443579e8b94 (patch) | |
tree | ab4f56b40694d75d8c774531444d4d2bdb64747d /sys-auth/pam_skey | |
parent | app-emacs/bbdb: Remove old. (diff) | |
download | gentoo-0d92cd3008d09ce85a99b793f8b81443579e8b94.tar.gz gentoo-0d92cd3008d09ce85a99b793f8b81443579e8b94.tar.bz2 gentoo-0d92cd3008d09ce85a99b793f8b81443579e8b94.zip |
sys-auth/pam_skey: Remove old.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-auth/pam_skey')
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild deleted file mode 100644 index 662347a3b86d..000000000000 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils pam autotools multilib readme.gentoo-r1 - -DESCRIPTION="PAM interface for the S/Key authentication system" -HOMEPAGE="http://freshmeat.net/projects/pam_skey/" -SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz - mirror://gentoo/${P}-patches-6.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="net-libs/libnsl:0= - >=sys-libs/pam-0.78-r3 - >=sys-auth/skey-1.1.5-r4" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -DOCS="README INSTALL" -DOC_CONTENTS="To use the pam_skey module, you need to configure PAM - by adding a line like: - \n\nauth [success=done ignore=ignore auth_err=die default=bad] pam_skey.so\n - \nto an appropriate place in the /etc/pam.d/system-auth file. - Consult the README and INSTALL files in /usr/share/doc/${PF} - for detailed instructions. - \n\nPlease note that calling this module from unprivileged - applications, e.g. screensavers, is not supported. - \n\nError checking has become stricter in pam_skey-1.1.5-r4; - errors returned from the underlying skey library when accessing - the S/Key data base will no longer be ignored. - Make sure that your PAM configuration is correct." - -src_prepare() { - EPATCH_SUFFIX=patch epatch - epatch_user - - cd autoconf - eautoconf - eautoheader - mv configure defs.h.in .. || die "mv failed" -} - -src_configure() { - econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC" -} - -src_install() { - default - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |