diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-20 08:15:16 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-20 08:15:16 +0300 |
commit | 199ce8daf5f519d79f2c4ea9f574aacd2eac4798 (patch) | |
tree | 75207cdbc93491146ef623c6d8c773fe4df7d04b /sys-fs/genfstab | |
parent | profiles/profiles.desc: comment-out old ppc64 little-endian profiles (diff) | |
download | gentoo-199ce8daf5f519d79f2c4ea9f574aacd2eac4798.tar.gz gentoo-199ce8daf5f519d79f2c4ea9f574aacd2eac4798.tar.bz2 gentoo-199ce8daf5f519d79f2c4ea9f574aacd2eac4798.zip |
Revert "sys-fs/genfstab: new package"
This reverts commit f420a303bf7613fb361f46d0b17cfdae71e00aab.
Package added by a non project member, and wasn't acked by P-M project prior.
We currently don't have the capacity to add new packages via P-M that aren't
in high demand, as we're constantly lagging behind dealing with existing
contributions. Please add these to GURU for now as we attempt to clear the
work queue.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/genfstab')
-rw-r--r-- | sys-fs/genfstab/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/genfstab/genfstab-24.ebuild | 16 | ||||
-rw-r--r-- | sys-fs/genfstab/metadata.xml | 12 |
3 files changed, 0 insertions, 29 deletions
diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest deleted file mode 100644 index bc932e1f1131..000000000000 --- a/sys-fs/genfstab/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 0ae2a4346aba..000000000000 --- a/sys-fs/genfstab/genfstab-24.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.git https://man.archlinux.org/man/genfstab.8" -SRC_URI="https://github.com/scardracs/${PN}/releases/download/${PV}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2" -SLOT="0" - -S="${WORKDIR}" - -BDEPEND="app-text/asciidoc" diff --git a/sys-fs/genfstab/metadata.xml b/sys-fs/genfstab/metadata.xml deleted file mode 100644 index f8ffe025bba5..000000000000 --- a/sys-fs/genfstab/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -</pkgmetadata> |