From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gcsfuse/ Date: Sat, 07 Jun 2025 07:55:28 +0000 (UTC) [thread overview] Message-ID: <1749282315.d5ac3d80dec485a2f9f964bc554fa9500c4c2b7a.ceamac@gentoo> (raw) commit: d5ac3d80dec485a2f9f964bc554fa9500c4c2b7a Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 07:44:51 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 07:45:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5ac3d80 sys-fs/gcsfuse: drop 1.2.0 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-fs/gcsfuse/Manifest | 2 -- sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild | 29 ----------------------------- 2 files changed, 31 deletions(-) diff --git a/sys-fs/gcsfuse/Manifest b/sys-fs/gcsfuse/Manifest index 182ec777e2..e3ca5b5107 100644 --- a/sys-fs/gcsfuse/Manifest +++ b/sys-fs/gcsfuse/Manifest @@ -1,4 +1,2 @@ -DIST gcsfuse-1.2.0-vendor.tar.xz 2710988 BLAKE2B d84673e7eb636b8bc6fc687a68ba5121e4e36bcbc552018dcebd25b088cb8deca9611ec33404a6ea4f079a726e01b673f4e374fc04b40c73f99cb3569fd5d50f SHA512 aa6412d71515303b48ea9247a42efb13b1a6c58f785440aa78c1fbd5d2933e7d15bed006c82438b1af9077ae71e6f14c82ba2953dc3310862db861c6b2ae9644 -DIST gcsfuse-1.2.0.tar.gz 447065 BLAKE2B 390c1a2e18c4e0e3074c7a3423323ec46b49162ac4a0247db747cf4378929c6b14485efd0bcc3472e300a90ff530c1cca82c892731bd1981b3cb7844aec57a97 SHA512 6cc808b5796caccea4471639d755f580ca9b029b295bf6a9cd1ee0c19ed91a47adbf4fd99b32f8b28765e6ffad0a9bd91ea27e840c97a308ef43f2091086d53f DIST gcsfuse-2.11.2-vendor.tar.xz 4944360 BLAKE2B 2e435be126f7b21e00a8cba0240fbb5f244c2bc9a1d8ff1737161c11d3f5712af0bbc0ad781264277f47b8af6382ea9a2bf57d62c12be08370c7ce5befdc8977 SHA512 64c2500f93b2c3696f841f3c1919dff72e99060b33ed623c4b8d29a381524cdd001863811a13dd885da120676db6095b3a1e16671939d3be821f1865c01c6066 DIST gcsfuse-2.11.2.tar.gz 825432 BLAKE2B 4860641c0fe2c6d223a1cb210d4110f7e669df6ae60efbd56fa623a4aea5211a18f009b1744175a326a9249ec20d2f9b0feb23e03588b8cd57e5ed40e3d8665f SHA512 c2c97b52eb0d14d760a6bc00acd1b2ba599c061198b858ff91d20a06cbf4e8dcf9386c89cef79ad4ef79f5c9dbaba16599444d00f20780866c15e0f4397cb5a9 diff --git a/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild b/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild deleted file mode 100644 index ee30bd044e..0000000000 --- a/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="A user-space file system for interacting with Google Cloud Storage" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gcsfuse" -SRC_URI="https://github.com/GoogleCloudPlatform/gcsfuse/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz" - -RDEPEND="sys-fs/fuse" -BDEPEND=">=dev-lang/go-1.21.0" - -# generated using dev-go/golicense -LICENSE="Apache-2.0 BSD MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - ego build -ldflags "-X main.gcsfuseVersion=${PV}" -v -x -work -o "${PN}" || die "build failed" -} - -src_install() { - einstalldocs - dodoc -r docs - dobin gcsfuse -}
WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gcsfuse/ Date: Sat, 07 Jun 2025 08:33:45 +0000 (UTC) [thread overview] Message-ID: <1749282315.d5ac3d80dec485a2f9f964bc554fa9500c4c2b7a.ceamac@gentoo> (raw) Message-ID: <20250607083345.qNz2TqEhk6tiVY0s04Hd9obxaPwXa1zvNV5N_5Wlue8@z> (raw) commit: d5ac3d80dec485a2f9f964bc554fa9500c4c2b7a Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 07:44:51 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 07:45:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5ac3d80 sys-fs/gcsfuse: drop 1.2.0 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-fs/gcsfuse/Manifest | 2 -- sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild | 29 ----------------------------- 2 files changed, 31 deletions(-) diff --git a/sys-fs/gcsfuse/Manifest b/sys-fs/gcsfuse/Manifest index 182ec777e2..e3ca5b5107 100644 --- a/sys-fs/gcsfuse/Manifest +++ b/sys-fs/gcsfuse/Manifest @@ -1,4 +1,2 @@ -DIST gcsfuse-1.2.0-vendor.tar.xz 2710988 BLAKE2B d84673e7eb636b8bc6fc687a68ba5121e4e36bcbc552018dcebd25b088cb8deca9611ec33404a6ea4f079a726e01b673f4e374fc04b40c73f99cb3569fd5d50f SHA512 aa6412d71515303b48ea9247a42efb13b1a6c58f785440aa78c1fbd5d2933e7d15bed006c82438b1af9077ae71e6f14c82ba2953dc3310862db861c6b2ae9644 -DIST gcsfuse-1.2.0.tar.gz 447065 BLAKE2B 390c1a2e18c4e0e3074c7a3423323ec46b49162ac4a0247db747cf4378929c6b14485efd0bcc3472e300a90ff530c1cca82c892731bd1981b3cb7844aec57a97 SHA512 6cc808b5796caccea4471639d755f580ca9b029b295bf6a9cd1ee0c19ed91a47adbf4fd99b32f8b28765e6ffad0a9bd91ea27e840c97a308ef43f2091086d53f DIST gcsfuse-2.11.2-vendor.tar.xz 4944360 BLAKE2B 2e435be126f7b21e00a8cba0240fbb5f244c2bc9a1d8ff1737161c11d3f5712af0bbc0ad781264277f47b8af6382ea9a2bf57d62c12be08370c7ce5befdc8977 SHA512 64c2500f93b2c3696f841f3c1919dff72e99060b33ed623c4b8d29a381524cdd001863811a13dd885da120676db6095b3a1e16671939d3be821f1865c01c6066 DIST gcsfuse-2.11.2.tar.gz 825432 BLAKE2B 4860641c0fe2c6d223a1cb210d4110f7e669df6ae60efbd56fa623a4aea5211a18f009b1744175a326a9249ec20d2f9b0feb23e03588b8cd57e5ed40e3d8665f SHA512 c2c97b52eb0d14d760a6bc00acd1b2ba599c061198b858ff91d20a06cbf4e8dcf9386c89cef79ad4ef79f5c9dbaba16599444d00f20780866c15e0f4397cb5a9 diff --git a/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild b/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild deleted file mode 100644 index ee30bd044e..0000000000 --- a/sys-fs/gcsfuse/gcsfuse-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="A user-space file system for interacting with Google Cloud Storage" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gcsfuse" -SRC_URI="https://github.com/GoogleCloudPlatform/gcsfuse/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz" - -RDEPEND="sys-fs/fuse" -BDEPEND=">=dev-lang/go-1.21.0" - -# generated using dev-go/golicense -LICENSE="Apache-2.0 BSD MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - ego build -ldflags "-X main.gcsfuseVersion=${PV}" -v -x -work -o "${PN}" || die "build failed" -} - -src_install() { - einstalldocs - dodoc -r docs - dobin gcsfuse -}
next reply other threads:[~2025-06-07 7:55 UTC|newest] Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-06-07 7:55 Viorel Munteanu [this message] 2025-06-07 8:33 ` [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gcsfuse/ Viorel Munteanu -- strict thread matches above, loose matches on Subject: below -- 2025-06-07 7:55 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu 2023-10-06 14:38 [gentoo-commits] repo/proj/guru:master " David Roman 2023-10-06 13:10 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2023-10-06 13:10 David Roman 2023-05-02 20:19 Mathieu Tortuyaux 2022-06-22 9:50 Mathieu Tortuyaux 2022-04-28 9:08 Mathieu Tortuyaux 2022-04-05 14:32 Mathieu Tortuyaux 2021-12-21 13:55 Mathieu Tortuyaux 2021-12-16 15:11 Mathieu Tortuyaux 2021-12-07 14:12 Mathieu Tortuyaux 2021-08-11 13:55 Mathieu Tortuyaux 2021-06-08 13:09 Mathieu Tortuyaux 2021-04-28 19:11 Mathieu Tortuyaux 2021-04-01 12:57 Mathieu Tortuyaux 2021-03-28 11:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-03-28 11:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-03-26 11:13 Mathieu Tortuyaux 2021-02-24 17:27 Mathieu Tortuyaux 2021-01-21 9:11 Mathieu Tortuyaux 2021-01-14 10:10 Mathieu Tortuyaux 2021-01-14 9:16 Mathieu Tortuyaux 2021-01-13 20:53 Mathieu Tortuyaux
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1749282315.d5ac3d80dec485a2f9f964bc554fa9500c4c2b7a.ceamac@gentoo \ --to=ceamac@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox