From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
Date: Fri, 19 May 2023 18:51:19 +0000 (UTC) [thread overview]
Message-ID: <1684418997.32b6dba1e28039b14284bb10dfbe6c9ea04ae811.ceamac@gentoo> (raw)
commit: 32b6dba1e28039b14284bb10dfbe6c9ea04ae811
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Thu May 18 14:05:03 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 18 14:09:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32b6dba1
app-arch/fuse-archive: init
Signed-off-by: NRK <nrk <AT> disroot.org>
app-arch/fuse-archive/Manifest | 1 +
app-arch/fuse-archive/fuse-archive-0.1.14.ebuild | 37 ++++++++++++++++++++++++
app-arch/fuse-archive/metadata.xml | 10 +++++++
3 files changed, 48 insertions(+)
diff --git a/app-arch/fuse-archive/Manifest b/app-arch/fuse-archive/Manifest
new file mode 100644
index 000000000..cb1ac3921
--- /dev/null
+++ b/app-arch/fuse-archive/Manifest
@@ -0,0 +1 @@
+DIST fuse-archive-0.1.14.tar.gz 59066 BLAKE2B f60a9d5c2f722ba1a8a9f853bb268923d16957137dcb503c4b8499415c98ce4f3c55e2db2d77d11e98ecf7539aaaf6851d44499303ec5f286b95cfe0e293b433 SHA512 03bdb9d360e3677dc10e2728919c3c6cdd712487d768db4cd2ccf9f1b7e725828119132bf539f08e54d0fc9df9fa534e4b374a626c4bd1f4ca519e46e90a6a8b
diff --git a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
new file mode 100644
index 000000000..a57506a3e
--- /dev/null
+++ b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
+HOMEPAGE="https://github.com/google/fuse-archive"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/google/fuse-archive.git"
+else
+ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ sys-fs/fuse:0
+ app-arch/libarchive
+"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ dobin out/fuse-archive
+}
+
+# TODO(NRK): enable tests
diff --git a/app-arch/fuse-archive/metadata.xml b/app-arch/fuse-archive/metadata.xml
new file mode 100644
index 000000000..64ed95d08
--- /dev/null
+++ b/app-arch/fuse-archive/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nrk@disroot.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">google/fuse-archive</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-05-19 18:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-19 18:51 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-21 7:23 [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/ Viorel Munteanu
2025-01-06 21:35 David Roman
2025-01-07 12:53 David Roman
2025-01-07 12:53 David Roman
2025-03-06 18:19 Haelwenn Monnier
2025-03-24 9:51 David Roman
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=1684418997.32b6dba1e28039b14284bb10dfbe6c9ea04ae811.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: 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