summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-06 21:29:54 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-06 21:33:06 +0300
commit56d7005b1e2d318c88fef1c924db0bc0304167c4 (patch)
treef08dea2912a186ab2e6dfec191dfe1298aded60c /app-backup
parentmedia-tv/v4l-utils: treeclean (diff)
downloadgentoo-56d7005b1e2d318c88fef1c924db0bc0304167c4.tar.gz
gentoo-56d7005b1e2d318c88fef1c924db0bc0304167c4.tar.bz2
gentoo-56d7005b1e2d318c88fef1c924db0bc0304167c4.zip
app-backup/mkstage4: treeclean
Closes: https://bugs.gentoo.org/891403 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/mkstage4/Manifest3
-rw-r--r--app-backup/mkstage4/metadata.xml14
-rw-r--r--app-backup/mkstage4/mkstage4-0.4.2.ebuild30
-rw-r--r--app-backup/mkstage4/mkstage4-0.4.3.ebuild31
-rw-r--r--app-backup/mkstage4/mkstage4-0.4.ebuild30
-rw-r--r--app-backup/mkstage4/mkstage4-9999.ebuild32
6 files changed, 0 insertions, 140 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
-}