From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A6BB1382C5 for ; Sun, 2 May 2021 15:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7426BE08F3; Sun, 2 May 2021 15:25:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47BB9E08F6 for ; Sun, 2 May 2021 15:25:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDF8F33BE22 for ; Sun, 2 May 2021 15:25:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B5E78F for ; Sun, 2 May 2021 15:25:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619969090.f420a303bf7613fb361f46d0b17cfdae71e00aab.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/genfstab/Manifest sys-fs/genfstab/genfstab-24.ebuild sys-fs/genfstab/metadata.xml X-VCS-Directories: sys-fs/genfstab/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f420a303bf7613fb361f46d0b17cfdae71e00aab X-VCS-Branch: master Date: Sun, 2 May 2021 15:25:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91758cbf-cbf0-4f99-9821-3f86bfcb7e2f X-Archives-Hash: 0018f9753efd8967255432ede2268dbf commit: f420a303bf7613fb361f46d0b17cfdae71e00aab Author: Marco Scardovi scardovi com> AuthorDate: Thu Apr 29 13:48:56 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 2 15:24:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f420a303 sys-fs/genfstab: new package genfstab is a small package that generate a suitable fstab for your gentoo installation, without the effort to do an fstab yourself (and risk doing it wrong) Closes: https://github.com/gentoo/gentoo/pull/20593 Signed-off-by: Marco Scardovi scardovi.com> Signed-off-by: Matt Turner gentoo.org> sys-fs/genfstab/Manifest | 1 + sys-fs/genfstab/genfstab-24.ebuild | 16 ++++++++++++++++ sys-fs/genfstab/metadata.xml | 12 ++++++++++++ 3 files changed, 29 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..0ae2a4346ab --- /dev/null +++ b/sys-fs/genfstab/genfstab-24.ebuild @@ -0,0 +1,16 @@ +# 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 new file mode 100644 index 00000000000..f8ffe025bba --- /dev/null +++ b/sys-fs/genfstab/metadata.xml @@ -0,0 +1,12 @@ + + + + + marco@scardovi.com + Marco Scardovi + + + proxy-maint@gentoo.org + Proxy Maintainers + +