public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs/
Date: Sun,  2 Jun 2024 00:32:08 +0000 (UTC)	[thread overview]
Message-ID: <1717287587.4d11154dc0958e9605c3e1356f44841f473be8f0.sam@gentoo> (raw)

commit:     4d11154dc0958e9605c3e1356f44841f473be8f0
Author:     Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Sat Jun  1 21:05:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 00:19:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d11154d

sys-fs/mergerfs: drop 2.35.1

Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/36959
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/mergerfs/Manifest               |  1 -
 sys-fs/mergerfs/mergerfs-2.35.1.ebuild | 52 ----------------------------------
 2 files changed, 53 deletions(-)

diff --git a/sys-fs/mergerfs/Manifest b/sys-fs/mergerfs/Manifest
index 85d47a464e7e..0243441768dc 100644
--- a/sys-fs/mergerfs/Manifest
+++ b/sys-fs/mergerfs/Manifest
@@ -1,3 +1,2 @@
-DIST mergerfs-2.35.1.tar.gz 669100 BLAKE2B 25b442f0451b525509bd908ac1cd2e70ab33db599aab58e2baeca47eeb3a0d0b93f7fddb880e8fdbf1b6928d40c650e0df23c116741cad279cdf169cea000768 SHA512 09de354ae7a7c69f6e873145a754c3ed8a840d59ccc455c8913f2562babbe8787c7eb929c0ea2571b5292928e3cee7b547b0a52cdd833b03e679e11191b4a5b5
 DIST mergerfs-2.36.0.tar.gz 680473 BLAKE2B c0380834c7610724f058bd13b073622082ad8bdf4fe32815cf8a5450d1f962478a6ba3d0033d0ade446861786db6c8d3ae3dbacd6a61a526a79d849b6c7b40e7 SHA512 f20879aa5fb9ab56b1e7bba0e08aacda7e26af7e1fdcf3d57b77a2dce70fda8aa15c20e947dde6ffab3dfae8698005c9d8383c9ab2402cc4ce5de0810ce1298d
 DIST mergerfs-2.40.2.tar.gz 743230 BLAKE2B c248397288465a0acb735040777504a9deca51c5d6b92753bc7ca1dc078bbba69867b93f94c049d5ae1aa75b77410bc228d270267e3550cb3b67226395337dc9 SHA512 b491007ef14ebd9c9193e730cccd7a178fb7d96426066d5a61cc654eae0b81824a3bf25258b1fafd248f4454ebe55787653f3d906cdc2e89a5cd0884db534876

diff --git a/sys-fs/mergerfs/mergerfs-2.35.1.ebuild b/sys-fs/mergerfs/mergerfs-2.35.1.ebuild
deleted file mode 100644
index a534d6068490..000000000000
--- a/sys-fs/mergerfs/mergerfs-2.35.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A featureful union filesystem"
-HOMEPAGE="https://github.com/trapexit/mergerfs"
-
-SRC_URI="https://github.com/trapexit/mergerfs/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 ~riscv x86"
-
-# Vendorized libfuse that's bundled is under LGPL-2.1.
-LICENSE="ISC LGPL-2.1"
-SLOT="0"
-IUSE="+xattr"
-
-DEPEND="
-	xattr? ( sys-apps/attr )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="sys-devel/gettext"
-
-src_prepare() {
-	default
-
-	# Hand made build system at it's finest.
-	echo -e "#!/bin/sh\ntrue" >tools/update-version || die
-	echo "#pragma once" >src/version.hpp || die
-	echo "static const char MERGERFS_VERSION[] = \"${PV}\";" >>src/version.hpp || die
-
-	if ! use xattr; then
-		sed 's%USE_XATTR = 1%USE_XATTR = 0%g' -i Makefile || die
-	fi
-}
-
-src_compile() {
-	# https://bugs.gentoo.org/725978
-	tc-export AR CC CXX
-
-	default
-}
-
-src_install() {
-	dobin build/mergerfs
-	dosym mergerfs /usr/bin/mount.mergerfs
-	dodoc README.md
-	doman man/mergerfs.1
-}


             reply	other threads:[~2024-06-02  0:32 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02  0:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 11:21 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs/ Petr Vaněk
2024-11-01  2:55 Sam James
2024-11-01  2:55 Sam James
2024-06-02  0:32 Sam James
2024-06-02  0:32 Sam James
2023-10-09 20:02 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2023-07-23 16:40 Piotr Karbowski
2023-07-23 16:40 Piotr Karbowski
2023-05-21 13:49 Arthur Zamarin
2023-05-21  0:50 Sam James
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-04-18 21:24 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-03-06 13:04 Arthur Zamarin
2023-03-06 12:52 Arthur Zamarin
2023-01-30 21:53 Piotr Karbowski
2023-01-30 21:53 Piotr Karbowski
2022-12-09 22:32 Sam James
2022-12-09 21:55 Arthur Zamarin
2022-10-13 21:45 Piotr Karbowski
2022-06-24  7:11 Agostino Sarubbo
2022-06-24  7:07 Agostino Sarubbo
2022-06-23 20:51 Piotr Karbowski
2022-03-27 23:20 Piotr Karbowski
2022-01-21 10:03 Jakov Smolić
2022-01-21 10:03 Jakov Smolić
2021-12-30 22:44 Piotr Karbowski
2021-12-30 22:44 Piotr Karbowski
2021-12-05 19:45 Piotr Karbowski
2021-08-19 21:10 Piotr Karbowski
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-03-11 20:34 Piotr Karbowski
2021-02-09 23:34 Piotr Karbowski
2021-02-09 23:34 Piotr Karbowski
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2021-02-03 22:06 Piotr Karbowski
2021-01-05 20:51 Sam James
2020-12-27 23:06 Sam James
2020-12-27 22:49 Piotr Karbowski
2020-12-10 22:23 Piotr Karbowski
2020-10-07  7:09 Agostino Sarubbo
2020-10-04 17:28 Piotr Karbowski
2020-03-08 10:37 Agostino Sarubbo
2020-03-07 20:59 Piotr Karbowski
2020-03-07 19:55 Piotr Karbowski
2019-12-10  9:54 Piotr Karbowski
2019-12-10  9:22 Piotr Karbowski
2019-12-09 20:01 Piotr Karbowski

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=1717287587.4d11154dc0958e9605c3e1356f44841f473be8f0.sam@gentoo \
    --to=sam@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: link
Be 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