public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/google-drive-ocamlfuse/, sys-fs/google-drive-ocamlfuse/files/
  2022-07-20  9:35 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/google-drive-ocamlfuse/, sys-fs/google-drive-ocamlfuse/files/ Andrew Ammerlaan
@ 2022-07-20  9:28 ` Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-07-20  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9768d4e108067d63fbe2c86cac17b6f13b053697
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 09:24:57 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 09:24:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9768d4e1

sys-fs/google-drive-ocamlfuse: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-fs/google-drive-ocamlfuse/Manifest             |  2 --
 .../google-drive-ocamlfuse-0.7.27-ounit2.patch     | 25 ----------------
 .../google-drive-ocamlfuse-0.7.27.ebuild           | 35 ----------------------
 .../google-drive-ocamlfuse-0.7.29.ebuild           | 34 ---------------------
 sys-fs/google-drive-ocamlfuse/metadata.xml         | 16 ----------
 5 files changed, 112 deletions(-)

diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
deleted file mode 100644
index 2901b5081..000000000
--- a/sys-fs/google-drive-ocamlfuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST google-drive-ocamlfuse-0.7.27.tar.gz 97799 BLAKE2B b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b SHA512 ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c
-DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9

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
deleted file mode 100644
index fd7ecf471..000000000
--- a/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
deleted file mode 100644
index 46eee1304..000000000
--- a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild
+++ /dev/null
@@ -1,35 +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}.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/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 540886355..000000000
--- 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/metadata.xml b/sys-fs/google-drive-ocamlfuse/metadata.xml
deleted file mode 100644
index 3630b428e..000000000
--- a/sys-fs/google-drive-ocamlfuse/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</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] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/google-drive-ocamlfuse/, sys-fs/google-drive-ocamlfuse/files/
@ 2022-07-20  9:35 Andrew Ammerlaan
  2022-07-20  9:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-07-20  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9768d4e108067d63fbe2c86cac17b6f13b053697
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 09:24:57 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 09:24:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9768d4e1

sys-fs/google-drive-ocamlfuse: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-fs/google-drive-ocamlfuse/Manifest             |  2 --
 .../google-drive-ocamlfuse-0.7.27-ounit2.patch     | 25 ----------------
 .../google-drive-ocamlfuse-0.7.27.ebuild           | 35 ----------------------
 .../google-drive-ocamlfuse-0.7.29.ebuild           | 34 ---------------------
 sys-fs/google-drive-ocamlfuse/metadata.xml         | 16 ----------
 5 files changed, 112 deletions(-)

diff --git a/sys-fs/google-drive-ocamlfuse/Manifest b/sys-fs/google-drive-ocamlfuse/Manifest
deleted file mode 100644
index 2901b5081..000000000
--- a/sys-fs/google-drive-ocamlfuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST google-drive-ocamlfuse-0.7.27.tar.gz 97799 BLAKE2B b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b SHA512 ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c
-DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9

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
deleted file mode 100644
index fd7ecf471..000000000
--- a/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
deleted file mode 100644
index 46eee1304..000000000
--- a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild
+++ /dev/null
@@ -1,35 +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}.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/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 540886355..000000000
--- 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/metadata.xml b/sys-fs/google-drive-ocamlfuse/metadata.xml
deleted file mode 100644
index 3630b428e..000000000
--- a/sys-fs/google-drive-ocamlfuse/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</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] 2+ messages in thread

end of thread, other threads:[~2022-07-20  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20  9:35 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/google-drive-ocamlfuse/, sys-fs/google-drive-ocamlfuse/files/ Andrew Ammerlaan
2022-07-20  9:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox