zerochaos    14/08/19 02:33:41

  Modified:             ChangeLog
  Added:                pam_yubico-2.16.ebuild
  Log:
  version bump, bug 513944
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.4                  sys-auth/pam_yubico/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Oct 2013 13:35:57 -0000      1.3
+++ ChangeLog   19 Aug 2014 02:33:41 -0000      1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pam_yubico
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.3 
2013/10/28 13:35:57 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.4 
2014/08/19 02:33:41 zerochaos Exp $
+
+*pam_yubico-2.16 (19 Aug 2014)
+
+  19 Aug 2014; Rick Farina <[email protected]> +pam_yubico-2.16.ebuild:
+  version bump, bug 513944
 
 *pam_yubico-2.14 (28 Oct 2013)
 



1.1                  sys-auth/pam_yubico/pam_yubico-2.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.16.ebuild?rev=1.1&content-type=text/plain

Index: pam_yubico-2.16.ebuild
===================================================================
# Copyright 1999-2014 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.16.ebuild,v 
1.1 2014/08/19 02:33:41 zerochaos 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"

DEPEND="virtual/pam
        >=sys-auth/ykclient-2.12
        >=sys-auth/ykpers-1.6
        ldap? ( net-nds/openldap )"
RDEPEND="${DEPEND}"

#src_prepare() {
#       epatch "${FILESDIR}/2.11-drop_privs.patch"
#       eautoreconf
#}

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() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog NEWS README doc/*
        #prune_libtool_files #why doesn't this work?
        find "${D}" -name '*.la' -delete || die
}




Reply via email to