From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92F2A158017 for ; Thu, 30 Sep 2021 18:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6B64E0973; Thu, 30 Sep 2021 18:45:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D08E8E0973 for ; Thu, 30 Sep 2021 18:45:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC4BE342CB8 for ; Thu, 30 Sep 2021 18:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BBCEEA for ; Thu, 30 Sep 2021 18:45:17 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633027505.e2bebf5c065e98f66cc6737b448a49da4b9115e8.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtd-utils/Manifest sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild X-VCS-Directories: sys-fs/mtd-utils/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e2bebf5c065e98f66cc6737b448a49da4b9115e8 X-VCS-Branch: master Date: Thu, 30 Sep 2021 18:45:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27644a41-5bfa-44c8-ab1c-158ae191fff2 X-Archives-Hash: 6a6b0656b5138692489d4eaed2d931df commit: e2bebf5c065e98f66cc6737b448a49da4b9115e8 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 30 18:42:14 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Sep 30 18:45:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bebf5c sys-fs/mtd-utils: Remove old 2.1.2 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/mtd-utils/Manifest | 1 - sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild | 43 --------------------------------- 2 files changed, 44 deletions(-) diff --git a/sys-fs/mtd-utils/Manifest b/sys-fs/mtd-utils/Manifest index 93bcf24082c..fcefde686ed 100644 --- a/sys-fs/mtd-utils/Manifest +++ b/sys-fs/mtd-utils/Manifest @@ -1,2 +1 @@ -DIST mtd-utils-2.1.2.tar.gz 380333 BLAKE2B 46cccf9cbe870f3415237deaa00a3ff57fbaacc019d4adc69e1ed516e752e58776ed5f53be0d46baef69dff8a0d90e1df5ca32a80ecbb620dd4bb0231f8c94dd SHA512 bd2d61d81f367a1d9f5345fa3985f5403e37fad1c1f811e2ab291b64339170514aa1fbceb89b78ba7a357f8cc3d7ade99796e9318c9624a40e2266fa0b3a9921 DIST mtd-utils-2.1.3.tar.gz 383897 BLAKE2B 75aa73440101bb4bfc753b7e0b8371c141ea6b648aa3928c5c121f4976e01c37770d09da3683376891a9899d46c6ccbb7685b32c70f925e63916c552ae720037 SHA512 68efffda2077e14560b9c0b0e40ce8567aee21096c2a3e19bfb6febc3bc11d56c4ac5682728f08b6d215754e7cb39f956a3ced1f6bde3142f0d6ea8492b9bfda diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild deleted file mode 100644 index 88222eda3de..00000000000 --- a/sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)" -HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary" -SRC_URI="https://github.com/sigma-star/mtd-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="+lzo xattr +zstd" - -DEPEND="!sys-fs/mtd - >=sys-apps/util-linux-2.16 - sys-libs/zlib - lzo? ( dev-libs/lzo ) - xattr? ( sys-apps/acl ) - zstd? ( app-arch/zstd )" -RDEPEND="${DEPEND}" -BDEPEND="sys-devel/libtool" - -DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README ) - -src_prepare() { - default - ./autogen.sh || 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 -}