summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2014-08-19 02:32:27 +0000
committerRick Farina <zerochaos@gentoo.org>2014-08-19 02:32:27 +0000
commitca8eda11db4ea185b08824a3c4fa3cfb9bdd07b8 (patch)
tree0b7ae07bc7487fe79a5a7edc97477eba4b3e93b2 /sys-auth/libyubikey
parentcheetah is an rdep of grc, and an unconditional dep of build. (diff)
downloadgentoo-2-ca8eda11db4ea185b08824a3c4fa3cfb9bdd07b8.tar.gz
gentoo-2-ca8eda11db4ea185b08824a3c4fa3cfb9bdd07b8.tar.bz2
gentoo-2-ca8eda11db4ea185b08824a3c4fa3cfb9bdd07b8.zip
version bump, bug 513944
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-auth/libyubikey')
-rw-r--r--sys-auth/libyubikey/ChangeLog9
-rw-r--r--sys-auth/libyubikey/libyubikey-1.12.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-auth/libyubikey/ChangeLog b/sys-auth/libyubikey/ChangeLog
index fb9d7611ab22..e8b617214dfd 100644
--- a/sys-auth/libyubikey/ChangeLog
+++ b/sys-auth/libyubikey/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/libyubikey
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v 1.6 2013/04/22 13:22:12 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v 1.7 2014/08/19 02:32:27 zerochaos Exp $
+
+*libyubikey-1.12 (19 Aug 2014)
+
+ 19 Aug 2014; Rick Farina <zerochaos@gentoo.org> +libyubikey-1.12.ebuild:
+ version bump, bug 513944
22 Apr 2013; Rick Farina <zerochaos@gentoo.org> libyubikey-1.10.ebuild:
tested on ~x86
diff --git a/sys-auth/libyubikey/libyubikey-1.12.ebuild b/sys-auth/libyubikey/libyubikey-1.12.ebuild
new file mode 100644
index 000000000000..aa543d4f4f26
--- /dev/null
+++ b/sys-auth/libyubikey/libyubikey-1.12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/libyubikey-1.12.ebuild,v 1.1 2014/08/19 02:32:27 zerochaos Exp $
+
+EAPI=5
+
+inherit eutils autotools-utils
+
+DESCRIPTION="Yubico C low-level library"
+HOMEPAGE="https://github.com/Yubico/yubico-c"
+#http://opensource.yubico.com/yubico-c/releases.html
+SRC_URI="http://opensource.yubico.com/yubico-c/releases/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )