summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-10 03:42:32 +0100
committerSam James <sam@gentoo.org>2021-08-10 03:59:23 +0100
commitcebaa0a766d1cb93511c7b7b33a61c060647df0d (patch)
tree3bb2791732519f835029a21b3e04da7eb5a9bd4d /sys-fs/archivemount
parentsys-fs/avfs: add 1.1.4 (diff)
downloadgentoo-cebaa0a766d1cb93511c7b7b33a61c060647df0d.tar.gz
gentoo-cebaa0a766d1cb93511c7b7b33a61c060647df0d.tar.bz2
gentoo-cebaa0a766d1cb93511c7b7b33a61c060647df0d.zip
sys-fs/archivemount: add 0.9.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/archivemount')
-rw-r--r--sys-fs/archivemount/Manifest1
-rw-r--r--sys-fs/archivemount/archivemount-0.9.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/sys-fs/archivemount/Manifest b/sys-fs/archivemount/Manifest
index e8a45195d2e4..c9a4202f3b95 100644
--- a/sys-fs/archivemount/Manifest
+++ b/sys-fs/archivemount/Manifest
@@ -1 +1,2 @@
DIST archivemount-0.8.12.tar.gz 131934 BLAKE2B f4fda78f3f91fa2586795807ef616fd8eb67e224d99bcdfbd80ec59b851770a5c914c25786a183ce0dc9e8cf35b628ecd56bd35b181f2b51b4eb7f0bb727839c SHA512 4ce9e7ec8585b07d5bf48df41cc4a1b4ba7fe2268864ec70c445a6b9c21237f267a19814f00c5ef5a940a90ebaa47c9626aff1dbbff6fbb22e2c260da666ccd9
+DIST archivemount-0.9.1.tar.gz 133251 BLAKE2B 18c7a1ceb415524d88c737cd23eba87ca10e057fee64c81d22c7249df4b5a844d767931532bfe51367bc5c4274027dea9582d9403f34802c13e5faa88ce93fae SHA512 ecfa8abc1dcae34c855f9a2943113ddd3eb1b81011f23ef6a8dddd344c1db44b132683a1181f17b5691a783df764523ee0d2b802202d93890dcbdb78bee53522
diff --git a/sys-fs/archivemount/archivemount-0.9.1.ebuild b/sys-fs/archivemount/archivemount-0.9.1.ebuild
new file mode 100644
index 000000000000..52cfe022b50a
--- /dev/null
+++ b/sys-fs/archivemount/archivemount-0.9.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Mount archives using libarchive and FUSE"
+HOMEPAGE="https://www.cybernoia.de/software/archivemount.html https://github.com/cybernoid/archivemount"
+SRC_URI="https://www.cybernoia.de/software/archivemount/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-arch/libarchive:=
+ sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}