public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/
Date: Fri, 24 Feb 2023 16:54:43 +0000 (UTC)	[thread overview]
Message-ID: <1677257659.b96d2a7f34c03c7e909aff1c2cf1b61880033503.sam@gentoo> (raw)

commit:     b96d2a7f34c03c7e909aff1c2cf1b61880033503
Author:     jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Fri Feb 24 16:20:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:54:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96d2a7f

sys-fs/genfstab: update HOMEPAGE, SRC_URI

Forward genfstab-28 change c5027d8a to stable.

Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/genfstab/Manifest           |  2 +-
 sys-fs/genfstab/genfstab-24.ebuild | 20 ++++++++++++++++----
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
index 0d2d4bb4e161..07e5369c06ff 100644
--- a/sys-fs/genfstab/Manifest
+++ b/sys-fs/genfstab/Manifest
@@ -1,2 +1,2 @@
-DIST genfstab-24.tar.gz 14281 BLAKE2B 93987794ba12e08daefd20ef596e915a70a11a9e641470b6f93873b738b4c4bb22f808513c63e7675cade43b992f308d26f3a2db0b211e99518a3d3702d6b897 SHA512 8c4d40e98b7a35abcd5fb2bf496722aa65819e4124a37385090fa70b55118ea3590ecb4e16f117bf93118a36bf402c4616ba0cb1837869b11db54a827332c661
+DIST genfstab-24.gh.tar.gz 17916 BLAKE2B 07246efbde341dce7dc624c467e3f0bd849bccec46cd27f90f132960526674f44554b1ae7ac89e2d1f603567db4058f8dd465f54297071e89f65845ba07c6499 SHA512 0391bf93fc7c6ef0acefc3a0ce314d8c52542d519e4f88198734d90db9fc9ef23310c0c414c0940703fb6c0f74f6d8f23d1795bb3eed2b2a8ff5a594f00b63e4
 DIST genfstab-28.gh.tar.gz 19736 BLAKE2B bf7bdff39ac113f2f05222b77b3258eba08c399ffec25e6a7125873d1ba1d04309cca6eba2196294a07addfd4c0fe4beee3944a268eb9c135675362506773ac5 SHA512 dc4d457727884c2e5220c3fc4dcea4ea9ebce8e8dceff7473753f3fcbd3fd4c3014c46ea439508e921a5f96d588913ff0ce9bcd813bc37aa16862d1bc0268c5f

diff --git a/sys-fs/genfstab/genfstab-24.ebuild b/sys-fs/genfstab/genfstab-24.ebuild
index a3a79dc071e4..702066b4d0b9 100644
--- a/sys-fs/genfstab/genfstab-24.ebuild
+++ b/sys-fs/genfstab/genfstab-24.ebuild
@@ -1,15 +1,27 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit bash-completion-r1
+
 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}"
+HOMEPAGE="https://github.com/archlinux/arch-install-scripts https://man.archlinux.org/man/genfstab.8"
+SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/arch-install-scripts-tags-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm64 x86"
 
 BDEPEND="app-text/asciidoc"
+
+src_compile() {
+	emake MANS="doc/genfstab.8" BINPROGS="genfstab"
+}
+
+src_install() {
+	dobin genfstab
+	doman doc/genfstab.8
+	newbashcomp completion/genfstab.bash genfstab
+}


             reply	other threads:[~2023-02-24 16:54 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 16:54 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-11-23 15:27 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 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=1677257659.b96d2a7f34c03c7e909aff1c2cf1b61880033503.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