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/ykclient: ykclient-2.12.ebuild ChangeLog
Date: Mon, 28 Oct 2013 13:41:35
Message-Id: 20131028134126.C668220047@flycatcher.gentoo.org
1 zerochaos 13/10/28 13:41:26
2
3 Modified: ChangeLog
4 Added: ykclient-2.12.ebuild
5 Log:
6 version bump, update download location
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.7 sys-auth/ykclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 22 Apr 2013 13:55:05 -0000 1.6
24 +++ ChangeLog 28 Oct 2013 13:41:26 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-auth/ykclient
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.6 2013/04/22 13:55:05 zerochaos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.7 2013/10/28 13:41:26 zerochaos Exp $
30 +
31 +*ykclient-2.12 (28 Oct 2013)
32 +
33 + 28 Oct 2013; Rick Farina <zerochaos@g.o> +ykclient-2.12.ebuild:
34 + version bump, update download location
35
36 22 Apr 2013; Rick Farina <zerochaos@g.o> ykclient-2.9.ebuild:
37 tested on ~x86
38
39
40
41 1.1 sys-auth/ykclient/ykclient-2.12.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ykclient-2.12.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/ykclient/ykclient-2.12.ebuild,v 1.1 2013/10/28 13:41:26 zerochaos Exp $
51
52 EAPI=5
53
54 inherit eutils
55
56 DESCRIPTION="Yubico C client library"
57 SRC_URI="http://opensource.yubico.com/yubico-c-client/releases/${P}.tar.gz"
58 HOMEPAGE="https://github.com/Yubico/yubico-c-client"
59
60 KEYWORDS="~amd64 ~x86"
61 SLOT="0"
62 LICENSE="BSD-2"
63 IUSE="static-libs"
64
65 RDEPEND=">=net-misc/curl-7.21.1"
66 DEPEND="${RDEPEND}"
67
68 # Tests require an active network connection, we don't want to run them
69 RESTRICT="test"
70
71 src_configure() {
72 econf $(use_enable static-libs static)
73 }
74
75 DOCS=( AUTHORS ChangeLog NEWS README )
76
77 src_install() {
78 default
79 prune_libtool_files
80 }