summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-06-04 21:40:03 +0200
committerMatt Turner <mattst88@gentoo.org>2021-06-12 22:56:02 -0700
commit37115e2ad68c81fc819e0e569c3efd68da0ad71d (patch)
tree1fe26dcb66e876ca3c377272430a6911a5778706 /sys-fs
parentapp-misc/piper: needs dev-python/pygobject built with USE=cairo (diff)
downloadgentoo-37115e2ad68c81fc819e0e569c3efd68da0ad71d.tar.gz
gentoo-37115e2ad68c81fc819e0e569c3efd68da0ad71d.tar.bz2
gentoo-37115e2ad68c81fc819e0e569c3efd68da0ad71d.zip
sys-fs/genfstab: Add new package
Closes: https://github.com/gentoo/gentoo/pull/21123 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/genfstab/Manifest1
-rw-r--r--sys-fs/genfstab/genfstab-24.ebuild15
-rw-r--r--sys-fs/genfstab/metadata.xml15
3 files changed, 31 insertions, 0 deletions
diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
new file mode 100644
index 000000000000..bc932e1f1131
--- /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 000000000000..7773f1880dce
--- /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 000000000000..a45016676e49
--- /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>marco@scardovi.com</email>
+ <name>Marco Scardovi</name>
+ </maintainer>
+ <maintainer type="person" proxied="proxy">
+ <email>mattst88@gentoo.org</email>
+ <name>Matt Turner</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">scardracs/genfstab</remote-id>
+ </upstream>
+</pkgmetadata>