zerochaos 14/08/19 02:32:27 Modified: ChangeLog Added: libyubikey-1.12.ebuild Log: version bump, bug 513944 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.7 sys-auth/libyubikey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libyubikey/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libyubikey/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libyubikey/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 22 Apr 2013 13:22:12 -0000 1.6 +++ ChangeLog 19 Aug 2014 02:32:27 -0000 1.7 @@ -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 <[email protected]> +libyubikey-1.12.ebuild: + version bump, bug 513944 22 Apr 2013; Rick Farina <[email protected]> libyubikey-1.10.ebuild: tested on ~x86 1.1 sys-auth/libyubikey/libyubikey-1.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libyubikey/libyubikey-1.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libyubikey/libyubikey-1.12.ebuild?rev=1.1&content-type=text/plain Index: libyubikey-1.12.ebuild =================================================================== # 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 )
