summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarco Scardovi <mscardovi@icloud.com>2022-12-21 11:56:46 +0100
committerMatt Turner <mattst88@gentoo.org>2022-12-21 10:13:04 -0500
commitd7b6c6d85d6235535904b293484e6f5d8077fe1e (patch)
tree41bd8ebc7acd06fad80d1f8e5fa4ea237ad20e98 /sys-fs
parentsys-fs/genfstab: revbump to r1, add missing awk requirement, enable test (diff)
downloadgentoo-d7b6c6d85d6235535904b293484e6f5d8077fe1e.tar.gz
gentoo-d7b6c6d85d6235535904b293484e6f5d8077fe1e.tar.bz2
gentoo-d7b6c6d85d6235535904b293484e6f5d8077fe1e.zip
sys-fs/genfstab: drop 28
Signed-off-by: Marco Scardovi <mscardovi@icloud.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/genfstab/genfstab-28.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-fs/genfstab/genfstab-28.ebuild b/sys-fs/genfstab/genfstab-28.ebuild
deleted file mode 100644
index 37d18182b30d..000000000000
--- a/sys-fs/genfstab/genfstab-28.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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"