1
0
Fork 0

app-backup/mkstage4: moved to Gentoo Main

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9abc687ab46755f550a69a3417fd8330b2486f2

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-04-12 05:01:58 -04:00
parent 76cf595b1a
commit d60fcd1867
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 0 additions and 62 deletions

View File

@ -1,13 +0,0 @@
06 Apr 2020; <chymera@gentoo.org> mkstage4-0.3.ebuild:
app-backup/mkstage4: fixes ahead of Gentoo Main
*mkstage4-0.3 (06 Apr 2020)
06 Apr 2020; <chymera@gentoo.org> +mkstage4-0.3.ebuild, -mkstage4-0.2.ebuild,
metadata.xml:
app-backup/mkstage4: version bump 0.3
*mkstage4-0.2 (04 Feb 2020)
04 Feb 2020; <chymera@gentoo.org> +metadata.xml, +mkstage4-0.2.ebuild:
app-backup/mkstage4: version bump 0.2

View File

@ -1 +0,0 @@
DIST mkstage4-0.3.tar.gz 18648 SHA256 5dda4a3511f9dd578d5e13c477eb156487feb80f970fca94943d110b576889ac SHA512 6971bf4b43a2fdef0b54802b010c99e95caf896c8e109c54f5a6beb4db1714ea5639e0859ba3f958eed92b9fc6a3bb613bb82de440729e71e53543d60549d2db WHIRLPOOL dd1f9eb331e2040ca50a4429be46b47a77eaad22e8a5ab1a0e7f3a444de8fd4b66a8adf3f28064564555513b04b5a3caf9c5187d352748b09de32837e8390b5f

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<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>

View File

@ -1,27 +0,0 @@
# Copyright 1999-2020 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"
DEPEND="test? ( dev-util/bats )"
RDEPEND="
app-shells/bash
app-arch/tar
"
src_install() {
newbin mkstage4.sh mkstage4
}
src_test() {
bats tests/* || die
}