diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:06:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:06:05 +0000 |
commit | 6a0147d87a927513cd1687f73e31b4c88e87af79 (patch) | |
tree | 5f842fd34afc61eb382c7556ae6f8d348e948394 /sys-auth | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-6a0147d87a927513cd1687f73e31b4c88e87af79.tar.gz gentoo-2-6a0147d87a927513cd1687f73e31b4c88e87af79.tar.bz2 gentoo-2-6a0147d87a927513cd1687f73e31b4c88e87af79.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 01e542710d72..0fcb6df73c67 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.45 2012/05/21 19:27:32 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.46 2012/05/24 05:06:05 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> pam_ssh-1.97-r2.ebuild, + pam_ssh-1.97-r3.ebuild: + Inherit eutils for epatch. 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> pam_ssh-1.97-r1.ebuild: Add missing inheritance of eutils.eclass diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild index c46a723dd853..ad0fcc8d4623 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.97-r2.ebuild,v 1.7 2010/10/25 03:03:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.8 2012/05/24 05:06:05 vapier Exp $ EAPI=2 -inherit pam autotools flag-o-matic +inherit pam autotools eutils flag-o-matic DESCRIPTION="Uses ssh-agent to provide single sign-on" HOMEPAGE="http://pam-ssh.sourceforge.net/" diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild index 809c34776d7c..aa6f4ba45e14 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.97-r3.ebuild,v 1.1 2010/10/31 17:54:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild,v 1.2 2012/05/24 05:06:05 vapier Exp $ EAPI=2 -inherit pam autotools flag-o-matic +inherit pam autotools eutils flag-o-matic DESCRIPTION="Uses ssh-agent to provide single sign-on" HOMEPAGE="http://pam-ssh.sourceforge.net/" |