diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-07-20 11:48:30 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-07-20 11:48:30 +0000 |
commit | 87287d8e304b341675cf3800481fe9fff1481bbb (patch) | |
tree | 10a75b86b1115f19583c1d2eef0a1ed3b624cb0a /sys-auth/pam_p11 | |
parent | Version bump (diff) | |
download | gentoo-2-87287d8e304b341675cf3800481fe9fff1481bbb.tar.gz gentoo-2-87287d8e304b341675cf3800481fe9fff1481bbb.tar.bz2 gentoo-2-87287d8e304b341675cf3800481fe9fff1481bbb.zip |
Version bump
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sys-auth/pam_p11')
-rw-r--r-- | sys-auth/pam_p11/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/pam_p11/files/digest-pam_p11-0.1.3 | 3 | ||||
-rw-r--r-- | sys-auth/pam_p11/pam_p11-0.1.3.ebuild | 27 |
3 files changed, 37 insertions, 2 deletions
diff --git a/sys-auth/pam_p11/ChangeLog b/sys-auth/pam_p11/ChangeLog index 58c41bc8dadb..dcc89d201f18 100644 --- a/sys-auth/pam_p11/ChangeLog +++ b/sys-auth/pam_p11/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_p11 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.8 2006/11/25 21:42:14 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.9 2007/07/20 11:48:30 alonbl Exp $ + +*pam_p11-0.1.3 (20 Jul 2007) + + 20 Jul 2007; Alon Bar-Lev <alonbl@gentoo.org> +pam_p11-0.1.3.ebuild: + Version bump 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> pam_p11-0.1.2.ebuild: Add ~alpha keyword, bug 135397. diff --git a/sys-auth/pam_p11/files/digest-pam_p11-0.1.3 b/sys-auth/pam_p11/files/digest-pam_p11-0.1.3 new file mode 100644 index 000000000000..14d3166318d1 --- /dev/null +++ b/sys-auth/pam_p11/files/digest-pam_p11-0.1.3 @@ -0,0 +1,3 @@ +MD5 4b0aad2a4d5d30599597dbc2f09e3b64 pam_p11-0.1.3.tar.gz 333427 +RMD160 7a6f33d7b5adb031b7153d0584b595d21422d224 pam_p11-0.1.3.tar.gz 333427 +SHA256 cb5d1d7e79fb3775ddbe85f7023645e26424a18264e1a5e0894734e1fca4e25a pam_p11-0.1.3.tar.gz 333427 diff --git a/sys-auth/pam_p11/pam_p11-0.1.3.ebuild b/sys-auth/pam_p11/pam_p11-0.1.3.ebuild new file mode 100644 index 000000000000..7e72a5716b02 --- /dev/null +++ b/sys-auth/pam_p11/pam_p11-0.1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild,v 1.1 2007/07/20 11:48:30 alonbl Exp $ + +inherit pam + +DESCRIPTION="pam_p11 is a pam package for using cryptographic tokens as authentication" +HOMEPAGE="http://www.opensc-project.org/pam_p11/" +SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/pam + dev-libs/libp11" +RDEPEND="${DEPEND}" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_install() { + dopammod ${S}/src/.libs/pam_p11_opensc.so + dopammod ${S}/src/.libs/pam_p11_openssh.so + + dohtml doc/*.html doc/*.css +} |