diff --git a/sys-auth/libyubikey/ChangeLog b/sys-auth/libyubikey/ChangeLog new file mode 100644 index 000000000..77e21b750 --- /dev/null +++ b/sys-auth/libyubikey/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-auth/libyubikey +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/ChangeLog,v 1.1 2010/10/23 16:38:54 flameeyes Exp $ + +*libyubikey-1.6 (23 Oct 2010) + + 23 Oct 2010; Diego E. Pettenò + +libyubikey-1.6.ebuild, +files/libyubikey-1.6-rpath.patch, +metadata.xml: + Add libyubikey, proxy-maintained by Brant Gurganus. Ebuild and patch from + bug #342103, updated for style and repoman. + diff --git a/sys-auth/libyubikey/Manifest b/sys-auth/libyubikey/Manifest new file mode 100644 index 000000000..087691ed6 --- /dev/null +++ b/sys-auth/libyubikey/Manifest @@ -0,0 +1,5 @@ +AUX libyubikey-1.7-rpath.patch 319 RMD160 44556070dbacc28421a331cfc9b7712f0bccfe79 SHA1 c0acd38c16284be85256900907f90efb136977b1 SHA256 4351ca6cb99747837858fa6f21bc106f0845536aff2ce590a5879c34fb0c5d11 +DIST libyubikey-1.7.tar.gz 292961 RMD160 822a3b012c984d77d8f71cb2a852d17517002593 SHA1 d854c862885b9f2b3a968f90091cdc957d1aa638 SHA256 9e92fd8f9ce3ec3bca1cdd445dadec347a996dcb6f16ebf59ae356b3e78b4ad6 +EBUILD libyubikey-1.7.ebuild 677 RMD160 5bff3ce099bf139977c48cd290117529cbc034cd SHA1 fc5931a752c7506299dd3322cb97b88b14cbc8cf SHA256 a99eaea475fb97a4ab88d0ce28136e3418787e01bb64584ffe1b27a951affc6f +MISC ChangeLog 500 RMD160 83806927def30f1586a69cd26b8a573c8b9ebf20 SHA1 64525361346043028cb3daa2349cc0c2baa4e159 SHA256 d812de98b50d8d22a6e84a801e7a8a7ab325880022de48f5aa8c78fbb649f373 +MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b diff --git a/sys-auth/libyubikey/files/libyubikey-1.7-rpath.patch b/sys-auth/libyubikey/files/libyubikey-1.7-rpath.patch new file mode 100644 index 000000000..9c6432cc9 --- /dev/null +++ b/sys-auth/libyubikey/files/libyubikey-1.7-rpath.patch @@ -0,0 +1,12 @@ +Index: libyubikey-1.6/Makefile.am +=================================================================== +--- libyubikey-1.6.orig/Makefile.am ++++ libyubikey-1.6/Makefile.am +@@ -59,7 +59,6 @@ ykgenerate_LDADD = ./libyubikey.la + + # Self tests. + +-AM_LDFLAGS = -no-install + LDADD = libyubikey.la + + check_PROGRAMS = selftest diff --git a/sys-auth/libyubikey/libyubikey-1.7.ebuild b/sys-auth/libyubikey/libyubikey-1.7.ebuild new file mode 100644 index 000000000..9c3c3fe21 --- /dev/null +++ b/sys-auth/libyubikey/libyubikey-1.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/libyubikey-1.6.ebuild,v 1.1 2010/10/23 16:38:54 flameeyes Exp $ + +EAPI=2 +inherit eutils autotools + +DESCRIPTION="Yubico C low-level library" +SRC_URI="http://yubico-c.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="http://code.google.com/p/yubico-c/" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${P}-rpath.patch + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README THANKS || die + find "${D}" -name '*.la' -delete || die +} diff --git a/sys-auth/libyubikey/metadata.xml b/sys-auth/libyubikey/metadata.xml new file mode 100644 index 000000000..7a5c6b97f --- /dev/null +++ b/sys-auth/libyubikey/metadata.xml @@ -0,0 +1,15 @@ + + + + + brant@gurganus.name + Brant Gurganus + Proxied co-maintainer, assign bugs to him + + + + flameeyes@gentoo.org + Diego Elio Pettenò + Proxy maintainer, CC him on bugs + + diff --git a/sys-auth/ykclient/ChangeLog b/sys-auth/ykclient/ChangeLog new file mode 100644 index 000000000..caf9a26b3 --- /dev/null +++ b/sys-auth/ykclient/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-auth/ykclient +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.1 2010/11/20 00:28:32 flameeyes Exp $ + +*ykclient-2.3 (20 Nov 2010) + + 20 Nov 2010; Diego E. Pettenò +ykclient-2.3.ebuild, + +files/ykclient-2.3-rpath.patch, +metadata.xml: + Initial import of ykclient ebuild; ebuild by Brant Gurganus in bug #343551. + diff --git a/sys-auth/ykclient/Manifest b/sys-auth/ykclient/Manifest new file mode 100644 index 000000000..d71ad8866 --- /dev/null +++ b/sys-auth/ykclient/Manifest @@ -0,0 +1,5 @@ +AUX ykclient-2.3-rpath.patch 313 RMD160 b8998f7c4dea33481e7ded063f02dcc6f69e2447 SHA1 1ac7562db2bd59ae96df5e032f768d6a9ac9fc6c SHA256 6f4b0883249a9e122cedea979ebee16c9902f6aa4801e88bf2db31eacc7709cb +DIST ykclient-2.7.tar.gz 344385 RMD160 e6889c346cc5fbbc7f1f7af668b1e44f44653925 SHA1 947e69f165bdcdbb4c5bd746e2251622e7f37bac SHA256 db32bfe16aeb4faac18f8acbc5f712dbe8668164f38773e2eefbfde68b18e0ad +EBUILD ykclient-2.7.ebuild 781 RMD160 76a0d3543838eb61c012f01a09bcabb2ebee52d1 SHA1 dd73a5d75e6b62c41d526bd88eafed871616c2f4 SHA256 1b03b2b027c8525432c5b5977abde21fccbecf03326246dbbd2fdfadd3c32a76 +MISC ChangeLog 446 RMD160 13a00a1d897f77cff396a50defff7454b7c15481 SHA1 225062515f63ce0fe4f6918fe0b4097cd8f4527e SHA256 b941f36176d5140cb18cca68ad16696d7b6254cd117f7d160b917ae9cb00fffe +MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b diff --git a/sys-auth/ykclient/files/ykclient-2.3-rpath.patch b/sys-auth/ykclient/files/ykclient-2.3-rpath.patch new file mode 100644 index 000000000..56e196a96 --- /dev/null +++ b/sys-auth/ykclient/files/ykclient-2.3-rpath.patch @@ -0,0 +1,12 @@ +Index: ykclient-2.3/Makefile.am +=================================================================== +--- ykclient-2.3.orig/Makefile.am ++++ ykclient-2.3/Makefile.am +@@ -54,7 +54,6 @@ ykclient_LDADD = ./libykclient.la + + # Self tests. + +-AM_LDFLAGS = -no-install + LDADD = libykclient.la + + check_PROGRAMS = selftest diff --git a/sys-auth/ykclient/metadata.xml b/sys-auth/ykclient/metadata.xml new file mode 100644 index 000000000..7a5c6b97f --- /dev/null +++ b/sys-auth/ykclient/metadata.xml @@ -0,0 +1,15 @@ + + + + + brant@gurganus.name + Brant Gurganus + Proxied co-maintainer, assign bugs to him + + + + flameeyes@gentoo.org + Diego Elio Pettenò + Proxy maintainer, CC him on bugs + + diff --git a/sys-auth/ykclient/ykclient-2.7.ebuild b/sys-auth/ykclient/ykclient-2.7.ebuild new file mode 100644 index 000000000..fcb4cde95 --- /dev/null +++ b/sys-auth/ykclient/ykclient-2.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.3.ebuild,v 1.1 2010/11/20 00:28:32 flameeyes Exp $ + +EAPI=2 +inherit eutils autotools + +DESCRIPTION="Yubico C client library" +SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="http://code.google.com/p/yubico-c-client/" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="" + +RDEPEND=">=net-misc/curl-7.21.1" +DEPEND="${RDEPEND}" + +# Tests require an active network connection, we don't want to run them +RESTRICT="test" + +src_prepare() { + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README || die + find "${D}" -name '*.la' -delete || die +} diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog new file mode 100644 index 000000000..31ada24fb --- /dev/null +++ b/sys-auth/ykpers/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-auth/ykpers +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ + +*ykpers-1.3.4 (23 Oct 2010) + + 23 Oct 2010; Diego E. Pettenò + +ykpers-1.3.4.ebuild, +files/ykpers-1.3.4-rpath.patch, +metadata.xml: + Add ykpers, proxy-maintained by Brant Gurganus. Ebuild and patch from bug + #342105, updated for style and repoman. + diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest new file mode 100644 index 000000000..cce849760 --- /dev/null +++ b/sys-auth/ykpers/Manifest @@ -0,0 +1,4 @@ +DIST ykpers-1.6.2.tar.gz 399621 RMD160 44aed04d63297baff70fcd266ba5c3a34c6905f2 SHA1 f754497be597573ccc6d0e354b0f3427e486e70e SHA256 6b882a22414e19dd1dbc65f3053cdf63fd5dd2548c7311a10bab3c896cf16275 +EBUILD ykpers-1.6.2.ebuild 793 RMD160 322a4bf690071eadc4fbfabaaedc0a4010e78aa4 SHA1 78eceac8ccdca2dd01644a9a395f7262ad638ba8 SHA256 25f3b741bd1919ed97febdb4eb3c8464e391fcccc1218d41be9c2e801a91d342 +MISC ChangeLog 482 RMD160 2b9c414156fc73ce8be1c476a620e8b1db0b82f1 SHA1 b9cf4e47f552f78ca21b53cc6eac3328f9e99748 SHA256 a068b65bbda649ce26525c8da938c5a560c19f2a2fda543351914c50a0d0debc +MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml new file mode 100644 index 000000000..7a5c6b97f --- /dev/null +++ b/sys-auth/ykpers/metadata.xml @@ -0,0 +1,15 @@ + + + + + brant@gurganus.name + Brant Gurganus + Proxied co-maintainer, assign bugs to him + + + + flameeyes@gentoo.org + Diego Elio Pettenò + Proxy maintainer, CC him on bugs + + diff --git a/sys-auth/ykpers/ykpers-1.6.2.ebuild b/sys-auth/ykpers/ykpers-1.6.2.ebuild new file mode 100644 index 000000000..90dd7cacf --- /dev/null +++ b/sys-auth/ykpers/ykpers-1.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ + +EAPI=2 +inherit eutils autotools + +DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" +SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="http://code.google.com/p/yubikey-personalizaiton/" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="" + +RDEPEND=">=sys-auth/libyubikey-1.6 + >=dev-libs/libusb-1.0.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README doc/* || die + find "${D}" -name '*.la' -delete || die +}