summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-10-23 16:38:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-10-23 16:38:55 +0000
commit2c4d83172e0fa0fb9ac35c00e440f59c0ca1ca62 (patch)
tree832ba8e34d56ad7c7e53c654bc3d1859b636ee03 /sys-auth
parentmake_language_..._lines: declare more variables as local, these are used in T... (diff)
downloadhistorical-2c4d83172e0fa0fb9ac35c00e440f59c0ca1ca62.tar.gz
historical-2c4d83172e0fa0fb9ac35c00e440f59c0ca1ca62.tar.bz2
historical-2c4d83172e0fa0fb9ac35c00e440f59c0ca1ca62.zip
Add libyubikey, proxy-maintained by Brant Gurganus. Ebuild and patch from bug #342103, updated for style and repoman.
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/libyubikey/ChangeLog11
-rw-r--r--sys-auth/libyubikey/Manifest15
-rw-r--r--sys-auth/libyubikey/files/libyubikey-1.6-rpath.patch12
-rw-r--r--sys-auth/libyubikey/libyubikey-1.6.ebuild26
-rw-r--r--sys-auth/libyubikey/metadata.xml16
-rw-r--r--sys-auth/ykpers/Manifest15
6 files changed, 95 insertions, 0 deletions
diff --git a/sys-auth/libyubikey/ChangeLog b/sys-auth/libyubikey/ChangeLog
new file mode 100644
index 000000000000..77e21b750cb8
--- /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ò <flameeyes@gentoo.org>
+ +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 000000000000..32e326199c20
--- /dev/null
+++ b/sys-auth/libyubikey/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX libyubikey-1.6-rpath.patch 319 RMD160 44556070dbacc28421a331cfc9b7712f0bccfe79 SHA1 c0acd38c16284be85256900907f90efb136977b1 SHA256 4351ca6cb99747837858fa6f21bc106f0845536aff2ce590a5879c34fb0c5d11
+DIST libyubikey-1.6.tar.gz 295778 RMD160 8a7f06b55ac66e443d1c234f4ede1d5800e2cf99 SHA1 151ea1eba21b9f3137c6d8d7dc30566923c01139 SHA256 0a3e3778eec87065d46f931c09e38b8e7a89af7bda92d6d63cd058caa3aeb60a
+EBUILD libyubikey-1.6.ebuild 677 RMD160 5bff3ce099bf139977c48cd290117529cbc034cd SHA1 fc5931a752c7506299dd3322cb97b88b14cbc8cf SHA256 a99eaea475fb97a4ab88d0ce28136e3418787e01bb64584ffe1b27a951affc6f
+MISC ChangeLog 500 RMD160 83806927def30f1586a69cd26b8a573c8b9ebf20 SHA1 64525361346043028cb3daa2349cc0c2baa4e159 SHA256 d812de98b50d8d22a6e84a801e7a8a7ab325880022de48f5aa8c78fbb649f373
+MISC metadata.xml 510 RMD160 5c66c0474993576e09121311a902c78f034ac15b SHA1 175747e2decc215bdace27046db14cead0bd701a SHA256 4589a63534a316abfac4278374d9eb723ddc357a450b94cf5b92f19e0b3aa06e
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.16 (GNU/Linux)
+
+iEYEARECAAYFAkzDD7AACgkQAiZjviIA2XiVwwCfWpuna1PvK8hieMVP50raM8AR
+zxsAoJQO1U7AkRZ/cRpbrpgWtv+JUkn/
+=mvRI
+-----END PGP SIGNATURE-----
diff --git a/sys-auth/libyubikey/files/libyubikey-1.6-rpath.patch b/sys-auth/libyubikey/files/libyubikey-1.6-rpath.patch
new file mode 100644
index 000000000000..9c6432cc9e6e
--- /dev/null
+++ b/sys-auth/libyubikey/files/libyubikey-1.6-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.6.ebuild b/sys-auth/libyubikey/libyubikey-1.6.ebuild
new file mode 100644
index 000000000000..9c3c3fe21c03
--- /dev/null
+++ b/sys-auth/libyubikey/libyubikey-1.6.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 000000000000..e2fed4ff1680
--- /dev/null
+++ b/sys-auth/libyubikey/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</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>
+</pkgmetadata>
diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
new file mode 100644
index 000000000000..8ffa9b9b9546
--- /dev/null
+++ b/sys-auth/ykpers/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX ykpers-1.3.4-rpath.patch 315 RMD160 f71675e6d28be3b997c975a0d45129f0fc1f163b SHA1 9cea8b6d033b9e29d63ddfd2af6c814b3e861c6f SHA256 38cc9a006167364a447db34324e5e098c41c330e5594b5a893ca1b15d44f6c51
+DIST ykpers-1.3.4.tar.gz 368776 RMD160 366cf09e946f2a38ff3ccf4433fcd2c0adefc9dc SHA1 f616e025503dba89b83b1bb9df6d0ee3fbe97a55 SHA256 5a0d2201e927e5e7ae8d1144b31cdd48718f82db48c946a9b57b1f8991bf171c
+EBUILD ykpers-1.3.4.ebuild 832 RMD160 9ea439bc46c518d663c98c5ab4bfb7a15b491f9e SHA1 d5c9b18b55c713772e4d5376f8b600d09d5e340d SHA256 53c02f2f42cc31517a00f92e1b450444569f8d3106bcc54ec464e1e77cbfeb4c
+MISC ChangeLog 482 RMD160 2b9c414156fc73ce8be1c476a620e8b1db0b82f1 SHA1 b9cf4e47f552f78ca21b53cc6eac3328f9e99748 SHA256 a068b65bbda649ce26525c8da938c5a560c19f2a2fda543351914c50a0d0debc
+MISC metadata.xml 510 RMD160 5c66c0474993576e09121311a902c78f034ac15b SHA1 175747e2decc215bdace27046db14cead0bd701a SHA256 4589a63534a316abfac4278374d9eb723ddc357a450b94cf5b92f19e0b3aa06e
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.16 (GNU/Linux)
+
+iEYEARECAAYFAkzDEFcACgkQAiZjviIA2Xiv+gCdFg8YEQFmjRPNn4UTiovAC5w/
+9gMAnRRW+fxDbYMKFTU4wfKd15FJWXzB
+=Afpd
+-----END PGP SIGNATURE-----