commit:     a73f74c2ecbabb6f0b83f1a97b17a960631fa6ff
Author:     Marco Scardovi <mscardovi <AT> icloud <DOT> com>
AuthorDate: Sat Nov 19 14:34:01 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 22:09:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f74c2

sys-fs/genfstab: add 28

Closes: https://github.com/gentoo/gentoo/pull/28339
Signed-off-by: Marco Scardovi <mscardovi <AT> icloud.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-fs/genfstab/Manifest           |  1 +
 sys-fs/genfstab/genfstab-28.ebuild | 15 +++++++++++++++
 sys-fs/genfstab/metadata.xml       | 24 +++++++++++++++++++++++-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
index bc932e1f1131..07b15aebc3e4 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 000000000000..37d18182b30d
--- /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 d85c660dd955..3e783f1deadc 100644
--- a/sys-fs/genfstab/metadata.xml
+++ b/sys-fs/genfstab/metadata.xml
@@ -1,7 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <!-- maintainer-needed -->
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Marco Scardovi</name>
+       </maintainer>
+               <maintainer type="person" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Matt Turner</name>
+       </maintainer>
+       <longdescription lang="en">
+               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.
+       </longdescription>
+       <longdescription lang="it">
+               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.
+       </longdescription>
        <upstream>
                <remote-id type="github">scardracs/genfstab</remote-id>
        </upstream>

Reply via email to