Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/google-drive-ocamlfuse/
Date: Tue, 31 May 2022 17:02:09
Message-Id: 1654016424.091f665632f2667180d24651ffb74b2ca2fc1f42.Alessandro-Barbieri@gentoo
1 commit: 091f665632f2667180d24651ffb74b2ca2fc1f42
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 17:00:24 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 31 17:00:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=091f6656
7
8 sys-fs/google-drive-ocamlfuse: add 0.7.29
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-fs/google-drive-ocamlfuse/Manifest | 1 +
13 .../google-drive-ocamlfuse-0.7.29.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 24eac4e81..2901b5081 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.27.tar.gz 97799 BLAKE2B b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b SHA512 ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c
22 +DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
23
24 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
25 new file mode 100644
26 index 000000000..540886355
27 --- /dev/null
28 +++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
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 )"