public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genimage/
Date: Wed, 24 Aug 2022 10:34:54 +0000 (UTC)	[thread overview]
Message-ID: <1661337286.43aa0ef8e5b1f4c5bb7b6fea1ecbf37e9a21d412.jsmolic@gentoo> (raw)

commit:     43aa0ef8e5b1f4c5bb7b6fea1ecbf37e9a21d412
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 20:22:52 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 10:34:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aa0ef8

sys-fs/genimage: new package, add 15

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-fs/genimage/Manifest           |  1 +
 sys-fs/genimage/genimage-15.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 sys-fs/genimage/metadata.xml       | 11 +++++++++++
 3 files changed, 48 insertions(+)

diff --git a/sys-fs/genimage/Manifest b/sys-fs/genimage/Manifest
new file mode 100644
index 000000000000..dd18d7329762
--- /dev/null
+++ b/sys-fs/genimage/Manifest
@@ -0,0 +1 @@
+DIST genimage-15.tar.gz 82983 BLAKE2B d5827a0c9221fb8bb55f8af6cd4bce0c59ee864895577df277bbfa73fff64074265c687d9c7bcabbf6f8cb7658e48dfdc299130136446688903ed1cedc980214 SHA512 dd63872e8a41872e9af2b87efd604f0a9d6946e6ebbc323a0e81052efd6a9668f9ffe77f068c84e38fb27cb1e00bd63e9b2cdebf9526b4bc6c9e0f7e344762a7

diff --git a/sys-fs/genimage/genimage-15.ebuild b/sys-fs/genimage/genimage-15.ebuild
new file mode 100644
index 000000000000..20da57056618
--- /dev/null
+++ b/sys-fs/genimage/genimage-15.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools optfeature
+
+DESCRIPTION="Tool to generate multiple filesystem and flash images from a tree"
+HOMEPAGE="https://github.com/pengutronix/genimage"
+SRC_URI="https://github.com/pengutronix/genimage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-libs/confuse:="
+RDEPEND="${DEPEND}"
+BDEPEND="test? ( sys-apps/fakeroot )"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+pkg_postinst() {
+	optfeature "cpio support" app-arch/cpio
+	optfeature "tar support" app-arch/tar
+	optfeature "qemu support" app-emulation/qemu
+	optfeature "dosfstools support" sys-fs/dosfstools
+	optfeature "cramfs support" sys-fs/cramfs
+	optfeature "genext2fs support" sys-fs/genext2fs
+	optfeature "jffs, ubifs and ubinize support" sys-fs/mtd-utils
+	optfeature "squashfs support" sys-fs/squashfs-tools
+}

diff --git a/sys-fs/genimage/metadata.xml b/sys-fs/genimage/metadata.xml
new file mode 100644
index 000000000000..39daab896f74
--- /dev/null
+++ b/sys-fs/genimage/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>jsmolic@gentoo.org</email>
+		<name>Jakov Smolić</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">pengutronix/genimage</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-08-24 10:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24 10:34 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-24 10:43 [gentoo-commits] repo/gentoo:master commit in: sys-fs/genimage/ Jakov Smolić
2022-09-05 15:18 Jakov Smolić
2022-09-05 15:18 Jakov Smolić
2022-09-05 16:49 Arthur Zamarin
2022-09-05 16:49 Arthur Zamarin
2024-02-24 12:40 Jakov Smolić
2024-07-30 23:44 Jakov Smolić
2024-08-30 15:31 Jakov Smolić
2024-08-30 15:31 Jakov Smolić

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=1661337286.43aa0ef8e5b1f4c5bb7b6fea1ecbf37e9a21d412.jsmolic@gentoo \
    --to=jsmolic@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