Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Fri, 14 May 2021 10:04:28
Message-Id: 1620986625.acd891de1608cf733db5e635e2de8c3bd806a515.soap@gentoo
1 commit: acd891de1608cf733db5e635e2de8c3bd806a515
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 10:03:45 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 10:03:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd891de
7
8 sys-fs/mtools: Remove old 4.0.24, 4.0.25
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-fs/mtools/Manifest | 2 --
14 sys-fs/mtools/mtools-4.0.24.ebuild | 47 --------------------------------------
15 sys-fs/mtools/mtools-4.0.25.ebuild | 47 --------------------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
19 index cf7cf8ce8d2..230f59029ae 100644
20 --- a/sys-fs/mtools/Manifest
21 +++ b/sys-fs/mtools/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST mtools-4.0.24.tar.bz2 418178 BLAKE2B 96ccbde0e5ed5e304c73c7faaeb495751c43ae37970e5c2329299e0f7bf90f3a810f4ca95faea10a00e5af110be579a3b083043314e980bb0128226caffb5608 SHA512 b74becc4f696315cfabc016d1746e744b43e366de73bf1bffeec4fbab1e4815967594de8acb4af01f89d36a925f93672efbac205b89540161bd53ab7edebcf04
24 -DIST mtools-4.0.25.tar.bz2 421807 BLAKE2B 54b0de421d5de003c6dff9a524af2a37d7fe0fb88361e195b000b8c8637ed894ec01ca295ea71ed0df781e9503d609f5e21b987a79c7e9d2c2e0c7176d5eb825 SHA512 91b879de6b41bf9fd6d9282d846e21fe58dbcd3461d97d2d6cae752a309a5129091a0e6ffda5b28ef062c33970a1c0a43ff1cf19106232866bdbdb762c64a143
25 DIST mtools-4.0.26.tar.bz2 420648 BLAKE2B 02f75722e8569c75d09fbee8667b24d8fd5c685940b235de33e268b8a349a49798f50db22470200e9fa30244768c07a568bfe124969f2a34f652c157ddb37e89 SHA512 32303ea16314ca00f33aee103451958f13c71ab1f3975e9a1dd9236c8e775286985ee776c38c64a1f8f5f8d0a66cbf84643182913e4e2c2dcaff384a9acd8633
26 DIST mtools-4.0.27.tar.bz2 420579 BLAKE2B 3044fff1896427227e4585df81c208f7580302155cf119db426cfc7a24b3d5195b560b8810613f571eed77584d47bb5125007cdcb8551b303db62ce264853776 SHA512 21072e1b6d22ea00913dbc856c5fbe1ecfbfc0207432c7632f0026ae2d9555743eb0710c86e8939a6b3183a03693b8d1297121df9d5702dd5bf6121ad240572c
27
28 diff --git a/sys-fs/mtools/mtools-4.0.24.ebuild b/sys-fs/mtools/mtools-4.0.24.ebuild
29 deleted file mode 100644
30 index 163ada6df31..00000000000
31 --- a/sys-fs/mtools/mtools-4.0.24.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit flag-o-matic
40 -
41 -DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
42 -HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
43 -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos ~x64-solaris"
48 -IUSE="X elibc_glibc"
49 -
50 -RDEPEND="
51 - !elibc_glibc? ( virtual/libiconv )
52 - X? (
53 - x11-libs/libICE
54 - x11-libs/libXau
55 - x11-libs/libSM
56 - x11-libs/libX11
57 - x11-libs/libXt
58 - )"
59 -DEPEND="${RDEPEND}"
60 -
61 -src_configure() {
62 - # 447688
63 - use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
64 - local myeconfargs=(
65 - --sysconfdir="${EPREFIX}"/etc/mtools
66 - $(use_with X x)
67 - )
68 - econf "${myeconfargs[@]}"
69 -}
70 -
71 -src_install() {
72 - local -a DOCS=( README* Release.notes )
73 - default
74 -
75 - insinto /etc/mtools
76 - doins mtools.conf
77 -
78 - # default is fine
79 - sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED}"/etc/mtools/mtools.conf || die
80 -}
81
82 diff --git a/sys-fs/mtools/mtools-4.0.25.ebuild b/sys-fs/mtools/mtools-4.0.25.ebuild
83 deleted file mode 100644
84 index a10154dee9b..00000000000
85 --- a/sys-fs/mtools/mtools-4.0.25.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -inherit flag-o-matic
94 -
95 -DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
96 -HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
97 -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
98 -
99 -LICENSE="GPL-3"
100 -SLOT="0"
101 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
102 -IUSE="X elibc_glibc"
103 -
104 -RDEPEND="
105 - !elibc_glibc? ( virtual/libiconv )
106 - X? (
107 - x11-libs/libICE
108 - x11-libs/libXau
109 - x11-libs/libSM
110 - x11-libs/libX11
111 - x11-libs/libXt
112 - )"
113 -DEPEND="${RDEPEND}"
114 -
115 -src_configure() {
116 - # 447688
117 - use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
118 - local myeconfargs=(
119 - --sysconfdir="${EPREFIX}"/etc/mtools
120 - $(use_with X x)
121 - )
122 - econf "${myeconfargs[@]}"
123 -}
124 -
125 -src_install() {
126 - local -a DOCS=( README* Release.notes )
127 - default
128 -
129 - insinto /etc/mtools
130 - doins mtools.conf
131 -
132 - # default is fine
133 - sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED}"/etc/mtools/mtools.conf || die
134 -}