* [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
@ 2022-07-15 2:30 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2022-07-15 2:30 UTC (permalink / raw
To: gentoo-commits
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>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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
@ 2022-07-23 4:13 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-23 4:13 UTC (permalink / raw
To: gentoo-commits
commit: 9ca5e013b6b12de1e9b56e90712d904959680cb5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 04:12:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 04:12:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca5e013
sys-fs/google-drive-ocamlfuse: [QA] fix dtd URL (HTTP->HTTPS)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/google-drive-ocamlfuse/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/google-drive-ocamlfuse/metadata.xml b/sys-fs/google-drive-ocamlfuse/metadata.xml
index e8eac55251e2..f3bfd6d0e892 100644
--- a/sys-fs/google-drive-ocamlfuse/metadata.xml
+++ b/sys-fs/google-drive-ocamlfuse/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
@ 2023-01-30 19:52 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-01-30 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 0cb7c6db06c59d0946101510dbc1f94f7009b6b6
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 19:51:51 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:52:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb7c6db
sys-fs/google-drive-ocamlfuse: add 0.7.30
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sys-fs/google-drive-ocamlfuse/Manifest | 1 +
.../google-drive-ocamlfuse-0.7.30.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
index 4177ad68e223..48c9b62d13d7 100644
--- a/sys-fs/google-drive-ocamlfuse/Manifest
+++ b/sys-fs/google-drive-ocamlfuse/Manifest
@@ -1 +1,2 @@
DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
+DIST google-drive-ocamlfuse-0.7.30.gh.tar.gz 98849 BLAKE2B 89ff486cc13d86b67ef4ceda769ff7e144d91cf8c4ce67a8d8fb011f7a26a2c21e802c71dbb8bda50b871de089cd6c70762bcb9640c841c84dcd8696b011ebee SHA512 4182ab3697b84afa983ea033f6de7f94a3482f2c9c9024c875feeee0ed196dbe33c97fa88a0a86c818b55f30eddd1f3d9ab674dd4a6df2a1f8abcfc793f4d4b3
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
new file mode 100644
index 000000000000..95bdbd6fd5f6
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
@ 2024-11-19 20:54 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-11-19 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 39a93261bdd1802de0483c03802b3bdf1e0415e7
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 20:53:45 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 20:53:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a93261
sys-fs/google-drive-ocamlfuse: add 0.7.32
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sys-fs/google-drive-ocamlfuse/Manifest | 1 +
.../google-drive-ocamlfuse-0.7.32.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
index 48c9b62d13d7..a656ab238b44 100644
--- a/sys-fs/google-drive-ocamlfuse/Manifest
+++ b/sys-fs/google-drive-ocamlfuse/Manifest
@@ -1,2 +1,3 @@
DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
DIST google-drive-ocamlfuse-0.7.30.gh.tar.gz 98849 BLAKE2B 89ff486cc13d86b67ef4ceda769ff7e144d91cf8c4ce67a8d8fb011f7a26a2c21e802c71dbb8bda50b871de089cd6c70762bcb9640c841c84dcd8696b011ebee SHA512 4182ab3697b84afa983ea033f6de7f94a3482f2c9c9024c875feeee0ed196dbe33c97fa88a0a86c818b55f30eddd1f3d9ab674dd4a6df2a1f8abcfc793f4d4b3
+DIST google-drive-ocamlfuse-0.7.32.gh.tar.gz 100268 BLAKE2B 21d1fed8e605afdf5dcce41ee26b786031cf9a958d1b0794d172d9bfacd7efc290a7411bd5c5505faae8d61a19438ac06bd8ddf7044babbac0b50dc690499d6e SHA512 b33bd010fafb28659c0a7f33a04d02a2402dbac23688efebce15fc86c0fb038f771a94da4d828bb72041bdbae9a10b60fce6db6dc32fa895a82f5cfca4ff2845
diff --git a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.32.ebuild b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.32.ebuild
new file mode 100644
index 000000000000..efdc7bcfe84b
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.32.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/
@ 2025-03-13 19:53 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2025-03-13 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 7632a4b387f99bcbf0024ce29e73c9af80844941
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 19:53:13 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 19:53:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7632a4b3
sys-fs/google-drive-ocamlfuse: drop 0.7.29, 0.7.30
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sys-fs/google-drive-ocamlfuse/Manifest | 2 --
.../google-drive-ocamlfuse-0.7.29.ebuild | 34 ----------------------
.../google-drive-ocamlfuse-0.7.30.ebuild | 34 ----------------------
3 files changed, 70 deletions(-)
diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
index a656ab238b44..838f73085882 100644
--- a/sys-fs/google-drive-ocamlfuse/Manifest
+++ b/sys-fs/google-drive-ocamlfuse/Manifest
@@ -1,3 +1 @@
-DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
-DIST google-drive-ocamlfuse-0.7.30.gh.tar.gz 98849 BLAKE2B 89ff486cc13d86b67ef4ceda769ff7e144d91cf8c4ce67a8d8fb011f7a26a2c21e802c71dbb8bda50b871de089cd6c70762bcb9640c841c84dcd8696b011ebee SHA512 4182ab3697b84afa983ea033f6de7f94a3482f2c9c9024c875feeee0ed196dbe33c97fa88a0a86c818b55f30eddd1f3d9ab674dd4a6df2a1f8abcfc793f4d4b3
DIST google-drive-ocamlfuse-0.7.32.gh.tar.gz 100268 BLAKE2B 21d1fed8e605afdf5dcce41ee26b786031cf9a958d1b0794d172d9bfacd7efc290a7411bd5c5505faae8d61a19438ac06bd8ddf7044babbac0b50dc690499d6e SHA512 b33bd010fafb28659c0a7f33a04d02a2402dbac23688efebce15fc86c0fb038f771a94da4d828bb72041bdbae9a10b60fce6db6dc32fa895a82f5cfca4ff2845
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
deleted file mode 100644
index 540886355a64..000000000000
--- a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.29.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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/google-drive-ocamlfuse-0.7.30.ebuild b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild
deleted file mode 100644
index 95bdbd6fd5f6..000000000000
--- a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.30.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-13 19:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 19:53 [gentoo-commits] repo/gentoo:master commit in: sys-fs/google-drive-ocamlfuse/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 20:54 Alfredo Tupone
2023-01-30 19:52 Alfredo Tupone
2022-07-23 4:13 Sam James
2022-07-15 2:30 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox