From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs-tools/
Date: Fri, 31 Dec 2021 13:35:39 +0000 (UTC) [thread overview]
Message-ID: <1640957737.c1712b92a3593cb96c74818adfc30c589b19ede9.slashbeast@gentoo> (raw)
commit: c1712b92a3593cb96c74818adfc30c589b19ede9
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 13:34:57 2021 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 13:35:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1712b92
sys-fs/mergerfs-tools: new package
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-fs/mergerfs-tools/Manifest | 1 +
.../mergerfs-tools-0_p20210502.ebuild | 31 ++++++++++++++++++++++
sys-fs/mergerfs-tools/metadata.xml | 11 ++++++++
3 files changed, 43 insertions(+)
diff --git a/sys-fs/mergerfs-tools/Manifest b/sys-fs/mergerfs-tools/Manifest
new file mode 100644
index 000000000000..b96ee5a6e6f2
--- /dev/null
+++ b/sys-fs/mergerfs-tools/Manifest
@@ -0,0 +1 @@
+DIST mergerfs-tools-0_p20210502.tar.xz 12876 BLAKE2B 760ae2ebb9017e3bb5508d008bc5726cca4ba1930a7f8ebf752e34ed94d92502c146fe2ab25d88c41d27e3ef94b75497b21e0c62c9e86b0e3872916116c4d67d SHA512 8a3c3e92ecdd1c57b8331a0bebfee11908f1d2361fb35cd906173d2d3fd0ce4195eabfb63aa1edac3c36be254504c25edf87caa0608900f6970551991f7a4a50
diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild
new file mode 100644
index 000000000000..39057e219a0a
--- /dev/null
+++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Optional tools to help manage data in a mergerfs pool"
+HOMEPAGE="https://github.com/trapexit/mergerfs-tools"
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/$PN/$P.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""
+
+src_compile() {
+ # no build system.
+ true
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+}
diff --git a/sys-fs/mergerfs-tools/metadata.xml b/sys-fs/mergerfs-tools/metadata.xml
new file mode 100644
index 000000000000..5dd94d2f63a6
--- /dev/null
+++ b/sys-fs/mergerfs-tools/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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-tools</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-12-31 13:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-31 13:35 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-31 13:45 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs-tools/ Piotr Karbowski
2021-12-31 14:17 Piotr Karbowski
2022-01-01 10:03 Sam James
2022-03-05 16:41 Piotr Karbowski
2022-06-02 2:03 Sam James
2022-10-13 21:45 Piotr Karbowski
2023-02-26 21:30 Piotr Karbowski
2023-08-09 18:14 Piotr Karbowski
2024-06-02 0:32 Sam James
2024-06-02 0:32 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=1640957737.c1712b92a3593cb96c74818adfc30c589b19ede9.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