summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-24 14:08:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-24 14:08:53 +0000
commitd1a7a4ca410f3e798f39b1181d4663b4baf7d767 (patch)
tree78fc915bb917ccead6423555e0686571774041af /sys-auth/libyubikey
parentRemove old; version bump. (diff)
downloadgentoo-2-d1a7a4ca410f3e798f39b1181d4663b4baf7d767.tar.gz
gentoo-2-d1a7a4ca410f3e798f39b1181d4663b4baf7d767.tar.bz2
gentoo-2-d1a7a4ca410f3e798f39b1181d4663b4baf7d767.zip
Version bump; use autotools-utils.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-auth/libyubikey')
-rw-r--r--sys-auth/libyubikey/ChangeLog7
-rw-r--r--sys-auth/libyubikey/libyubikey-1.10.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sys-auth/libyubikey/ChangeLog b/sys-auth/libyubikey/ChangeLog
index 1ffa3e649d9c..656aae90d5a7 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.4 2013/03/17 17:37:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v 1.5 2013/03/24 14:08:53 flameeyes Exp $
+
+*libyubikey-1.10 (24 Mar 2013)
+
+ 24 Mar 2013; Diego E. Pettenò <flameeyes@gentoo.org> +libyubikey-1.10.ebuild:
+ Version bump; use autotools-utils.
17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Add proxy-maintainers to metadata.xml
diff --git a/sys-auth/libyubikey/libyubikey-1.10.ebuild b/sys-auth/libyubikey/libyubikey-1.10.ebuild
new file mode 100644
index 000000000000..7db2b3c805c9
--- /dev/null
+++ b/sys-auth/libyubikey/libyubikey-1.10.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/libyubikey-1.10.ebuild,v 1.1 2013/03/24 14:08:53 flameeyes Exp $
+
+EAPI=5
+
+inherit eutils autotools-utils
+
+DESCRIPTION="Yubico C low-level library"
+HOMEPAGE="https://github.com/Yubico/yubico-c"
+SRC_URI="http://yubico-c.googlecode.com/files/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )