commit:     37115e2ad68c81fc819e0e569c3efd68da0ad71d
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun  4 19:40:03 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 05:56:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37115e2a

sys-fs/genfstab: Add new package

Closes: https://github.com/gentoo/gentoo/pull/21123
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
new file mode 100644
index 00000000000..bc932e1f113
--- /dev/null
+++ b/sys-fs/genfstab/Manifest
@@ -0,0 +1 @@
+DIST genfstab-24.tar.gz 14281 BLAKE2B 
93987794ba12e08daefd20ef596e915a70a11a9e641470b6f93873b738b4c4bb22f808513c63e7675cade43b992f308d26f3a2db0b211e99518a3d3702d6b897
 SHA512 
8c4d40e98b7a35abcd5fb2bf496722aa65819e4124a37385090fa70b55118ea3590ecb4e16f117bf93118a36bf402c4616ba0cb1837869b11db54a827332c661

diff --git a/sys-fs/genfstab/genfstab-24.ebuild 
b/sys-fs/genfstab/genfstab-24.ebuild
new file mode 100644
index 00000000000..7773f1880dc
--- /dev/null
+++ b/sys-fs/genfstab/genfstab-24.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
new file mode 100644
index 00000000000..a45016676e4
--- /dev/null
+++ b/sys-fs/genfstab/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <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>
+       <upstream>
+               <remote-id type="github">scardracs/genfstab</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to