Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_yubico: pam_yubico-2.14.ebuild metadata.xml ChangeLog
Date: Mon, 28 Oct 2013 13:36:00
Message-Id: 20131028133557.83F8220047@flycatcher.gentoo.org
1 zerochaos 13/10/28 13:35:57
2
3 Modified: metadata.xml ChangeLog
4 Added: pam_yubico-2.14.ebuild
5 Log:
6 version bump, new homepage, new download site, remove unneeded(?) patch
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.2 sys-auth/pam_yubico/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 22 Apr 2013 13:57:20 -0000 1.1
24 +++ metadata.xml 28 Oct 2013 13:35:57 -0000 1.2
25 @@ -5,9 +5,6 @@
26 <email>zerochaos@g.o</email>
27 <name>Rick Farina</name>
28 </maintainer>
29 -<maintainer>
30 -<email>anyone@××××××××××.com</email>
31 -</maintainer>
32 <longdescription lang="en">
33 </longdescription>
34 </pkgmetadata>
35
36
37
38 1.3 sys-auth/pam_yubico/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/ChangeLog?r1=1.2&r2=1.3
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- ChangeLog 22 Apr 2013 14:04:54 -0000 1.2
51 +++ ChangeLog 28 Oct 2013 13:35:57 -0000 1.3
52 @@ -1,6 +1,12 @@
53 # ChangeLog for sys-auth/pam_yubico
54 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.2 2013/04/22 14:04:54 zerochaos Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/ChangeLog,v 1.3 2013/10/28 13:35:57 zerochaos Exp $
57 +
58 +*pam_yubico-2.14 (28 Oct 2013)
59 +
60 + 28 Oct 2013; Rick Farina <zerochaos@g.o> +pam_yubico-2.14.ebuild,
61 + metadata.xml:
62 + version bump, new homepage, new download site, remove unneeded(?) patch
63
64 22 Apr 2013; Rick Farina <zerochaos@g.o> pam_yubico-2.13.ebuild:
65 minor fix to deps and .la fix
66
67
68
69 1.1 sys-auth/pam_yubico/pam_yubico-2.14.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.14.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.14.ebuild?rev=1.1&content-type=text/plain
73
74 Index: pam_yubico-2.14.ebuild
75 ===================================================================
76 # Copyright 1999-2013 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.14.ebuild,v 1.1 2013/10/28 13:35:57 zerochaos Exp $
79
80 EAPI=5
81 inherit multilib
82
83 DESCRIPTION="Library for authenticating against PAM with a Yubikey"
84 HOMEPAGE="https://github.com/Yubico/yubico-pam"
85 SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz"
86
87 LICENSE="BSD"
88 SLOT="0"
89 KEYWORDS="~amd64 ~x86"
90 IUSE="ldap"
91
92 DEPEND="virtual/pam
93 >=sys-auth/ykclient-2.4
94 >=sys-auth/ykpers-1.6
95 ldap? ( net-nds/openldap )"
96 RDEPEND="${DEPEND}"
97
98 #src_prepare() {
99 # epatch "${FILESDIR}/2.11-drop_privs.patch"
100 # eautoreconf
101 #}
102
103 src_configure() {
104 #challenge response could be optional but that seems horribly dangerous to me
105 econf \
106 --with-cr \
107 $(use_with ldap) \
108 --with-pam-dir=/$(get_libdir)/security
109 }
110
111 src_install() {
112 emake DESTDIR="${D}" install
113 dodoc AUTHORS ChangeLog NEWS README doc/*
114 #prune_libtool_files #why doesn't this work?
115 find "${D}" -name '*.la' -delete || die
116 }