mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/genfstab: add 28
Closes: https://github.com/gentoo/gentoo/pull/28339 Signed-off-by: Marco Scardovi <mscardovi@icloud.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
8b60696fad
commit
a73f74c2ec
@@ -1 +1,2 @@
|
||||
DIST genfstab-24.tar.gz 14281 BLAKE2B 93987794ba12e08daefd20ef596e915a70a11a9e641470b6f93873b738b4c4bb22f808513c63e7675cade43b992f308d26f3a2db0b211e99518a3d3702d6b897 SHA512 8c4d40e98b7a35abcd5fb2bf496722aa65819e4124a37385090fa70b55118ea3590ecb4e16f117bf93118a36bf402c4616ba0cb1837869b11db54a827332c661
|
||||
DIST genfstab-28.tar.gz 15221 BLAKE2B b389387dc590bf12ab2adb6ebc3656c0b7da30a28196586c051a97be0b79d073510243f6326f76e039e299f1262454d7f6de8df6b9f630d29198cacc8c0f79d9 SHA512 886d34cec807a1112c39c6cdf8163ac270504e183d3a249df227616af8a2837579282ed3f59f7a371e45ad3ba942b6e327ee5aae55345fb486570d972c1d3b35
|
||||
|
||||
15
sys-fs/genfstab/genfstab-28.ebuild
Normal file
15
sys-fs/genfstab/genfstab-28.ebuild
Normal file
@@ -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"
|
||||
@@ -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>mscardovi@icloud.com</email>
|
||||
<name>Marco Scardovi</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="proxy">
|
||||
<email>mattst88@gentoo.org</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>
|
||||
|
||||
Reference in New Issue
Block a user