commit:     cc6913cc2a642074668e5794a96401c728aa357a
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 02:29:46 2022 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 02:30:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6913cc

sys-fs/google-drive-ocamlfuse: initial commit

Closes: https://bugs.gentoo.org/488106
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sys-fs/google-drive-ocamlfuse/Manifest             |  1 +
 .../google-drive-ocamlfuse-0.7.29.ebuild           | 34 ++++++++++++++++++++++
 sys-fs/google-drive-ocamlfuse/metadata.xml         | 16 ++++++++++
 3 files changed, 51 insertions(+)

diff --git a/sys-fs/google-drive-ocamlfuse/Manifest 
b/sys-fs/google-drive-ocamlfuse/Manifest
new file mode 100644
index 000000000000..4177ad68e223
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/Manifest
@@ -0,0 +1 @@
+DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 
7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b
 SHA512 
562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9

diff --git a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild 
b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild
new file mode 100644
index 000000000000..540886355a64
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="FUSE filesystem over Google Drive"
+HOMEPAGE="
+       https://github.com/astrada/google-drive-ocamlfuse
+       https://opam.ocaml.org/packages/google-drive-ocamlfuse/
+"
+SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RDEPEND="
+       >=dev-ml/gapi-ocaml-0.4.2:=
+       >=dev-ml/ocamlfuse-2.7.1:=
+       dev-ml/cryptokit:=
+       dev-ml/extlib:=
+       dev-ml/ocaml-sqlite3:=
+       >=dev-ml/tiny_httpd-0.6:=
+"
+DEPEND="
+       ${RDEPEND}
+       dev-ml/camlidl:=
+       test? ( dev-ml/ounit2 )
+"
+
+RESTRICT="!test? ( test )"

diff --git a/sys-fs/google-drive-ocamlfuse/metadata.xml 
b/sys-fs/google-drive-ocamlfuse/metadata.xml
new file mode 100644
index 000000000000..e8eac55251e2
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>ML</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/astrada/google-drive-ocamlfuse/issues</bugs-to>
+    <remote-id type="github">astrada/google-drive-ocamlfuse</remote-id>
+    <maintainer>
+      <name>Alessandro Strada</name>
+      <email>[email protected]</email>
+    </maintainer>
+  </upstream>
+</pkgmetadata>

Reply via email to