1
0
Fork 0

app-backup/mkstage4: version bump 0.2

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-02-04 05:40:21 +01:00
parent b0bd24b30d
commit 1b0d36400d
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*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

@ -0,0 +1 @@
DIST mkstage4-0.2.tar.gz 15998 SHA256 d97402d774ff52235e594bbbe6eede2fc0d4acd0b15ad2b1c4b20cffb13b46fd SHA512 31b77782e6b79db1cb1db7baf30a2bd96e828861a9085b257d554d0991ea16299c3cc9a6e3fa2af5738aeb3ffbd040f6627af3510ccb8fd744b59658acc2dd55 WHIRLPOOL 10a41c897abb9a8cea010c9877881b11ebbeb5e38243cf729aa19fef30897c17df73dca9a5025143c6c612a995daee3b895b6f0cbed585b62a5d5690fa484fe8

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</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 to create stage 4 tarballs either for the
running system, or a system at a specified mount point. It is
highly parameterized allowing the exclusion of sensitive user
data.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/mkstage4</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,21 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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=""
DEPEND=""
RDEPEND="app-shells/bash
app-arch/tar"
src_install() {
newbin mkstage4.sh mkstage4
}