jlec 14/12/26 13:23:03 Modified: ChangeLog Added: ykpers-1.16.2.ebuild Log: sys-auth/ykpers: Version Bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.15 sys-auth/ykpers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 20 Nov 2014 07:31:56 -0000 1.14 +++ ChangeLog 26 Dec 2014 13:23:03 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/ykpers # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.14 2014/11/20 07:31:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.15 2014/12/26 13:23:03 jlec Exp $ + +*ykpers-1.16.2 (26 Dec 2014) + + 26 Dec 2014; Justin Lecher <[email protected]> +ykpers-1.16.2.ebuild: + Version Bump *ykpers-1.16.1 (20 Nov 2014) 1.1 sys-auth/ykpers/ykpers-1.16.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.16.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.16.2.ebuild?rev=1.1&content-type=text/plain Index: ykpers-1.16.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.16.2.ebuild,v 1.1 2014/12/26 13:23:03 jlec Exp $ EAPI=5 inherit autotools-utils udev DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" HOMEPAGE="https://github.com/Yubico/yubikey-personalization" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="BSD-2" IUSE="static-libs consolekit" RDEPEND=" >=sys-auth/libyubikey-1.6 virtual/libusb:1" DEPEND="${RDEPEND} virtual/pkgconfig" RDEPEND="${RDEPEND} consolekit? ( sys-auth/consolekit[acl] )" src_install() { DOCS=( doc/. AUTHORS ChangeLog NEWS README ) autotools-utils_src_install use consolekit && udev_dorules *.rules }
