From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Sat, 23 Nov 2024 18:58:11 +0000 (UTC) [thread overview]
Message-ID: <1732388276.fcaf3781ec2778c2ba013a779d8b6bb426e4d225.sam@gentoo> (raw)
commit: fcaf3781ec2778c2ba013a779d8b6bb426e4d225
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:57:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:57:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaf3781
sys-fs/mtools: add 4.0.46
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/mtools/Manifest | 1 +
sys-fs/mtools/mtools-4.0.46.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index 5623d72c5317..327d9221fb6b 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -2,3 +2,4 @@ DIST mtools-4.0.42.tar.bz2 441506 BLAKE2B 07afec0aea49427ec71ae8ddde9c1dceb33b25
DIST mtools-4.0.43.tar.bz2 443673 BLAKE2B d000839bbb6bc647eb5a32b08b40b1350cd0a85fd564f0705ecbfe20f8f4ef21bf2d59cd0ccd7a159c829c019c6c2f3cbdef82ff3f4a9e8828cc13d44ddabd1d SHA512 b70e483688124a653dd333ab127494dab12d413809680a4846dc4ae5c166a0b9938a2ab290e518c1f1a5b18ed96d2c2a29d92d61b16b772a4ab5e495379fe410
DIST mtools-4.0.44.tar.lz 389267 BLAKE2B 1a6a9d257fc07cf27280a535feac873d27690fb02114b293e31d7c8441de6bbdbd57a13f4ba62ce5a5093cd45683776dd8e61ac822b1d3d44eb98cd21f7b9088 SHA512 8977f43b1cd25a0d1052f9f8f140d73d432bd49a7a4737d0b743a9f8ccec5aff6bbbdc07455011ecc49038b1b1dfd6908dda8c46d06389b1511875f9bc654f84
DIST mtools-4.0.45.tar.lz 389733 BLAKE2B bb23b310fea5d10e5f0c0ed543e0f8cbac9ba4177128419b6e05fb4a06896a64ddccb27c932eb41c339a0167706e729c2f209837874fe4ac4d165a534802031c SHA512 dd5869fee6f376deab2beb3d5168045a6abc7bbfdea35a274369420c99771ee89477629364a8c677dfba56e0df5c7d2760b6cbfba2d425a89a7b8c21f2b6e538
+DIST mtools-4.0.46.tar.lz 391300 BLAKE2B 997e766b215aebefb23d57f357ea0b95db62a7e3b40712597c38aa11c0f9c47dc43b0b6a34bfa2b976ec8298ed221c5d7d81e9f16dbeb0a4812e3a6cbff16a16 SHA512 1af737cc4793a2e6afe14b5595f085f8aa29e58bf4d8ba89454c7b9a10041a0ebe06fd50b525332c38805c7a9b014fc4379ae1cc259da7626974c6b6a061e727
diff --git a/sys-fs/mtools/mtools-4.0.46.ebuild b/sys-fs/mtools/mtools-4.0.46.ebuild
new file mode 100644
index 000000000000..95a421fafd18
--- /dev/null
+++ b/sys-fs/mtools/mtools-4.0.46.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic unpacker
+
+DESCRIPTION="Utilities to access MS-DOS disks from Unix without mounting them"
+HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris"
+IUSE="gui"
+
+RDEPEND="
+ virtual/libiconv
+ gui? (
+ x11-libs/libICE
+ x11-libs/libXau
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXt
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+src_configure() {
+ if ! use elibc_glibc && ! use elibc_musl ; then
+ # bug #447688
+ append-libs "-liconv"
+ fi
+
+ local myeconfargs=(
+ --sysconfdir="${EPREFIX}"/etc/mtools
+ $(use_with gui x)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ local -a DOCS=( README* Release.notes )
+
+ default
+
+ insinto /etc/mtools
+ doins mtools.conf
+
+ # Default is fine
+ sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED}"/etc/mtools/mtools.conf || die
+}
next reply other threads:[~2024-11-23 18:58 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 18:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 12:22 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ Jakov Smolić
2025-02-23 12:22 Jakov Smolić
2025-02-23 12:22 Jakov Smolić
2025-02-23 5:31 Sam James
2025-02-23 5:31 Sam James
2025-02-23 5:31 Sam James
2025-02-23 5:16 Sam James
2025-02-22 17:33 Sam James
2025-01-20 3:45 Sam James
2025-01-20 3:45 Sam James
2025-01-12 14:49 Sam James
2025-01-12 14:10 Sam James
2024-12-16 7:51 Arthur Zamarin
2024-12-14 8:05 Sam James
2024-12-12 19:31 Arthur Zamarin
2024-12-12 19:12 Sam James
2024-12-12 11:14 Sam James
2024-12-12 11:14 Sam James
2024-12-12 11:08 Sam James
2024-10-17 3:53 Sam James
2024-07-17 4:57 Sam James
2024-07-17 4:56 Sam James
2024-07-17 4:56 Sam James
2024-07-17 4:56 Sam James
2024-07-17 4:46 Sam James
2024-07-17 4:44 Sam James
2024-07-17 4:36 Sam James
2024-06-03 1:05 Sam James
2023-06-01 3:34 Sam James
2023-06-01 3:30 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-03-22 3:12 Sam James
2022-12-26 8:35 Sam James
2022-11-25 9:53 Arthur Zamarin
2022-11-25 6:02 Sam James
2022-11-25 5:08 Sam James
2022-11-25 5:06 Sam James
2022-11-25 5:03 Sam James
2022-11-25 5:02 Sam James
2022-11-25 5:02 Sam James
2022-10-29 21:39 Sam James
2022-10-28 20:09 Sam James
2022-10-24 12:30 Sam James
2022-09-23 2:09 Sam James
2022-09-19 2:25 Sam James
2022-08-27 10:11 WANG Xuerui
2022-06-21 9:41 David Seifert
2022-06-05 5:38 Sam James
2022-05-22 6:22 Agostino Sarubbo
2022-05-22 6:19 Agostino Sarubbo
2022-05-22 6:17 Agostino Sarubbo
2022-05-22 3:21 Sam James
2022-05-22 3:20 Sam James
2022-05-22 3:18 Sam James
2022-05-22 3:18 Sam James
2022-05-06 8:37 Yixun Lan
2022-05-04 0:14 Sam James
2022-04-11 23:22 Sam James
2022-02-20 5:27 Sam James
2022-02-19 9:56 Arthur Zamarin
2022-02-19 9:54 Arthur Zamarin
2022-02-19 3:06 Sam James
2022-02-19 2:36 Sam James
2022-02-19 2:36 Sam James
2022-02-19 2:28 Sam James
2022-02-19 2:24 Sam James
2022-01-09 1:06 Sam James
2022-01-03 23:26 David Seifert
2021-11-23 9:32 Lars Wendler
2021-10-03 11:28 David Seifert
2021-10-02 15:43 Sam James
2021-09-21 16:35 Sam James
2021-09-20 4:02 Sam James
2021-09-19 6:39 Agostino Sarubbo
2021-09-19 3:35 Sam James
2021-09-18 19:51 Sam James
2021-09-18 19:48 Sam James
2021-09-04 17:35 David Seifert
2021-08-08 9:32 Lars Wendler
2021-08-08 9:32 Lars Wendler
2021-07-26 0:59 Georgy Yakovlev
2021-07-23 15:54 Lars Wendler
2021-07-23 15:54 Lars Wendler
2021-07-18 20:40 Lars Wendler
2021-07-18 20:40 Lars Wendler
2021-07-11 20:51 Sam James
2021-07-11 9:00 Agostino Sarubbo
2021-07-11 8:58 Agostino Sarubbo
2021-07-11 2:31 Sam James
2021-07-11 2:31 Sam James
2021-07-10 20:40 Lars Wendler
2021-07-10 20:40 Lars Wendler
2021-06-19 21:53 Lars Wendler
2021-06-18 10:18 Lars Wendler
2021-05-31 19:45 Lars Wendler
2021-05-30 19:16 Lars Wendler
2021-05-22 17:25 David Seifert
2021-05-22 15:10 Sam James
2021-05-22 3:05 Sam James
2021-05-22 1:35 Sam James
2021-05-22 1:35 Sam James
2021-05-21 20:36 Sergei Trofimovich
2021-05-21 19:49 Sam James
2021-05-14 10:04 David Seifert
2021-05-14 9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 18:56 Sam James
2021-05-13 17:53 Sam James
2021-05-13 16:37 Sam James
2021-05-13 16:24 Sam James
2021-04-17 20:55 Mike Frysinger
2020-12-02 23:21 Sam James
2020-11-28 16:30 Lars Wendler
2020-10-26 9:18 Lars Wendler
2020-07-17 7:21 Agostino Sarubbo
2020-07-07 6:58 Sergei Trofimovich
2020-07-06 11:57 Michał Górny
2020-07-06 7:22 Sergei Trofimovich
2020-07-06 7:02 Sergei Trofimovich
2020-04-07 22:11 Matt Turner
2020-03-25 8:12 Agostino Sarubbo
2020-03-23 9:52 Lars Wendler
2020-03-23 9:52 Lars Wendler
2020-02-08 16:53 David Seifert
2018-12-10 8:59 Lars Wendler
2018-12-10 8:59 Lars Wendler
2018-12-03 11:40 Lars Wendler
2018-12-03 11:40 Lars Wendler
2018-11-24 20:22 Lars Wendler
2018-11-24 20:22 Lars Wendler
2018-11-12 10:33 Lars Wendler
2018-10-01 16:34 Thomas Deutschmann
2018-05-09 15:23 Mikle Kolyada
2018-05-09 15:23 Mikle Kolyada
2018-04-07 21:30 Sergei Trofimovich
2018-03-30 17:56 Manuel Rüger
2018-03-15 16:08 Mikle Kolyada
2018-03-13 22:26 Thomas Deutschmann
2018-03-06 22:35 Sergei Trofimovich
2018-03-05 21:31 Tobias Klausmann
2017-09-17 0:45 Thomas Deutschmann
2016-11-10 5:40 Mike Frysinger
2016-01-19 21:51 Manuel Rüger
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=1732388276.fcaf3781ec2778c2ba013a779d8b6bb426e4d225.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