From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/
Date: Sat, 23 Nov 2024 15:27:35 +0000 (UTC) [thread overview]
Message-ID: <1732375604.95ec0cefeaeda1554abed733561775f3a4deabfa.sam@gentoo> (raw)
commit: 95ec0cefeaeda1554abed733561775f3a4deabfa
Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Fri Nov 22 05:54:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 15:26:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ec0cef
sys-fs/genfstab: add 29
Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/genfstab/Manifest | 1 +
sys-fs/genfstab/genfstab-29.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
index 8fa0f1e957d1..0e37b43b7ddb 100644
--- a/sys-fs/genfstab/Manifest
+++ b/sys-fs/genfstab/Manifest
@@ -1 +1,2 @@
DIST arch-install-scripts-v28.tar.gz 19730 BLAKE2B 0ff5ba79b200ad642e049ec19217cc5c0794d627a28f42e03c0df2444fef4d8488a6ee011d26fb8fe958c1a1a2fa0a13920567e394b2389c772f516b1fe8f388 SHA512 09a027b04b70e01ccd1fd82e3a443c876bdf978b94a922de9dea4dbc187360460ea35720816724b72fc31b02338b11bf39b47ec9156518a8a3ade000530bf1df
+DIST arch-install-scripts-v29.tar.bz2 19418 BLAKE2B 733d326fd5b2948fc30d4c8e4752e855b8babe73698019825bf828334d07e0c3527534d5f58248f701b6aeda41425c2c6869da77506be891a493c3871f3c5e1f SHA512 39239dcdcdf8cf9ef72b7a16f2c42133baa8791c9d2753a35818236d92a0327d0aacd399013a06548739000556481ce6608106280f185006140fea9468157066
diff --git a/sys-fs/genfstab/genfstab-29.ebuild b/sys-fs/genfstab/genfstab-29.ebuild
new file mode 100644
index 000000000000..0c5a2ce911a1
--- /dev/null
+++ b/sys-fs/genfstab/genfstab-29.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shell-completion
+
+DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file"
+HOMEPAGE="https://gitlab.archlinux.org/archlinux/arch-install-scripts https://man.archlinux.org/man/genfstab.8"
+SRC_URI="https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v${PV}/arch-install-scripts-v${PV}.tar.bz2"
+
+S="${WORKDIR}/arch-install-scripts-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ app-alternatives/awk
+ app-text/asciidoc
+ sys-devel/m4
+"
+
+src_test() {
+ emake MANS="doc/genfstab.8" BINPROGS="genfstab" check
+}
+
+src_compile() {
+ emake MANS="doc/genfstab.8" BINPROGS="genfstab"
+}
+
+src_install() {
+ dobin genfstab
+ doman doc/genfstab.8
+ newbashcomp completion/bash/genfstab genfstab
+ newzshcomp completion/zsh/_genfstab _genfstab
+}
next reply other threads:[~2024-11-23 15:27 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 15:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 15:27 [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/ Sam James
2024-01-30 18:30 Sam James
2024-01-30 9:20 Sam James
2024-01-26 2:09 Ionen Wolkens
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-23 19:13 Arthur Zamarin
2024-01-23 18:58 Arthur Zamarin
2024-01-09 2:55 Sam James
2024-01-05 18:16 Arthur Zamarin
2024-01-05 10:14 Jakov Smolić
2024-01-05 8:18 Sam James
2024-01-05 8:16 Sam James
2024-01-05 8:14 Sam James
2023-12-19 7:31 Joonas Niilola
2023-12-18 7:21 Joonas Niilola
2023-12-18 1:09 Sam James
2023-12-18 0:11 Sam James
2023-09-12 19:28 WANG Xuerui
2023-03-03 5:45 Matt Turner
2023-02-24 18:58 Sam James
2023-02-24 18:58 Sam James
2023-02-24 16:54 Sam James
2023-02-24 16:54 Sam James
2023-02-24 16:54 Sam James
2023-02-24 15:55 Sam James
2023-01-14 23:25 Sam James
2022-12-21 15:13 Matt Turner
2022-12-21 15:13 Matt Turner
2022-12-21 15:13 Matt Turner
2022-11-29 22:09 Matt Turner
2022-11-17 12:36 Joonas Niilola
2022-05-10 18:50 Mike Gilbert
2021-11-29 7:12 Joonas Niilola
2021-11-26 23:22 Matt Turner
2021-07-13 20:05 Sam James
2021-07-11 20:51 Sam James
2021-07-11 8:58 Agostino Sarubbo
2021-06-13 5:56 Matt Turner
2021-05-20 5:19 Joonas Niilola
2021-05-02 15:25 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1732375604.95ec0cefeaeda1554abed733561775f3a4deabfa.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox