summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-08-06 19:10:43 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-08-06 19:10:43 +0200
commit2132c46b0b0dd9f78783bd080950b1b6f6797777 (patch)
treed421a855c4b324566c23ed291598a0c724c28523 /sys-auth/ykclient/ykclient-2.15.ebuild
parentmedia-sound/murmur: Revbump to fix permission of murmur.ini (bug #559362). (diff)
downloadgentoo-2132c46b0b0dd9f78783bd080950b1b6f6797777.tar.gz
gentoo-2132c46b0b0dd9f78783bd080950b1b6f6797777.tar.bz2
gentoo-2132c46b0b0dd9f78783bd080950b1b6f6797777.zip
sys-auth/ykclient: Bump to version 2.15 (bug #585270).
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-auth/ykclient/ykclient-2.15.ebuild')
-rw-r--r--sys-auth/ykclient/ykclient-2.15.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-auth/ykclient/ykclient-2.15.ebuild b/sys-auth/ykclient/ykclient-2.15.ebuild
new file mode 100644
index 000000000000..787383c086c8
--- /dev/null
+++ b/sys-auth/ykclient/ykclient-2.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Yubico C client library"
+SRC_URI="http://opensource.yubico.com/yubico-c-client/releases/${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubico-c-client"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs"
+
+RDEPEND=">=net-misc/curl-7.21.1"
+DEPEND="${RDEPEND}"
+
+# Tests require an active network connection, we don't want to run them
+RESTRICT="test"