jlec 15/04/14 07:28:13
Modified: ChangeLog
Added: pam_yubico-2.19.ebuild
Removed: pam_yubico-2.13.ebuild pam_yubico-2.14.ebuild
pam_yubico-2.16.ebuild
Log:
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.7 sys-auth/pam_yubico/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 7 Apr 2015 14:46:25 -0000 1.6
+++ ChangeLog 14 Apr 2015 07:28:13 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/pam_yubico
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.6
2015/04/07 14:46:25 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.7
2015/04/14 07:28:13 jlec Exp $
+
+*pam_yubico-2.19 (14 Apr 2015)
+
+ 14 Apr 2015; Justin Lecher <[email protected]> +pam_yubico-2.19.ebuild,
+ -pam_yubico-2.13.ebuild, -pam_yubico-2.14.ebuild, -pam_yubico-2.16.ebuild:
+ Version Bump; drop old
*pam_yubico-2.17 (06 Oct 2014)
1.1 sys-auth/pam_yubico/pam_yubico-2.19.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.19.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.19.ebuild?rev=1.1&content-type=text/plain
Index: pam_yubico-2.19.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.19.ebuild,v
1.1 2015/04/14 07:28:13 jlec Exp $
EAPI=5
inherit multilib
DESCRIPTION="Library for authenticating against PAM with a Yubikey"
HOMEPAGE="https://github.com/Yubico/yubico-pam"
SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ldap"
RDEPEND="
virtual/pam
>=sys-auth/ykclient-2.12
>=sys-auth/ykpers-1.6
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
app-text/asciidoc"
src_configure() {
#challenge response could be optional but that seems horribly dangerous
to me
econf \
--with-cr \
$(use_with ldap) \
--with-pam-dir=/$(get_libdir)/security
}
src_install() {
default
dodoc doc/*
#prune_libtool_files #why doesn't this work?
find "${D}" -name '*.la' -delete || die
}