diff options
author | Christoph Junghans <junghans@gentoo.org> | 2022-07-14 20:29:46 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2022-07-14 20:30:05 -0600 |
commit | cc6913cc2a642074668e5794a96401c728aa357a (patch) | |
tree | daa6ac1419509bf892b2a7b8ec46eed3587d9299 /sys-fs/google-drive-ocamlfuse | |
parent | dev-util/samurai: Add patch for CVE-2021-30218 (diff) | |
download | gentoo-cc6913cc2a642074668e5794a96401c728aa357a.tar.gz gentoo-cc6913cc2a642074668e5794a96401c728aa357a.tar.bz2 gentoo-cc6913cc2a642074668e5794a96401c728aa357a.zip |
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@gentoo.org>
Diffstat (limited to 'sys-fs/google-drive-ocamlfuse')
-rw-r--r-- | sys-fs/google-drive-ocamlfuse/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild | 34 | ||||
-rw-r--r-- | sys-fs/google-drive-ocamlfuse/metadata.xml | 16 |
3 files changed, 51 insertions, 0 deletions
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>ml@gentoo.org</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>alessandro.strada@gmail.com</email> + </maintainer> + </upstream> +</pkgmetadata> |