jlec 15/04/14 07:23:59 Modified: ChangeLog Added: ykclient-2.14.ebuild Removed: ykclient-2.8.ebuild ykclient-2.9.ebuild ykclient-2.12.ebuild Log: Version Bump, drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.9 sys-auth/ykclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 6 Oct 2014 08:03:56 -0000 1.8 +++ ChangeLog 14 Apr 2015 07:23:59 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for sys-auth/ykclient -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.8 2014/10/06 08:03:56 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.9 2015/04/14 07:23:59 jlec Exp $ + +*ykclient-2.14 (14 Apr 2015) + + 14 Apr 2015; Justin Lecher <j...@gentoo.org> +ykclient-2.14.ebuild, + -ykclient-2.12.ebuild, -ykclient-2.8.ebuild, -ykclient-2.9.ebuild: + Version Bump, drop old *ykclient-2.13 (06 Oct 2014) 1.1 sys-auth/ykclient/ykclient-2.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.14.ebuild?rev=1.1&content-type=text/plain Index: ykclient-2.14.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.14.ebuild,v 1.1 2015/04/14 07:23:59 jlec Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="Yubico C client library" SRC_URI="http://opensource.yubico.com/yubico-c-client/releases/${P}.tar.gz" HOMEPAGE="https://github.com/Yubico/yubico-c-client" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="BSD-2" IUSE="static-libs" RDEPEND=">=net-misc/curl-7.21.1" DEPEND="${RDEPEND}" # Tests require an active network connection, we don't want to run them RESTRICT="test"