public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/
Date: Tue, 20 Sep 2022 02:40:38 +0000 (UTC)	[thread overview]
Message-ID: <1663641621.bf5f5f73cc4abaedfda19cf4856b8c75ef12b312.dlan@gentoo> (raw)

commit:     bf5f5f73cc4abaedfda19cf4856b8c75ef12b312
Author:     Horea Christian <gentoo <AT> chymera <DOT> eu>
AuthorDate: Mon Sep 19 10:06:27 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 02:40:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5f5f73

app-backup/mkstage4: add 0.3.1

Closes: https://github.com/gentoo/gentoo/pull/27354
Signed-off-by: Horea Christian <gentoo <AT> chymera.eu>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-backup/mkstage4/Manifest              |  1 +
 app-backup/mkstage4/mkstage4-0.3.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-backup/mkstage4/Manifest b/app-backup/mkstage4/Manifest
index da37f93a34ab..c5bf5ef2a2df 100644
--- a/app-backup/mkstage4/Manifest
+++ b/app-backup/mkstage4/Manifest
@@ -1 +1,2 @@
+DIST mkstage4-0.3.1.tar.gz 19416 BLAKE2B d9d2ec0d9c3aba6331e2500f927cdeace8b728a535f9cc4b4cb8ea93fb7dea2bc5f95be5dbea76c9948836f35bea832a9fdb2acea34518f9a4b5a456507973e0 SHA512 f58c89d0d9cc3a65cfa62cc18b0c5f172a69d4b4582e839e98ecd52cafd584395a91e5531ceb171dacd5e4975d6858ae91c5f97a26b62dab0f4ab809f7bcd4c0
 DIST mkstage4-0.3.tar.gz 18648 BLAKE2B 3a881bc1ec14f5c9795d49306966b586c30a8b415542fb500b5a2af7735008832ebc64f0a166ea4e2fdb48a555bd789b352784f1b05118116ae3f634937beed6 SHA512 6971bf4b43a2fdef0b54802b010c99e95caf896c8e109c54f5a6beb4db1714ea5639e0859ba3f958eed92b9fc6a3bb613bb82de440729e71e53543d60549d2db

diff --git a/app-backup/mkstage4/mkstage4-0.3.1.ebuild b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
new file mode 100644
index 000000000000..30dce56e4216
--- /dev/null
+++ b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
+HOMEPAGE="https://github.com/TheChymera/mkstage4"
+SRC_URI="https://github.com/TheChymera/mkstage4/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-util/bats )"
+RDEPEND="
+	app-shells/bash
+	app-arch/tar
+"
+
+src_install() {
+	newbin mkstage4.sh mkstage4
+	einstalldocs
+}
+
+src_test() {
+	bats tests/* || die
+}


             reply	other threads:[~2022-09-20  2:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20  2:40 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-13 15:36 [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/ Joonas Niilola
2023-05-28  7:28 Joonas Niilola
2023-05-28  7:28 Joonas Niilola
2023-04-03  7:42 Viorel Munteanu
2023-04-03  7:42 Viorel Munteanu
2023-04-03  7:42 Viorel Munteanu
2023-01-09 13:13 Joonas Niilola
2023-01-09 13:13 Joonas Niilola
2023-01-09 13:13 Joonas Niilola
2020-04-10  7:10 Joonas Niilola
2020-04-10  7:10 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2018-06-09 13:24 Michał Górny

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=1663641621.bf5f5f73cc4abaedfda19cf4856b8c75ef12b312.dlan@gentoo \
    --to=dlan@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