public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/
Date: Thu, 26 Aug 2021 22:52:14 +0000 (UTC)	[thread overview]
Message-ID: <1630017992.cc1ef5b07f72b7af52173a678899b4c5d3430a76.sam@gentoo> (raw)

commit:     cc1ef5b07f72b7af52173a678899b4c5d3430a76
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Aug 19 16:44:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 22:46:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1ef5b0

sys-fs/mtd-utils: Version bump to 2.1.3

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/mtd-utils/Manifest               |  1 +
 sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild | 46 +++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/sys-fs/mtd-utils/Manifest b/sys-fs/mtd-utils/Manifest
index 3d9a152fe05..93bcf24082c 100644
--- a/sys-fs/mtd-utils/Manifest
+++ b/sys-fs/mtd-utils/Manifest
@@ -1 +1,2 @@
 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.3.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild
new file mode 100644
index 00000000000..fe9bd2aed2b
--- /dev/null
+++ b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+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-apps/util-linux
+	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
+	eautoreconf
+}
+
+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	other threads:[~2021-08-26 22:52 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 22:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 16:58 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/ Sam James
2024-10-27  6:50 Arthur Zamarin
2024-10-25 21:31 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:25 Sam James
2024-09-26  8:08 Robin H. Johnson
2024-09-25 16:20 Robin H. Johnson
2023-12-31  2:45 Conrad Kostecki
2023-12-23 18:45 Jakov Smolić
2023-12-23 18:45 Jakov Smolić
2023-12-22 13:29 Arthur Zamarin
2023-10-04 18:32 Arthur Zamarin
2023-10-03 22:45 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-09-25 16:52 Jakov Smolić
2023-09-25 16:52 Jakov Smolić
2023-09-14  5:27 WANG Xuerui
2023-09-01 17:11 Robin H. Johnson
2023-05-31  3:26 Sam James
2023-01-09  8:55 Jakov Smolić
2023-01-09  1:54 Sam James
2023-01-08 17:58 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2022-10-07 18:52 Robin H. Johnson
2022-10-07 12:25 Jakov Smolić
2022-10-07  9:35 Agostino Sarubbo
2022-10-05 11:35 Sam James
2022-10-05 11:35 Sam James
2022-10-05  8:03 Arthur Zamarin
2022-10-05  8:03 Arthur Zamarin
2022-10-05  7:56 Arthur Zamarin
2022-02-11 22:45 Jakov Smolić
2022-02-11 20:48 Arthur Zamarin
2022-02-11 19:20 Jakov Smolić
2022-02-11 19:20 Jakov Smolić
2022-02-11 19:19 Arthur Zamarin
2022-02-11 19:07 Jakov Smolić
2022-02-11 19:07 Jakov Smolić
2022-01-12 17:46 Mike Frysinger
2022-01-05 17:34 Arthur Zamarin
2022-01-05 16:12 Arthur Zamarin
2021-09-30 18:45 Jakov Smolić
2021-09-30 18:18 Sam James
2021-09-26  7:28 Agostino Sarubbo
2021-09-26  5:01 Sam James
2021-09-25 19:56 Sam James
2021-08-31  2:23 Yixun Lan
2021-08-27 23:13 Jakov Smolić
2021-08-26 22:52 Sam James
2020-12-17  2:41 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-12-03  6:40 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-10-28  4:10 Sam James
2020-09-16  8:04 Joonas Niilola
2020-05-11 18:14 Georgy Yakovlev
2020-02-13 21:40 David Seifert
2019-12-15 20:30 Michał Górny
2019-07-29 14:47 Mikle Kolyada
2018-11-02 19:56 Robin H. Johnson
2017-05-15 21:28 Manuel Rüger
2016-11-22  8:56 Vicente Olivert Riera
2016-11-22  8:54 Vicente Olivert Riera
2016-10-24 18:12 Markus Meier
2016-01-26 22:14 Mike Frysinger
2015-08-27  5:32 Mike Frysinger

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=1630017992.cc1ef5b07f72b7af52173a678899b4c5d3430a76.sam@gentoo \
    --to=sam@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