public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs/
Date: Mon,  9 Dec 2019 20:01:49 +0000 (UTC)	[thread overview]
Message-ID: <1575921627.78440e9f92e34f0c4735e0e6f9b711eed915255a.slashbeast@gentoo> (raw)

commit:     78440e9f92e34f0c4735e0e6f9b711eed915255a
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 20:00:27 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 20:00:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78440e9f

sys-fs/mergerfs-2.28.3: added.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 sys-fs/mergerfs/Manifest               |  1 +
 sys-fs/mergerfs/mergerfs-2.28.3.ebuild | 42 ++++++++++++++++++++++++++++++++++
 sys-fs/mergerfs/metadata.xml           | 11 +++++++++
 3 files changed, 54 insertions(+)

diff --git a/sys-fs/mergerfs/Manifest b/sys-fs/mergerfs/Manifest
new file mode 100644
index 00000000000..49068f2d933
--- /dev/null
+++ b/sys-fs/mergerfs/Manifest
@@ -0,0 +1 @@
+DIST mergerfs-2.28.3.tar.gz 294065 BLAKE2B 2e59e00726aec53438d5a5df143ca204069794d68c663a130139102a19e118a54fede1c8eca99199a3e634ffa92cb21c25c30718ea0842826de8a64e876b2819 SHA512 5469b3515464680aa72fc393c218fb038bed31194a933e6736eec478d87a110979323308b642d7f100a5c506534ca75badf4a87a050007cdc77cd2a641217929

diff --git a/sys-fs/mergerfs/mergerfs-2.28.3.ebuild b/sys-fs/mergerfs/mergerfs-2.28.3.ebuild
new file mode 100644
index 00000000000..dbf35a85d89
--- /dev/null
+++ b/sys-fs/mergerfs/mergerfs-2.28.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~x86"
+
+# Vendorized libfuse that's bundled is under LGPL-2.1.
+LICENSE="ISC LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	sys-apps/attr
+	sys-apps/util-linux
+	sys-devel/gettext
+"
+
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	# drop -O2 from those handmade Makefiles.
+	sed -r '/^OPTS[ \t]*=/d' -i Makefile
+
+	# Hand made build system at it's finest.
+	echo -e "#!/bin/sh\ntrue" >tools/update-version
+	echo "#pragma once" >src/version.hpp
+	echo "static const char MERGERFS_VERSION[] = \"${PV}\";" >>src/version.hpp
+}
+
+src_install() {
+	dobin build/mergerfs
+	dosym mergerfs /usr/bin/mount.mergerfs
+	dodoc README.md
+	doman man/mergerfs.1
+}

diff --git a/sys-fs/mergerfs/metadata.xml b/sys-fs/mergerfs/metadata.xml
new file mode 100644
index 00000000000..964e6eaa339
--- /dev/null
+++ b/sys-fs/mergerfs/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">trapexit/mergerfs</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2019-12-09 20:01 UTC|newest]

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

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=1575921627.78440e9f92e34f0c4735e0e6f9b711eed915255a.slashbeast@gentoo \
    --to=slashbeast@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