diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-03-07 18:00:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-03-07 18:00:29 +0000 |
commit | 5edc57052c2567f637ee11ebe7db127779e34c10 (patch) | |
tree | 572af8a8f10c0a488d1f4c3d2afb7a4508205593 /sys-auth | |
parent | Cleanup old versions. (diff) | |
download | gentoo-2-5edc57052c2567f637ee11ebe7db127779e34c10.tar.gz gentoo-2-5edc57052c2567f637ee11ebe7db127779e34c10.tar.bz2 gentoo-2-5edc57052c2567f637ee11ebe7db127779e34c10.zip |
Remove old versions; delete libtool archive file for the PAM module.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild | 49 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.91.ebuild | 30 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.92.ebuild | 6 |
4 files changed, 10 insertions, 83 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 4074886d69ce..650e75290baf 100644 --- a/sys-auth/pam_ssh/ChangeLog +++ b/sys-auth/pam_ssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_ssh -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.21 2008/11/09 12:20:17 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.22 2009/03/07 18:00:29 flameeyes Exp $ + + 07 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -pam_ssh-1.91.ebuild, -pam_ssh-1.91-r2.ebuild, pam_ssh-1.92.ebuild: + Remove old versions; delete libtool archive file for the PAM module. 09 Nov 2008; Mike Frysinger <vapier@gentoo.org> pam_ssh-1.92.ebuild: Add arm/s390/sh #232691. diff --git a/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild b/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild deleted file mode 100644 index 7d8e8a512fe1..000000000000 --- a/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild,v 1.5 2007/07/02 15:28:49 peper Exp $ - -inherit pam eutils - -DESCRIPTION="Uses ssh-agent to provide single sign-on" -HOMEPAGE="http://pam-ssh.sourceforge.net/" -SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" - -RESTRICT="mirror" -LICENSE="BSD as-is" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -# Doesn't work on OpenPAM. -DEPEND="sys-libs/pam - sys-devel/libtool" - -RDEPEND="sys-libs/pam - virtual/ssh" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-debian.patch" #105546 - epatch "${FILESDIR}/${P}-syslog.patch" # glibc-2.4 - epatch "${FILESDIR}/${P}-openssl-0.9.8.patch" -} - -src_compile() { - econf \ - "--with-pam-dir=$(getpam_mod_dir)" \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "install failed" - dodoc AUTHORS ChangeLog NEWS README TODO "${FILESDIR}/system-auth.example" -} - -pkg_postinst() { - einfo "You can find an example system-auth file that uses this" - einfo "library in /usr/share/doc/${PF}" -} diff --git a/sys-auth/pam_ssh/pam_ssh-1.91.ebuild b/sys-auth/pam_ssh/pam_ssh-1.91.ebuild deleted file mode 100644 index bffc0805909c..000000000000 --- a/sys-auth/pam_ssh/pam_ssh-1.91.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.91.ebuild,v 1.3 2007/07/02 15:28:49 peper Exp $ - -DESCRIPTION="Uses ssh-agent to provide single sign-on" -HOMEPAGE="http://pam-ssh.sourceforge.net/" -SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" -RESTRICT="mirror" -LICENSE="BSD as-is" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -DEPEND="sys-libs/pam - sys-apps/gawk - sys-apps/grep - sys-devel/libtool" - -RDEPEND="sys-libs/pam - virtual/ssh" - -src_install() { - make install DESTDIR=${D} || die "install failed" - dodoc AUTHORS ChangeLog NEWS README TODO ${FILESDIR}/system-auth.example -} - -pkg_postinst() { - einfo "You can find an example system-auth file that uses this" - einfo "library in /usr/share/doc/${PF}" -} diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index ea7c5fc42679..df7296598c77 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.16 2008/12/07 11:00:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.17 2009/03/07 18:00:29 flameeyes Exp $ inherit pam eutils @@ -39,6 +39,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README TODO + + find "${D}" -name '*.la' -delete || die "Unable to remove libtool archives." } pkg_postinst() { |