summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-12-26 13:23:03 +0000
committerJustin Lecher <jlec@gentoo.org>2014-12-26 13:23:03 +0000
commit48963809f1513cc17e15b9739e46d3a8287ad12d (patch)
treeed1541bed8705ebec7e5e98019107afd21628d35 /sys-auth
parentStable for x86, wrt bug #532560 (diff)
downloadgentoo-2-48963809f1513cc17e15b9739e46d3a8287ad12d.tar.gz
gentoo-2-48963809f1513cc17e15b9739e46d3a8287ad12d.tar.bz2
gentoo-2-48963809f1513cc17e15b9739e46d3a8287ad12d.zip
sys-auth/ykpers: Version Bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/ykpers/ChangeLog7
-rw-r--r--sys-auth/ykpers/ykpers-1.16.2.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog
index 3f39a6b7c997..084f3c02f255 100644
--- a/sys-auth/ykpers/ChangeLog
+++ b/sys-auth/ykpers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/ykpers
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.14 2014/11/20 07:31:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.15 2014/12/26 13:23:03 jlec Exp $
+
+*ykpers-1.16.2 (26 Dec 2014)
+
+ 26 Dec 2014; Justin Lecher <jlec@gentoo.org> +ykpers-1.16.2.ebuild:
+ Version Bump
*ykpers-1.16.1 (20 Nov 2014)
diff --git a/sys-auth/ykpers/ykpers-1.16.2.ebuild b/sys-auth/ykpers/ykpers-1.16.2.ebuild
new file mode 100644
index 000000000000..7253c31e6e38
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.16.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.16.2.ebuild,v 1.1 2014/12/26 13:23:03 jlec Exp $
+
+EAPI=5
+
+inherit autotools-utils udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+ >=sys-auth/libyubikey-1.6
+ virtual/libusb:1"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+ consolekit? ( sys-auth/consolekit[acl] )"
+
+src_install() {
+ DOCS=( doc/. AUTHORS ChangeLog NEWS README )
+ autotools-utils_src_install
+
+ use consolekit && udev_dorules *.rules
+}