public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-server/
Date: Tue, 28 Jun 2016 21:41:01 +0000 (UTC)	[thread overview]
Message-ID: <1467149924.aab1c58653908468c8182326c1775ae57e38f00d.gokturk@gentoo> (raw)

commit:     aab1c58653908468c8182326c1775ae57e38f00d
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 02:36:44 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 21:38:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab1c586

app-crypt/libu2f-server: initial commit of U2F server library in C

Package-Manager: portage-2.2.28

 app-crypt/libu2f-server/Manifest                   |  1 +
 app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild | 45 ++++++++++++++++++++++
 app-crypt/libu2f-server/metadata.xml               | 12 ++++++
 3 files changed, 58 insertions(+)

diff --git a/app-crypt/libu2f-server/Manifest b/app-crypt/libu2f-server/Manifest
new file mode 100644
index 0000000..99e0f4f
--- /dev/null
+++ b/app-crypt/libu2f-server/Manifest
@@ -0,0 +1 @@
+DIST libu2f-server-1.0.1.tar.xz 268648 SHA256 a618f59051209d6d70c24cf42d64c9b67bd7dd5946b6dbd2c649181d7e8f1f6e SHA512 51020722f49f787c793808b667e91923bde46e9137bfe5065106f83bcdb678e8d11cca12cb605d9622cafc15a9794c9080cf08e2a704293a791ab6f27ac47f47 WHIRLPOOL a8f4a50be8c9c09446ac6517e9e7a6609c0306aedeb683f911f89ac63a16cee2b88d7b551a1a8e20182a3c7cfa72ee86ce1d5105256e42c19affb2ad201139ea

diff --git a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
new file mode 100644
index 0000000..e05b3ea
--- /dev/null
+++ b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="Yubico Universal 2nd Factor (U2F) server C Library"
+HOMEPAGE="https://developers.yubico.com/libu2f-server/"
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs test"
+
+RDEPEND="
+	dev-libs/openssl:0=[${MULTILIB_USEDEP}]
+	dev-libs/hidapi[${MULTILIB_USEDEP}]
+	dev-libs/json-c[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	myeconfargs=(
+		--disable-h2a # tarball already contains the manpage
+		$(use_enable static-libs static)
+	)
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	default
+	prune_libtool_files
+}

diff --git a/app-crypt/libu2f-server/metadata.xml b/app-crypt/libu2f-server/metadata.xml
new file mode 100644
index 0000000..2d0a0e3
--- /dev/null
+++ b/app-crypt/libu2f-server/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>shirk+gentoo@bitspin.org</email>
+    <name>René Köcher</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>gokturk@gentoo.org</email>
+    <name>Göktürk Yüksek</name>
+  </maintainer>
+</pkgmetadata>


             reply	other threads:[~2016-06-28 21:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 21:41 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-30  2:48 [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-server/ Göktürk Yüksek
2017-01-27 19:14 Göktürk Yüksek
2017-12-19 21:45 Thomas Deutschmann
2018-04-04 15:21 Aaron Bauman
2018-04-05 23:19 Thomas Deutschmann
2018-04-22  2:32 Göktürk Yüksek
2019-06-05 19:23 Göktürk Yüksek
2021-04-30 12:41 Mikle Kolyada
2021-08-10  0:22 Göktürk Yüksek
2021-08-10  0:22 Göktürk Yüksek
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-20  9:31 Marek Szuba
2021-11-19 11:32 Marek Szuba
2021-11-19 17:50 Jakov Smolić
2021-11-19 21:58 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467149924.aab1c58653908468c8182326c1775ae57e38f00d.gokturk@gentoo \
    --to=gokturk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox