diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest index bc932e1f1131f..07b15aebc3e43 100644 --- a/sys-fs/genfstab/Manifest +++ b/sys-fs/genfstab/Manifest @@ -1 +1,2 @@ DIST genfstab-24.tar.gz 14281 BLAKE2B 93987794ba12e08daefd20ef596e915a70a11a9e641470b6f93873b738b4c4bb22f808513c63e7675cade43b992f308d26f3a2db0b211e99518a3d3702d6b897 SHA512 8c4d40e98b7a35abcd5fb2bf496722aa65819e4124a37385090fa70b55118ea3590ecb4e16f117bf93118a36bf402c4616ba0cb1837869b11db54a827332c661 +DIST genfstab-28.tar.gz 15221 BLAKE2B b389387dc590bf12ab2adb6ebc3656c0b7da30a28196586c051a97be0b79d073510243f6326f76e039e299f1262454d7f6de8df6b9f630d29198cacc8c0f79d9 SHA512 886d34cec807a1112c39c6cdf8163ac270504e183d3a249df227616af8a2837579282ed3f59f7a371e45ad3ba942b6e327ee5aae55345fb486570d972c1d3b35 diff --git a/sys-fs/genfstab/genfstab-28.ebuild b/sys-fs/genfstab/genfstab-28.ebuild new file mode 100644 index 0000000000000..37d18182b30dc --- /dev/null +++ b/sys-fs/genfstab/genfstab-28.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file" +HOMEPAGE="https://github.com/scardracs/genfstab https://man.archlinux.org/man/genfstab.8" +SRC_URI="https://github.com/scardracs/genfstab/releases/download/${PV}/${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND="app-text/asciidoc" diff --git a/sys-fs/genfstab/metadata.xml b/sys-fs/genfstab/metadata.xml index d85c660dd9552..3e783f1deadc7 100644 --- a/sys-fs/genfstab/metadata.xml +++ b/sys-fs/genfstab/metadata.xml @@ -1,7 +1,29 @@ - + + mscardovi@icloud.com + Marco Scardovi + + + mattst88@gentoo.org + Matt Turner + + + genfstab helps fill in an fstab file by autodetecting all the current + mounts below a given mountpoint and printing them in fstab-compatible + format to standard output. It can be used to persist a manually mounted + filesystem hierarchy and is often used during the initial install and + configuration of an OS. + + + genfstab aiuta a compilare un file fstab rilevando automaticamente + tutti i montaggi correnti al di sotto di un dato punto di montaggio + e stampandoli in un formato compatibile con fstab sullo standard output. + Può essere utilizzato per rendere persistente una gerarchia di file + system montata manualmente e viene spesso utilizzato durante + l'installazione iniziale e la configurazione di un sistema operativo. + scardracs/genfstab