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: Fri, 30 Aug 2024 15:31:32 +0000 (UTC)	[thread overview]
Message-ID: <1725031141.d5f6f8f94e70b45537d73b0c440db6ab1d02b1aa.jsmolic@gentoo> (raw)

commit:     d5f6f8f94e70b45537d73b0c440db6ab1d02b1aa
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 15:19:01 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 15:19:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f6f8f9

sys-fs/genimage: drop 16, 17

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

 sys-fs/genimage/Manifest           |  2 --
 sys-fs/genimage/genimage-16.ebuild | 42 --------------------------------------
 sys-fs/genimage/genimage-17.ebuild | 42 --------------------------------------
 3 files changed, 86 deletions(-)

diff --git a/sys-fs/genimage/Manifest b/sys-fs/genimage/Manifest
index 765e3a0efa63..9ed8a66b2ba0 100644
--- a/sys-fs/genimage/Manifest
+++ b/sys-fs/genimage/Manifest
@@ -1,3 +1 @@
-DIST genimage-16.tar.gz 87544 BLAKE2B 822c1b5901ed3fa19e33961e6e9e718f961d6c0a2315dcb4301aea3cccad6368a03d48ab5b5713592bdd096e78e7d24c03e8016a1470c7864ace71e3341b16a4 SHA512 7cb079d6ae889a744e2a3596b0eac737f7fdf1734c2024c71bb5ff85b93bff1d8ec26d61ee5b210aad4f0f9137968a6e256492c8c8376bafe2c5da2d12985a73
-DIST genimage-17.tar.gz 94853 BLAKE2B 371f35be1f47ecc012adcac5e6138f8bf32b097fd508b599d788d3a1af3fd0ccb9a213d0dc683ecc6e11f762e6376cf3a2683dec3fefd26e70ceebc48e7d2814 SHA512 b02415e030e2ef9ace40b965935e2634c208db4f4d401e1a824aa6dcf06c9656ba060d66e4a3a4306216ec74ce2ddcea4647bb68eb61a3bf4e9aadb1ff0d73ef
 DIST genimage-18.tar.gz 98409 BLAKE2B dc73d2cca8166939e803834490fd55de66d235df0bb0dfef0c79810bfd619fc8683715241719b2fa94d19bf3870863c3aacbd6f2dd50cf41200d5990104ffd3d SHA512 70cacbb0ce081bd6e941f79e00e2c92839909e254d2f74b1eddd4e5d5d6d5177f80745df9bc132fa9b0c901e184d37c1c89113238a0b357412704dba0c367211

diff --git a/sys-fs/genimage/genimage-16.ebuild b/sys-fs/genimage/genimage-16.ebuild
deleted file mode 100644
index 4becc18f6212..000000000000
--- a/sys-fs/genimage/genimage-16.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools optfeature
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/pengutronix/genimage.git"
-else
-	SRC_URI="https://github.com/pengutronix/genimage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64"
-fi
-
-DESCRIPTION="Tool to generate multiple filesystem and flash images from a tree"
-HOMEPAGE="https://github.com/pengutronix/genimage"
-
-LICENSE="GPL-2"
-SLOT="0"
-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-alternatives/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/genimage-17.ebuild b/sys-fs/genimage/genimage-17.ebuild
deleted file mode 100644
index 4becc18f6212..000000000000
--- a/sys-fs/genimage/genimage-17.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools optfeature
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/pengutronix/genimage.git"
-else
-	SRC_URI="https://github.com/pengutronix/genimage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64"
-fi
-
-DESCRIPTION="Tool to generate multiple filesystem and flash images from a tree"
-HOMEPAGE="https://github.com/pengutronix/genimage"
-
-LICENSE="GPL-2"
-SLOT="0"
-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-alternatives/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
-}


             reply	other threads:[~2024-08-30 15:31 UTC|newest]

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