From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7057E15808F for ; Wed, 27 Apr 2022 00:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C516E07DB; Wed, 27 Apr 2022 00:08:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30873E07D4 for ; Wed, 27 Apr 2022 00:08:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 150E03417BA for ; Wed, 27 Apr 2022 00:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF4B434 for ; Wed, 27 Apr 2022 00:08:40 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651018117.2011dc7eecf8d40d2e1acc866b8f99540fa45c2e.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/google-drive-ocamlfuse/files/, sys-fs/google-drive-ocamlfuse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/google-drive-ocamlfuse/Manifest sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild sys-fs/google-drive-ocamlfuse/metadata.xml X-VCS-Directories: sys-fs/google-drive-ocamlfuse/files/ sys-fs/google-drive-ocamlfuse/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 2011dc7eecf8d40d2e1acc866b8f99540fa45c2e X-VCS-Branch: dev Date: Wed, 27 Apr 2022 00:08:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c809f96c-7085-4df9-8c39-2a4cc4027372 X-Archives-Hash: c7c01254d6dd7a90b3720a7433e2def8 commit: 2011dc7eecf8d40d2e1acc866b8f99540fa45c2e Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 27 00:06:29 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 27 00:08:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2011dc7e sys-fs/google-drive-ocamlfuse: new package, add 0.7.27 Signed-off-by: Alessandro Barbieri gmail.com> sys-fs/google-drive-ocamlfuse/Manifest | 1 + .../google-drive-ocamlfuse-0.7.27-ounit2.patch | 25 ++++++++++++++++ .../google-drive-ocamlfuse-0.7.27.ebuild | 35 ++++++++++++++++++++++ sys-fs/google-drive-ocamlfuse/metadata.xml | 16 ++++++++++ 4 files changed, 77 insertions(+) diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest new file mode 100644 index 000000000..24eac4e81 --- /dev/null +++ b/sys-fs/google-drive-ocamlfuse/Manifest @@ -0,0 +1 @@ +DIST google-drive-ocamlfuse-0.7.27.tar.gz 97799 BLAKE2B b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b SHA512 ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c diff --git a/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch b/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch new file mode 100644 index 000000000..fd7ecf471 --- /dev/null +++ b/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch @@ -0,0 +1,25 @@ +diff --git a/google-drive-ocamlfuse.opam b/google-drive-ocamlfuse.opam +index 2280d96..90b0288 100644 +--- a/google-drive-ocamlfuse.opam ++++ b/google-drive-ocamlfuse.opam +@@ -18,7 +18,7 @@ depends: [ + "ocamlfuse" {>= "2.7.1-cvs6"} + "cryptokit" + "extlib" +- "ounit" {with-test} ++ "ounit2" {with-test} + "sqlite3" + "tiny_httpd" + ] +diff --git a/test/dune b/test/dune +index 04b68da..b24c517 100644 +--- a/test/dune ++++ b/test/dune +@@ -1,6 +1,6 @@ + (executable + (flags :standard -w -3) +- (libraries threads google_drive_ocamlfuse oUnit) ++ (libraries threads google_drive_ocamlfuse ounit2) + (name testSuite)) + + (alias diff --git a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild new file mode 100644 index 000000000..46eee1304 --- /dev/null +++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild @@ -0,0 +1,35 @@ +# 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}.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:= +" +DEPEND=" + ${RDEPEND} + dev-ml/camlidl:= + test? ( dev-ml/ounit2 ) +" + +RESTRICT="!test? ( test )" +PATCHES="${FILESDIR}/${P}-ounit2.patch" diff --git a/sys-fs/google-drive-ocamlfuse/metadata.xml b/sys-fs/google-drive-ocamlfuse/metadata.xml new file mode 100644 index 000000000..3630b428e --- /dev/null +++ b/sys-fs/google-drive-ocamlfuse/metadata.xml @@ -0,0 +1,16 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/astrada/google-drive-ocamlfuse/issues + astrada/google-drive-ocamlfuse + + Alessandro Strada + alessandro.strada@gmail.com + + +