Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Mon, 10 Dec 2018 08:59:17
Message-Id: 1544431996.3db0496b8a4563c7ec9d43ba68b2c3fdfe4f1e07.polynomial-c@gentoo
1 commit: 3db0496b8a4563c7ec9d43ba68b2c3fdfe4f1e07
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 10 08:53:16 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 10 08:53:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db0496b
7
8 sys-fs/mtools: Bump to version 4.0.23
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/mtools/Manifest | 1 +
14 sys-fs/mtools/mtools-4.0.23.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
15 2 files changed, 55 insertions(+)
16
17 diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
18 index 720cabbd23e..a8d4464c9ff 100644
19 --- a/sys-fs/mtools/Manifest
20 +++ b/sys-fs/mtools/Manifest
21 @@ -1,3 +1,4 @@
22 DIST mtools-4.0.18.tar.bz2 420190 BLAKE2B 92fdf8b054287e3cb4eddb40c98f5ac4229a38473b633c25ab74a07a8a72d38c2767ae648a35cf0dac9dedfa2f7789afc4904a50e1328e2baa0a289d93b094fb SHA512 3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090
23 DIST mtools-4.0.21.tar.bz2 413435 BLAKE2B 6be4d504c4ff509b0345ee67d2181a3ca10f1517cd745dcb3a5170e9c9740b6ed124072cc06f265abd7101b4f7cfcac3b42d326b87ecf8ce3ff97a9466c2bacb SHA512 b46e7a7a5562980b8dca62f5a7efaa95b9e9b4ab07c57b47d34ac9584594f578687c6dad1846c86914adb566da8bda256f2fc3a47d984d7a400cfd705f2b0b5a
24 DIST mtools-4.0.22.tar.bz2 431185 BLAKE2B 19b6ed58fd44e51eba11799347590f8c36fe2de7cbb2b612c0f16f4f35c916331abf19b8ca9a735fcc627db5180b1f8cbf355e25319af8587a0de033d50a6e79 SHA512 9a35a27c6de768e3e925d9163aeb8b021620de9016cf12666ee0259cbfc87fa7a8d0311fc0a77c04dbef8bd3e8d86c747069a9aca2f5df69e6391c3cf5a0b113
25 +DIST mtools-4.0.23.tar.bz2 418592 BLAKE2B 442f552087a5d53ef0ead6161cdad7997dc45a3e210c2cb442a8b2ba42866152f93e4a1f5b58df8d68316168374ea034b390bcf4c607ac3a1c477c4ec5e7842c SHA512 c8c48adedc3f3e4eeafead27ce80172c9cb9690b575618842001ed16aa0011dcd2bc517882ea4bf01a73810ba151aa4b86f8ce2f97d6e8a0177d09be71a6d1ed
26
27 diff --git a/sys-fs/mtools/mtools-4.0.23.ebuild b/sys-fs/mtools/mtools-4.0.23.ebuild
28 new file mode 100644
29 index 00000000000..651e08e2c96
30 --- /dev/null
31 +++ b/sys-fs/mtools/mtools-4.0.23.ebuild
32 @@ -0,0 +1,54 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +
38 +inherit flag-o-matic
39 +
40 +DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
41 +HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
42 +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
47 +IUSE="X elibc_glibc"
48 +
49 +RDEPEND="
50 + !elibc_glibc? ( virtual/libiconv )
51 + X? (
52 + x11-libs/libICE
53 + x11-libs/libXau
54 + x11-libs/libSM
55 + x11-libs/libX11
56 + x11-libs/libXt
57 + )"
58 +DEPEND="${RDEPEND}"
59 +
60 +src_prepare() {
61 + default
62 +
63 + # Don't throw errors on existing directories
64 + sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
65 +}
66 +
67 +src_configure() {
68 + # 447688
69 + use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
70 + local myeconfargs=(
71 + --sysconfdir="${EPREFIX%/}"/etc/mtools
72 + $(use_with X x)
73 + )
74 + econf "${myeconfargs[@]}"
75 +}
76 +
77 +src_install() {
78 + local -a DOCS=( README* Release.notes )
79 + default
80 +
81 + insinto /etc/mtools
82 + doins mtools.conf
83 +
84 + # default is fine
85 + sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED%/}"/etc/mtools/mtools.conf || die
86 +}