jlec        14/10/06 08:12:58

  Modified:             metadata.xml ChangeLog
  Added:                pam_yubico-2.17.ebuild
  Log:
  sys-auth/pam_yubico: Version BUmp
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  sys-auth/pam_yubico/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        28 Oct 2013 13:35:57 -0000      1.2
+++ metadata.xml        6 Oct 2014 08:12:58 -0000       1.3
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-<email>[email protected]</email>
-<name>Rick Farina</name>
-</maintainer>
-<longdescription lang="en">
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Rick Farina</name>
+  </maintainer>
+  <longdescription lang="en">
 </longdescription>
 </pkgmetadata>
-



1.5                  sys-auth/pam_yubico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Aug 2014 02:33:41 -0000      1.4
+++ ChangeLog   6 Oct 2014 08:12:58 -0000       1.5
@@ -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.4 
2014/08/19 02:33:41 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.5 
2014/10/06 08:12:58 jlec Exp $
+
+*pam_yubico-2.17 (06 Oct 2014)
+
+  06 Oct 2014; Justin Lecher <[email protected]> +pam_yubico-2.17.ebuild,
+  metadata.xml:
+  Version BUmp
 
 *pam_yubico-2.16 (19 Aug 2014)
 



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

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

Index: pam_yubico-2.17.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.17.ebuild,v 
1.1 2014/10/06 08:12:58 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_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() {
        default
        dodoc doc/*
        #prune_libtool_files #why doesn't this work?
        find "${D}" -name '*.la' -delete || die
}




Reply via email to