public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/
Date: Sat,  9 Jun 2018 13:24:24 +0000 (UTC)	[thread overview]
Message-ID: <1528550308.c0f8c8980b28149d97a3e0ef1d35dc821fa1bb63.mgorny@gentoo> (raw)

commit:     c0f8c8980b28149d97a3e0ef1d35dc821fa1bb63
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat May 12 00:39:44 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 13:18:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f8c898

app-backup/mkstage4: new ebuild

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8354

 app-backup/mkstage4/Manifest             |  1 +
 app-backup/mkstage4/metadata.xml         | 21 +++++++++++++++++++++
 app-backup/mkstage4/mkstage4-0.1.ebuild  | 21 +++++++++++++++++++++
 app-backup/mkstage4/mkstage4-9999.ebuild | 23 +++++++++++++++++++++++
 4 files changed, 66 insertions(+)

diff --git a/app-backup/mkstage4/Manifest b/app-backup/mkstage4/Manifest
new file mode 100644
index 00000000000..d2b56985a6a
--- /dev/null
+++ b/app-backup/mkstage4/Manifest
@@ -0,0 +1 @@
+DIST mkstage4-0.1.tar.gz 15220 BLAKE2B 43f091615d4fbb19495c2103729556ec307501f93c60bd0df676f710868d932dc7bb7e0a1c2f6613d0cc2edc266f9b9f7b74e534e84a7d41a4bf4f66c09f98e4 SHA512 e42d23ffe214c9fef8dde94f8b8faa32490e9e553f182f042a2c4d713a72031c9560e291b6231a0ced812e43f80a58cb3fa5bfdc4ad7e132d7ea7c74525d64c5

diff --git a/app-backup/mkstage4/metadata.xml b/app-backup/mkstage4/metadata.xml
new file mode 100644
index 00000000000..352e903207e
--- /dev/null
+++ b/app-backup/mkstage4/metadata.xml
@@ -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>

diff --git a/app-backup/mkstage4/mkstage4-0.1.ebuild b/app-backup/mkstage4/mkstage4-0.1.ebuild
new file mode 100644
index 00000000000..10464eafc25
--- /dev/null
+++ b/app-backup/mkstage4/mkstage4-0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+}

diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild b/app-backup/mkstage4/mkstage4-9999.ebuild
new file mode 100644
index 00000000000..6cb479448e6
--- /dev/null
+++ b/app-backup/mkstage4/mkstage4-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 mkstage4.sh mkstage4
+}


             reply	other threads:[~2018-06-09 13:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-09 13:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06  6:20 [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/ Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2020-04-10  7:10 Joonas Niilola
2020-04-10  7:10 Joonas Niilola
2022-09-20  2:40 Yixun Lan
2023-01-09 13:13 Joonas Niilola
2023-01-09 13:13 Joonas Niilola
2023-01-09 13:13 Joonas Niilola
2023-04-03  7:42 Viorel Munteanu
2023-04-03  7:42 Viorel Munteanu
2023-04-03  7:42 Viorel Munteanu
2023-05-28  7:28 Joonas Niilola
2023-05-28  7:28 Joonas Niilola
2024-02-13 15:36 Joonas Niilola

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=1528550308.c0f8c8980b28149d97a3e0ef1d35dc821fa1bb63.mgorny@gentoo \
    --to=mgorny@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