summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 05:06:05 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 05:06:05 +0000
commitbd230b098afd1205f2021c61dc96211441dd68aa (patch)
tree43449a0810bbfadc38fa72312e395d8ef1fea072 /sys-auth/pam_ssh
parentInherit libtool for elibtoolize. (diff)
downloadhistorical-bd230b098afd1205f2021c61dc96211441dd68aa.tar.gz
historical-bd230b098afd1205f2021c61dc96211441dd68aa.tar.bz2
historical-bd230b098afd1205f2021c61dc96211441dd68aa.zip
Inherit eutils for epatch.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r--sys-auth/pam_ssh/ChangeLog6
-rw-r--r--sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild6
-rw-r--r--sys-auth/pam_ssh/pam_ssh-1.97-r3.ebuild6
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/"