diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-10-06 08:03:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-10-06 08:03:56 +0000 |
commit | 9436509943dc1fb77bedb22ed8f861ad71f5b718 (patch) | |
tree | 594ed60972b93b5b5e1813986a21ef48d9b121f7 /sys-auth/ykclient | |
parent | sys-auth/ykclient: Version Bump (diff) | |
download | gentoo-2-9436509943dc1fb77bedb22ed8f861ad71f5b718.tar.gz gentoo-2-9436509943dc1fb77bedb22ed8f861ad71f5b718.tar.bz2 gentoo-2-9436509943dc1fb77bedb22ed8f861ad71f5b718.zip |
sys-auth/ykclient: Version Bump
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-auth/ykclient')
-rw-r--r-- | sys-auth/ykclient/ChangeLog | 10 | ||||
-rw-r--r-- | sys-auth/ykclient/metadata.xml | 28 | ||||
-rw-r--r-- | sys-auth/ykclient/ykclient-2.13.ebuild | 22 |
3 files changed, 44 insertions, 16 deletions
diff --git a/sys-auth/ykclient/ChangeLog b/sys-auth/ykclient/ChangeLog index 16bcea3af5c3..918c57428ebd 100644 --- a/sys-auth/ykclient/ChangeLog +++ b/sys-auth/ykclient/ChangeLog @@ -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 <jlec@gentoo.org> +ykclient-2.13.ebuild, + metadata.xml: + Version Bump *ykclient-2.12 (28 Oct 2013) diff --git a/sys-auth/ykclient/metadata.xml b/sys-auth/ykclient/metadata.xml index d076ea9287f5..e6f04aadd7b8 100644 --- a/sys-auth/ykclient/metadata.xml +++ b/sys-auth/ykclient/metadata.xml @@ -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>brant@gurganus.name</email> - <name>Brant Gurganus</name> - <description>Proxied co-maintainer, assign bugs to him</description> - </maintainer> - <maintainer> - <email>flameeyes@gentoo.org</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>brant@gurganus.name</email> + <name>Brant Gurganus</name> + <description>Proxied co-maintainer, assign bugs to him</description> + </maintainer> + <maintainer> + <email>flameeyes@gentoo.org</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> diff --git a/sys-auth/ykclient/ykclient-2.13.ebuild b/sys-auth/ykclient/ykclient-2.13.ebuild new file mode 100644 index 000000000000..d7eca3a6444b --- /dev/null +++ b/sys-auth/ykclient/ykclient-2.13.ebuild @@ -0,0 +1,22 @@ +# 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" |