zerochaos 15/05/04 03:15:16 Modified: ChangeLog Added: pam_yubico-2.19-r1.ebuild pam_yubico-2.17-r1.ebuild Removed: pam_yubico-2.17.ebuild pam_yubico-2.19.ebuild Log: add missing dep, fix tests in 2.19 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.8 sys-auth/pam_yubico/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 14 Apr 2015 07:28:13 -0000 1.7 +++ ChangeLog 4 May 2015 03:15:16 -0000 1.8 @@ -1,6 +1,13 @@ # ChangeLog for sys-auth/pam_yubico # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.8 2015/05/04 03:15:16 zerochaos Exp $ + +*pam_yubico-2.19-r1 (04 May 2015) +*pam_yubico-2.17-r1 (04 May 2015) + + 04 May 2015; Rick Farina <[email protected]> +pam_yubico-2.17-r1.ebuild, + +pam_yubico-2.19-r1.ebuild, -pam_yubico-2.17.ebuild, -pam_yubico-2.19.ebuild: + add missing dep, fix tests in 2.19 *pam_yubico-2.19 (14 Apr 2015) 1.1 sys-auth/pam_yubico/pam_yubico-2.19-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.19-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.19-r1.ebuild?rev=1.1&content-type=text/plain Index: pam_yubico-2.19-r1.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-r1.ebuild,v 1.1 2015/05/04 03:15:16 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 test" RDEPEND=" virtual/pam sys-auth/libyubikey >=sys-auth/ykclient-2.12 >=sys-auth/ykpers-1.6 ldap? ( net-nds/openldap )" DEPEND="${RDEPEND} app-text/asciidoc test? ( dev-perl/Net-LDAP-Server )" 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 } 1.1 sys-auth/pam_yubico/pam_yubico-2.17-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.17-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.17-r1.ebuild?rev=1.1&content-type=text/plain Index: pam_yubico-2.17-r1.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.17-r1.ebuild,v 1.1 2015/05/04 03:15:16 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" RDEPEND=" virtual/pam sys-auth/libyubikey >=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 }
