diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:50:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:50:07 +0000 |
commit | 9cabf397e6943b02bc9041f5b863eaa9862d54e9 (patch) | |
tree | b42238631a2895e1073cf97cb1bd312fe3c20346 /app-crypt/libu2f-host | |
parent | Bump to latest aufs, genpatches and linux release; drop old (diff) | |
download | gentoo-2-9cabf397e6943b02bc9041f5b863eaa9862d54e9.tar.gz gentoo-2-9cabf397e6943b02bc9041f5b863eaa9862d54e9.tar.bz2 gentoo-2-9cabf397e6943b02bc9041f5b863eaa9862d54e9.zip |
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild (renamed from app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild) | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/app-crypt/libu2f-host/ChangeLog b/app-crypt/libu2f-host/ChangeLog index a4482dadb2de..fa5295ae5b4b 100644 --- a/app-crypt/libu2f-host/ChangeLog +++ b/app-crypt/libu2f-host/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/libu2f-host -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.9 2014/12/26 13:24:46 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.10 2015/04/14 06:50:07 jlec Exp $ + +*libu2f-host-0.0.4 (14 Apr 2015) + + 14 Apr 2015; Justin Lecher <jlec@gentoo.org> +libu2f-host-0.0.4.ebuild, + -libu2f-host-0.0.1-r2.ebuild: + Version Bump; drop old *libu2f-host-0.0.2 (26 Dec 2014) diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild index e24e27bd6d8f..9e88f177bdcb 100644 --- a/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild,v 1.1 2014/11/10 17:01:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild,v 1.1 2015/04/14 06:50:07 jlec Exp $ EAPI=5 @@ -10,12 +10,13 @@ DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library" HOMEPAGE="https://developers.yubico.com/libu2f-host/" SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="kernel_linux static-libs systemd" -RDEPEND="dev-libs/hidapi +RDEPEND=" + dev-libs/hidapi dev-libs/json-c" DEPEND="${RDEPEND} virtual/pkgconfig" |