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 5C3911382C5 for ; Sun, 13 Jun 2021 05:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62FA8E0867; Sun, 13 Jun 2021 05:56:17 +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 2FB5EE0867 for ; Sun, 13 Jun 2021 05:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8FD5F340A35 for ; Sun, 13 Jun 2021 05:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CE274A0 for ; Sun, 13 Jun 2021 05:56:13 +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: <1623563762.37115e2ad68c81fc819e0e569c3efd68da0ad71d.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: 37115e2ad68c81fc819e0e569c3efd68da0ad71d X-VCS-Branch: master Date: Sun, 13 Jun 2021 05:56:13 +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: 9ded5c97-6261-40e0-b9b1-ecb4b099db5b X-Archives-Hash: 94277ff8c5bb27a28d5099a3c6607690 commit: 37115e2ad68c81fc819e0e569c3efd68da0ad71d Author: Marco Scardovi scardovi com> AuthorDate: Fri Jun 4 19:40:03 2021 +0000 Commit: Matt Turner gentoo 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 scardovi.com> Signed-off-by: Matt Turner 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 @@ + + + + + marco@scardovi.com + Marco Scardovi + + + mattst88@gentoo.org + Matt Turner + + + scardracs/genfstab + +