jlec 14/10/06 08:03:56 Modified: metadata.xml ChangeLog Added: ykclient-2.13.ebuild Log: sys-auth/ykclient: Version Bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 sys-auth/ykclient/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 17 Mar 2013 17:36:43 -0000 1.4 +++ metadata.xml 6 Oct 2014 08:03:56 -0000 1.5 @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>proxy-maintainers</herd> - <maintainer> - <email>[email protected]</email> - <name>Brant Gurganus</name> - <description>Proxied co-maintainer, assign bugs to him</description> - </maintainer> - <maintainer> - <email>[email protected]</email> - <name>Diego Elio Pettenò</name> - <description>Proxy maintainer, CC him on bugs</description> - </maintainer> - <upstream> - <remote-id type="google-code">yubico-c-client</remote-id> - </upstream> + <herd>proxy-maintainers</herd> + <maintainer> + <email>[email protected]</email> + <name>Brant Gurganus</name> + <description>Proxied co-maintainer, assign bugs to him</description> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Diego Elio Pettenò</name> + <description>Proxy maintainer, CC him on bugs</description> + </maintainer> + <upstream> + <remote-id type="google-code">yubico-c-client</remote-id> + </upstream> </pkgmetadata> 1.8 sys-auth/ykclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 28 Oct 2013 13:41:26 -0000 1.7 +++ ChangeLog 6 Oct 2014 08:03:56 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for sys-auth/ykclient -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.7 2013/10/28 13:41:26 zerochaos Exp $ +# 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 $ + +*ykclient-2.13 (06 Oct 2014) + + 06 Oct 2014; Justin Lecher <[email protected]> +ykclient-2.13.ebuild, + metadata.xml: + Version Bump *ykclient-2.12 (28 Oct 2013) 1.1 sys-auth/ykclient/ykclient-2.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/ykclient/ykclient-2.13.ebuild?rev=1.1&content-type=text/plain Index: ykclient-2.13.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.13.ebuild,v 1.1 2014/10/06 08:03:56 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"
