From 7014a5a3ea0feffab9701fdd6b64cc7667a985af Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Jun 2019 17:36:28 +0100 Subject: gentoo resync : 30.06.2019 --- sys-auth/pam_ssh/pam_ssh-1.98.ebuild | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 sys-auth/pam_ssh/pam_ssh-1.98.ebuild (limited to 'sys-auth/pam_ssh/pam_ssh-1.98.ebuild') diff --git a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild deleted file mode 100644 index 3f8800d3f5c4..000000000000 --- a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit pam eutils flag-o-matic readme.gentoo - -DESCRIPTION="Uses ssh-agent to provide single sign-on" -HOMEPAGE="http://pam-ssh.sourceforge.net/" -SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" - -LICENSE="BSD-2 BSD ISC" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -# Doesn't work on OpenPAM; looks for OpenSSH at build time (bug -# #282993) and won't work with other implementations either -RDEPEND=" - sys-libs/pam - net-misc/openssh -" -DEPEND="${RDEPEND} - sys-devel/libtool -" - -DOC_CONTENTS=" - You can enable pam_ssh for system authentication by enabling - the pam_ssh USE flag on sys-auth/pambase. -" - -src_configure() { - # hide all the otherwise-exported symbols that may clash with - # other software loading the PAM modules (see bug #274924 as an - # example). - append-ldflags -Wl,--version-script="${FILESDIR}"/pam_symbols.ver - - econf \ - "--with-pam-dir=$(getpam_mod_dir)" -} - -src_install() { - default - prune_libtool_files --modules - readme.gentoo_create_doc -} -- cgit v1.2.3