public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Sat, 10 Jul 2021 20:40:11 +0000 (UTC)	[thread overview]
Message-ID: <1625949578.7c194c36399507e8b0f28af64b7a0b20b05f4158.polynomial-c@gentoo> (raw)

commit:     7c194c36399507e8b0f28af64b7a0b20b05f4158
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 20:39:38 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 20:39:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c194c36

sys-fs/mtools: Bump to version 4.0.32

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/mtools/Manifest             |  1 +
 sys-fs/mtools/mtools-4.0.32.ebuild | 46 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index c4d95f4642c..bf301fcfc67 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -2,3 +2,4 @@ DIST mtools-4.0.27.tar.bz2 420579 BLAKE2B 3044fff1896427227e4585df81c208f7580302
 DIST mtools-4.0.29.tar.bz2 440446 BLAKE2B b448fad8f5669230dc4fe32442c3a8b0ee570e1b084ac6b99b3239fa16fa97ba0ac5263aee34fefcb8726999178829a9ad6ed0444f41361518e5d24cfb3de083 SHA512 3671fa835bf7b410b33acbe0e4694da1609f284a99268e7c64ebdbf3ce9fc9e78cc5594d06eae5487e380b983ead190098d01a9fc1bc88b4eda324046172e62e
 DIST mtools-4.0.30.tar.bz2 442886 BLAKE2B dd66897c814c2afd842d6cb2a0865b4559a38c0c99468f6d96f16c869ed088f4a136c4ce798af39ca3115076dff9f303bd79145f17d502bc25d4b5b0a81f11e2 SHA512 9871dd2237c595286334d162bf9f494bc389cfc2cf098012484994212eff2c522fce357567b3fa5a7b314cc7336f7329fd9d71a2e1a0be2fdb3293dcbc4d98f5
 DIST mtools-4.0.31.tar.bz2 446527 BLAKE2B 4b954362d0c177c5a2f7b098065f841ca075092b8c49230ca4098a1a34fe64bce32d31df1aae702f12b174a8176026687de9dea5344f3878c1acdba4a8a0c753 SHA512 6c50eadcd32563b593b58984fd6426faabab208283c0b81c7df194cc27fb7d6bf873916b152c74c4800374f0b70f7dd41c768d823d9efc78cab6efbb6ee37df5
+DIST mtools-4.0.32.tar.bz2 436537 BLAKE2B 6b057be3d053ecf1ebee72b6b73324ec2cdbd7daf87c927f6ec2f6ef203345ddb869d6d7cb645e21054304ae68fc7a33e77e7a0f0cb606d3b755da36e66ca69a SHA512 a66e7483c422abdaddbe9e6b2cd0ecc2f87b0bc4f40929ac2e4db8b8d88cfacf118b126cba3207307bff376d5572170a1ee5803618de0544f68d420ed06bcab9

diff --git a/sys-fs/mtools/mtools-4.0.32.ebuild b/sys-fs/mtools/mtools-4.0.32.ebuild
new file mode 100644
index 00000000000..3ebdd3b6df9
--- /dev/null
+++ b/sys-fs/mtools/mtools-4.0.32.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic
+
+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.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
+IUSE="X elibc_glibc"
+
+RDEPEND="
+	!elibc_glibc? ( virtual/libiconv )
+	X? (
+		x11-libs/libICE
+		x11-libs/libXau
+		x11-libs/libSM
+		x11-libs/libX11
+		x11-libs/libXt
+	)"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	use !elibc_glibc && use !elibc_musl && append-libs "-liconv" #447688
+	local myeconfargs=(
+		--sysconfdir="${EPREFIX}"/etc/mtools
+		$(use_with X 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
+}


             reply	other threads:[~2021-07-10 20:40 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-10 20:40 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17  4:57 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ 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-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=1625949578.7c194c36399507e8b0f28af64b7a0b20b05f4158.polynomial-c@gentoo \
    --to=polynomial-c@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