Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
Date: Mon, 30 Jan 2023 19:52:37
Message-Id: 1675108338.0cb7c6db06c59d0946101510dbc1f94f7009b6b6.tupone@gentoo
1 commit: 0cb7c6db06c59d0946101510dbc1f94f7009b6b6
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:51:51 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 19:52:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb7c6db
7
8 sys-fs/google-drive-ocamlfuse: add 0.7.30
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 sys-fs/google-drive-ocamlfuse/Manifest | 1 +
13 .../google-drive-ocamlfuse-0.7.30.ebuild | 34 ++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
17 index 4177ad68e223..48c9b62d13d7 100644
18 --- a/sys-fs/google-drive-ocamlfuse/Manifest
19 +++ b/sys-fs/google-drive-ocamlfuse/Manifest
20 @@ -1 +1,2 @@
21 DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
22 +DIST google-drive-ocamlfuse-0.7.30.gh.tar.gz 98849 BLAKE2B 89ff486cc13d86b67ef4ceda769ff7e144d91cf8c4ce67a8d8fb011f7a26a2c21e802c71dbb8bda50b871de089cd6c70762bcb9640c841c84dcd8696b011ebee SHA512 4182ab3697b84afa983ea033f6de7f94a3482f2c9c9024c875feeee0ed196dbe33c97fa88a0a86c818b55f30eddd1f3d9ab674dd4a6df2a1f8abcfc793f4d4b3
23
24 diff --git a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild
25 new file mode 100644
26 index 000000000000..95bdbd6fd5f6
27 --- /dev/null
28 +++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit dune findlib
36 +
37 +DESCRIPTION="FUSE filesystem over Google Drive"
38 +HOMEPAGE="
39 + https://github.com/astrada/google-drive-ocamlfuse
40 + https://opam.ocaml.org/packages/google-drive-ocamlfuse/
41 +"
42 +SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0/${PV}"
46 +KEYWORDS="~amd64"
47 +IUSE="ocamlopt test"
48 +
49 +RDEPEND="
50 + >=dev-ml/gapi-ocaml-0.4.2:=
51 + >=dev-ml/ocamlfuse-2.7.1:=
52 + dev-ml/cryptokit:=
53 + dev-ml/extlib:=
54 + dev-ml/ocaml-sqlite3:=
55 + >=dev-ml/tiny_httpd-0.6:=
56 +"
57 +DEPEND="
58 + ${RDEPEND}
59 + dev-ml/camlidl:=
60 + test? ( dev-ml/ounit2 )
61 +"
62 +
63 +RESTRICT="!test? ( test )"