jlec 14/10/06 07:44:32 Modified: metadata.xml ChangeLog Added: ykpers-1.16.0.ebuild Log: sys-auth/ykpers: Version Bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 sys-auth/ykpers/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykpers/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 17 Mar 2013 17:37:45 -0000 1.5 +++ metadata.xml 6 Oct 2014 07:44:32 -0000 1.6 @@ -13,10 +13,11 @@ <description>Proxy maintainer, CC him on bugs</description> </maintainer> <upstream> - <remote-id type="google-code">yubikey-personalization</remote-id> + <remote-id type="github">Yubico/yubikey-personalization</remote-id> + <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to> </upstream> <use> - <flag name='consolekit'> + <flag name="consolekit"> Use <pkg>sys-auth/consolekit</pkg> and <pkg>virtual/udev</pkg> to allow access to the YubiKey HID device to the console user. </flag> 1.13 sys-auth/ykpers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Aug 2014 02:33:08 -0000 1.12 +++ ChangeLog 6 Oct 2014 07:44:32 -0000 1.13 @@ -1,6 +1,12 @@ # 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.12 2014/08/19 02:33:08 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.13 2014/10/06 07:44:32 jlec Exp $ + +*ykpers-1.16.0 (06 Oct 2014) + + 06 Oct 2014; Justin Lecher <[email protected]> +ykpers-1.16.0.ebuild, + metadata.xml: + Version Bump *ykpers-1.15.2 (19 Aug 2014) 1.1 sys-auth/ykpers/ykpers-1.16.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.16.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykpers/ykpers-1.16.0.ebuild?rev=1.1&content-type=text/plain Index: ykpers-1.16.0.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.0.ebuild,v 1.1 2014/10/06 07:44:32 jlec Exp $ EAPI=5 inherit eutils 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_configure() { econf $(use_enable static-libs static) } DOCS=( AUTHORS ChangeLog NEWS README ) src_install() { default dodoc doc/* prune_libtool_files use consolekit && \ udev_dorules 70-yubikey.rules }
