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/libyubikey
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/libyubikey')
-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
5 files changed, 80 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>