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/ykpers: ykpers-1.14.1.ebuild ChangeLog
Date: Mon, 28 Oct 2013 13:50:12
Message-Id: 20131028135008.5BC2120047@flycatcher.gentoo.org
1 zerochaos 13/10/28 13:50:08
2
3 Modified: ChangeLog
4 Added: ykpers-1.14.1.ebuild
5 Log:
6 trivial version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.11 sys-auth/ykpers/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 10 Aug 2013 12:37:25 -0000 1.10
24 +++ ChangeLog 28 Oct 2013 13:50:08 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-auth/ykpers
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.10 2013/08/10 12:37:25 wschlich Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.11 2013/10/28 13:50:08 zerochaos Exp $
30 +
31 +*ykpers-1.14.1 (28 Oct 2013)
32 +
33 + 28 Oct 2013; Rick Farina <zerochaos@g.o> +ykpers-1.14.1.ebuild:
34 + trivial version bump
35
36 *ykpers-1.14.0 (10 Aug 2013)
37
38
39
40
41 1.1 sys-auth/ykpers/ykpers-1.14.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.14.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.14.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ykpers-1.14.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.14.1.ebuild,v 1.1 2013/10/28 13:50:08 zerochaos Exp $
51
52 EAPI=5
53
54 inherit eutils udev
55
56 DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
57 SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
58 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
59
60 KEYWORDS="~amd64 ~x86"
61 SLOT="0"
62 LICENSE="BSD-2"
63 IUSE="static-libs consolekit"
64
65 RDEPEND=">=sys-auth/libyubikey-1.6
66 virtual/libusb:1"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig"
69 RDEPEND="${RDEPEND}
70 consolekit? ( sys-auth/consolekit[acl] )"
71
72 src_configure() {
73 econf $(use_enable static-libs static)
74 }
75
76 DOCS=( AUTHORS ChangeLog NEWS README )
77
78 src_install() {
79 default
80 dodoc doc/*
81 prune_libtool_files
82
83 use consolekit && \
84 udev_dorules 70-yubikey.rules
85 }