commit:     553eb1ae531c118d0f431634410289c132ca0224
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 12:24:12 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 12:24:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553eb1ae

sys-fs/mtd-utils: drop 2.1.4

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

 sys-fs/mtd-utils/mtd-utils-2.1.4.ebuild | 43 ---------------------------------
 1 file changed, 43 deletions(-)

diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.4.ebuild 
b/sys-fs/mtd-utils/mtd-utils-2.1.4.ebuild
deleted file mode 100644
index 02bb5cdb71a0..000000000000
--- a/sys-fs/mtd-utils/mtd-utils-2.1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
-HOMEPAGE="https://git.infradead.org/?p=mtd-utils.git;a=summary";
-SRC_URI="https://infraroot.at/pub/mtd/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="+lzo xattr +zstd"
-
-DEPEND="
-       sys-apps/util-linux:=
-       sys-libs/zlib:=
-       lzo? ( dev-libs/lzo:= )
-       xattr? ( sys-apps/acl )
-       zstd? ( app-arch/zstd:= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README )
-
-src_prepare() {
-       default
-       sed -i '/if test.*then/s: == : = :' configure || die
-}
-
-src_configure() {
-       econf \
-               $(use_with lzo) \
-               $(use_with xattr) \
-               $(use_with zstd)
-}
-
-src_install() {
-       default
-       doman \
-               jffsX-utils/mkfs.jffs2.1 \
-               ubi-utils/ubinize.8
-}

Reply via email to