Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/ykclient: ykclient-2.9.ebuild ChangeLog
Date: Mon, 31 Dec 2012 02:24:21
Message-Id: 20121231022411.158542171E@flycatcher.gentoo.org
1 flameeyes 12/12/31 02:24:11
2
3 Modified: ChangeLog
4 Added: ykclient-2.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
9
10 Revision Changes Path
11 1.4 sys-auth/ykclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 24 Jun 2012 10:33:59 -0000 1.3
24 +++ ChangeLog 31 Dec 2012 02:24:10 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-auth/ykclient
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.3 2012/06/24 10:33:59 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.4 2012/12/31 02:24:10 flameeyes Exp $
30 +
31 +*ykclient-2.9 (31 Dec 2012)
32 +
33 + 31 Dec 2012; Diego E. Pettenò <flameeyes@g.o> +ykclient-2.9.ebuild:
34 + Version bump.
35
36 24 Jun 2012; Diego E. Pettenò <flameeyes@g.o> -ykclient-2.3.ebuild:
37 Remove ebuild as well.
38
39
40
41 1.1 sys-auth/ykclient/ykclient-2.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ykclient-2.9.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.9.ebuild,v 1.1 2012/12/31 02:24:10 flameeyes Exp $
51
52 EAPI=5
53
54 inherit eutils
55
56 DESCRIPTION="Yubico C client library"
57 SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
58 HOMEPAGE="https://github.com/Yubico/yubico-c-client"
59
60 KEYWORDS="~amd64"
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 }