commit:     56d7005b1e2d318c88fef1c924db0bc0304167c4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 18:29:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 18:33:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d7005b

app-backup/mkstage4: treeclean

Closes: https://bugs.gentoo.org/891403 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/mkstage4/Manifest              |  3 ---
 app-backup/mkstage4/metadata.xml          | 14 --------------
 app-backup/mkstage4/mkstage4-0.4.2.ebuild | 30 -----------------------------
 app-backup/mkstage4/mkstage4-0.4.3.ebuild | 31 ------------------------------
 app-backup/mkstage4/mkstage4-0.4.ebuild   | 30 -----------------------------
 app-backup/mkstage4/mkstage4-9999.ebuild  | 32 -------------------------------
 profiles/package.mask                     |  6 ------
 7 files changed, 146 deletions(-)

diff --git a/app-backup/mkstage4/Manifest b/app-backup/mkstage4/Manifest
deleted file mode 100644
index 1d734204de8c..000000000000
--- a/app-backup/mkstage4/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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/metadata.xml b/app-backup/mkstage4/metadata.xml
deleted file mode 100644
index d09e2f28fd89..000000000000
--- a/app-backup/mkstage4/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               This is a bash script which can create stage 4 tarballs either
-               for the running system, or a system at a specified mount point.
-               It is highly parameterized allowing among other things the
-               exclusion of sensitive user data.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">TheChymera/mkstage4</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/app-backup/mkstage4/mkstage4-0.4.2.ebuild 
b/app-backup/mkstage4/mkstage4-0.4.2.ebuild
deleted file mode 100644
index 5430aad023b7..000000000000
--- a/app-backup/mkstage4/mkstage4-0.4.2.ebuild
+++ /dev/null
@@ -1,30 +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
-       newbin exstage4.sh exstage4
-       einstalldocs
-}
-
-src_test() {
-       bats -r tests/* || die
-}

diff --git a/app-backup/mkstage4/mkstage4-0.4.3.ebuild 
b/app-backup/mkstage4/mkstage4-0.4.3.ebuild
deleted file mode 100644
index 690249b6cff2..000000000000
--- a/app-backup/mkstage4/mkstage4-0.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 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 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-util/bats )"
-RDEPEND="
-       app-shells/bash
-       app-arch/tar
-"
-
-src_install() {
-       newbin cpstage4.sh cpstage4
-       newbin exstage4.sh exstage4
-       newbin mkstage4.sh mkstage4
-       einstalldocs
-}
-
-src_test() {
-       bats -r tests/* || die
-}

diff --git a/app-backup/mkstage4/mkstage4-0.4.ebuild 
b/app-backup/mkstage4/mkstage4-0.4.ebuild
deleted file mode 100644
index 5430aad023b7..000000000000
--- a/app-backup/mkstage4/mkstage4-0.4.ebuild
+++ /dev/null
@@ -1,30 +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
-       newbin exstage4.sh exstage4
-       einstalldocs
-}
-
-src_test() {
-       bats -r tests/* || die
-}

diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild 
b/app-backup/mkstage4/mkstage4-9999.ebuild
deleted file mode 100644
index d22f71fe4e1b..000000000000
--- a/app-backup/mkstage4/mkstage4-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3
-
-DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
-HOMEPAGE="https://github.com/TheChymera/mkstage4";
-EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       app-shells/bash
-       app-arch/tar
-"
-
-src_install() {
-       newbin cpstage4.sh cpstage4
-       newbin exstage4.sh exstage4
-       newbin mkstage4.sh mkstage4
-       einstalldocs
-}
-
-src_test() {
-       bats -r tests/* || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2498aaae0b38..dc63ea115748 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,12 +233,6 @@ sys-auth/pam_ldap
 dev-libs/libappindicator
 dev-libs/libindicator
 
-# Sam James <[email protected]> (2024-08-02)
-# Unreliable software, unmaintained in Gentoo. Having it in the main
-# repositories may give users an impression of it being a safe tool.
-# Removal on 2024-09-01.
-app-backup/mkstage4
-
 # Eli Schwartz <[email protected]> (2024-07-29)
 # Bad version can result in failing builds. Please upgrade to 72.1.0.
 =dev-python/ensurepip-setuptools-72.0.0

Reply via email to