public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kbfs/
Date: Sat, 17 Sep 2016 16:40:22 +0000 (UTC)	[thread overview]
Message-ID: <1474130382.3ffdeac1931b62fdbbec34ae024df9b956d512eb.nicolasbock@gentoo> (raw)

commit:     3ffdeac1931b62fdbbec34ae024df9b956d512eb
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 16:39:12 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 16:39:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffdeac1

app-crypt/kbfs: New package

Package-Manager: portage-2.2.28

 app-crypt/kbfs/kbfs-9999.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 app-crypt/kbfs/metadata.xml     | 11 +++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild
new file mode 100644
index 00000000..fb221bd
--- /dev/null
+++ b/app-crypt/kbfs/kbfs-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Keybase Filesystem (KBFS)"
+HOMEPAGE="https://keybase.io/docs/kbfs"
+EGIT_REPO_URI="https://github.com/keybase/kbfs.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	>=dev-lang/go-1.6:0
+	>=app-crypt/keybase-1.0.17
+	"
+RDEPEND="
+	app-crypt/gnupg"
+
+S="${WORKDIR}/src/github.com/keybase/kbfs"
+
+src_unpack() {
+	git-r3_src_unpack
+	mkdir -p "$(dirname "${S}")" || die
+	ln -s "${WORKDIR}/${P}" "${S}" || die
+}
+
+src_compile() {
+	GOPATH="${WORKDIR}" \
+		go build -v -x \
+		-tags production \
+		-o "${T}/kbfsfuse" \
+		github.com/keybase/kbfs/kbfsfuse
+}
+
+src_install() {
+	dobin "${T}/kbfsfuse"
+}

diff --git a/app-crypt/kbfs/metadata.xml b/app-crypt/kbfs/metadata.xml
new file mode 100644
index 00000000..b925088
--- /dev/null
+++ b/app-crypt/kbfs/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nicolasbock@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+		The official Keybase implementation of the client-side code for the
+		Keybase filesystem (KBFS).
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2016-09-17 16:40 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-17 16:40 Nicolas Bock [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-17 21:22 [gentoo-commits] repo/gentoo:master commit in: app-crypt/kbfs/ Nicolas Bock
2016-09-21  6:27 Patrick Lauer
2017-10-23 12:27 Nicolas Bock
2017-12-27 14:38 Nicolas Bock
2017-12-27 14:40 Nicolas Bock
2017-12-28 12:15 Nicolas Bock
2018-02-20 21:50 Nicolas Bock
2018-02-21 20:03 Nicolas Bock
2018-02-26 13:42 Nicolas Bock
2018-06-09  7:41 Nicolas Bock
2018-06-12 11:26 Nicolas Bock
2018-06-12 11:26 Nicolas Bock
2018-06-13  9:53 Nicolas Bock
2018-06-18  4:30 Nicolas Bock
2018-06-21  9:02 Nicolas Bock
2018-06-21  9:02 Nicolas Bock
2018-07-25 15:16 Nicolas Bock
2018-08-08 11:01 Nicolas Bock
2018-08-08 11:01 Nicolas Bock
2018-08-20 11:22 Nicolas Bock
2018-09-06 19:41 Nicolas Bock
2018-09-26 11:41 Nicolas Bock
2018-10-31 10:22 Nicolas Bock
2018-11-24 15:16 Nicolas Bock
2018-12-04 12:46 Nicolas Bock
2018-12-18 14:05 Nicolas Bock
2019-10-09 12:10 Nicolas Bock
2022-07-26 19:27 David Seifert
2023-02-18 21:58 Nicolas Bock
2023-02-18 22:09 Nicolas Bock

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=1474130382.3ffdeac1931b62fdbbec34ae024df9b956d512eb.nicolasbock@gentoo \
    --to=nicolasbock@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