public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/
Date: Sun, 28 May 2023 07:28:13 +0000 (UTC)	[thread overview]
Message-ID: <1685258889.36c38c4256d5db804c9029a120398f5d13e70dfc.juippis@gentoo> (raw)

commit:     36c38c4256d5db804c9029a120398f5d13e70dfc
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri May 26 02:49:20 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 28 07:28:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c38c42

app-backup/mkstage4: drop 0.3.1

Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/31167
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/app-backup/mkstage4/Manifest b/app-backup/mkstage4/Manifest
index 640a11d329eb..1d734204de8c 100644
--- a/app-backup/mkstage4/Manifest
+++ b/app-backup/mkstage4/Manifest
@@ -1,4 +1,3 @@
-DIST mkstage4-0.3.1.tar.gz 19416 BLAKE2B d9d2ec0d9c3aba6331e2500f927cdeace8b728a535f9cc4b4cb8ea93fb7dea2bc5f95be5dbea76c9948836f35bea832a9fdb2acea34518f9a4b5a456507973e0 SHA512 f58c89d0d9cc3a65cfa62cc18b0c5f172a69d4b4582e839e98ecd52cafd584395a91e5531ceb171dacd5e4975d6858ae91c5f97a26b62dab0f4ab809f7bcd4c0
 DIST mkstage4-0.4.2.tar.gz 19860 BLAKE2B d5ab8c0bfd79796ec0f5310a52ed3ba6290b6cc11272a3d69408617f84758981b912628c5f796c1db5129a23db26049e14bf289e6f63f95e2877ab983e568c87 SHA512 2b481950f443e8f62ba837fe3d4238db79299776f3a115696e999a484ff6bb664bc54c74e61d31ff8d827c8c9c1174225d613d39ab5d93e0106725889990bd6d
 DIST mkstage4-0.4.3.tar.gz 20529 BLAKE2B 4d75765c0d8308443e26ab9f565e6e463a9e89dd820b659f18d596d1af428837cbc30fe7067979ab0340f5370e490c6c487b579ab5ece72b3b9b2f4f2eea818d SHA512 baf6b3d8a67020984805aa7b7d7d948e2b075cd258bb84c08e48c133e274fe2f4e26154e186f351163b188bbd1f89ee4476603f92035ba40dda0acdfafa962fd
 DIST mkstage4-0.4.tar.gz 19769 BLAKE2B 833b343f8d8deba2914c24aad07b802f551102f598fa6b149ad2aa8df3b96d189b8a29be8904e510cc4200609b4a2a19d83c510c58745b734898a119ae259313 SHA512 13f867c45fe9891754e62f2204e35260ce9c6a756eddea807800cce5cb5d9e7a1b21c27dd0d5142a13bc8b88c441cf618ba5ce6827a0644f6468759062a9e34c

diff --git a/app-backup/mkstage4/mkstage4-0.3.1.ebuild b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
deleted file mode 100644
index c860d58880b0..000000000000
--- a/app-backup/mkstage4/mkstage4-0.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 -r tests/* || die
-}


             reply	other threads:[~2023-05-28  7:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28  7:28 Joonas Niilola [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-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
2022-09-20  2:40 Yixun Lan
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=1685258889.36c38c4256d5db804c9029a120398f5d13e70dfc.juippis@gentoo \
    --to=juippis@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