Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Wed, 09 May 2018 15:23:54
Message-Id: 1525879415.930590d795dd3f8102b96a421298c3250ab7d0b8.zlogene@gentoo
1 commit: 930590d795dd3f8102b96a421298c3250ab7d0b8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 15:23:35 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 15:23:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930590d7
7
8 sys-fs/mtools: ppc stable wrt bug #648852
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-fs/mtools/Manifest | 2 --
13 sys-fs/mtools/mtools-4.0.15.ebuild | 43 ---------------------------------
14 sys-fs/mtools/mtools-4.0.17.ebuild | 44 ----------------------------------
15 sys-fs/mtools/mtools-4.0.18.ebuild | 49 --------------------------------------
16 4 files changed, 138 deletions(-)
17
18 diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
19 index dcd7ef28f58..c013c84acdd 100644
20 --- a/sys-fs/mtools/Manifest
21 +++ b/sys-fs/mtools/Manifest
22 @@ -1,3 +1 @@
23 -DIST mtools-4.0.15.tar.bz2 386339 BLAKE2B 9b93a5a4cd402b7a2c2fc7c9c4aa25d1548d0bef6f3801f8727a6312ca795142398de1c33f78fc992eb89637c4dbfb4a03d639e30bf56c88eadc2310451ab3ca SHA512 0ee4d060ffb95c0e5b0e859634bee50e056aaa7d3917fdbcc4fd8ca86710b1d93ef252bec588d5c010f2fb6081853e76338b966e4584e510728be4ec3113e0da
24 -DIST mtools-4.0.17.tar.bz2 412310 BLAKE2B 08edc8f18e5b6f8f35008f4b1de51726eeb4b92b8d39d40bc28299509069350cbe6f26ec9c575c062533154844258548149f3796e00d2a20a28912ab21a3fbe3 SHA512 0ad44bc9d7088d8a0edc648ac81fb4c9ea522c8d7561717f02475514186081050c283c0393bf32358b95ea60554713c26ea7e06074041d3fbdcaf642aec2e1ce
25 DIST mtools-4.0.18.tar.bz2 420190 BLAKE2B 92fdf8b054287e3cb4eddb40c98f5ac4229a38473b633c25ab74a07a8a72d38c2767ae648a35cf0dac9dedfa2f7789afc4904a50e1328e2baa0a289d93b094fb SHA512 3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090
26
27 diff --git a/sys-fs/mtools/mtools-4.0.15.ebuild b/sys-fs/mtools/mtools-4.0.15.ebuild
28 deleted file mode 100644
29 index ac63b4f3c75..00000000000
30 --- a/sys-fs/mtools/mtools-4.0.15.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="2"
37 -
38 -inherit autotools
39 -
40 -DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
41 -HOMEPAGE="http://mtools.linux.lu/"
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"
47 -IUSE="X"
48 -
49 -DEPEND="
50 - X? (
51 - x11-libs/libICE
52 - x11-libs/libXau
53 - x11-libs/libSM
54 - x11-libs/libX11
55 - x11-libs/libXt
56 - )"
57 -RDEPEND="${DEPEND}"
58 -
59 -src_prepare() {
60 - eautoconf #341443
61 -}
62 -
63 -src_configure() {
64 - econf \
65 - --sysconfdir=/etc/mtools \
66 - $(use_with X x)
67 -}
68 -
69 -src_install() {
70 - emake -j1 DESTDIR="${D}" install || die
71 - insinto /etc/mtools
72 - doins mtools.conf || die
73 - dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine
74 - dodoc README* Release.notes
75 -}
76
77 diff --git a/sys-fs/mtools/mtools-4.0.17.ebuild b/sys-fs/mtools/mtools-4.0.17.ebuild
78 deleted file mode 100644
79 index 126e15a993d..00000000000
80 --- a/sys-fs/mtools/mtools-4.0.17.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2011 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI="4"
87 -
88 -DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
89 -HOMEPAGE="http://mtools.linux.lu/"
90 -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
91 -
92 -LICENSE="GPL-3"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
95 -IUSE="X"
96 -
97 -DEPEND="
98 - X? (
99 - x11-libs/libICE
100 - x11-libs/libXau
101 - x11-libs/libSM
102 - x11-libs/libX11
103 - x11-libs/libXt
104 - )"
105 -RDEPEND="${DEPEND}"
106 -
107 -src_prepare() {
108 - # Don't throw errors on existing directories
109 - sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
110 -}
111 -
112 -src_configure() {
113 - econf \
114 - --sysconfdir=/etc/mtools \
115 - $(use_with X x)
116 -}
117 -
118 -src_install() {
119 - emake DESTDIR="${D}" install
120 - dodoc README* Release.notes
121 -
122 - insinto /etc/mtools
123 - doins mtools.conf
124 - # default is fine
125 - sed -i -e '/^SAMPLE FILE$/s:^:#:' "${D}"/etc/mtools/mtools.conf || die
126 -}
127
128 diff --git a/sys-fs/mtools/mtools-4.0.18.ebuild b/sys-fs/mtools/mtools-4.0.18.ebuild
129 deleted file mode 100644
130 index 20531ff7b2d..00000000000
131 --- a/sys-fs/mtools/mtools-4.0.18.ebuild
132 +++ /dev/null
133 @@ -1,49 +0,0 @@
134 -# Copyright 1999-2017 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI="4"
138 -
139 -inherit flag-o-matic
140 -
141 -DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
142 -HOMEPAGE="http://mtools.linux.lu/"
143 -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
144 -
145 -LICENSE="GPL-3"
146 -SLOT="0"
147 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
148 -IUSE="X elibc_glibc"
149 -
150 -DEPEND="
151 - !elibc_glibc? ( virtual/libiconv )
152 - X? (
153 - x11-libs/libICE
154 - x11-libs/libXau
155 - x11-libs/libSM
156 - x11-libs/libX11
157 - x11-libs/libXt
158 - )"
159 -RDEPEND="${DEPEND}"
160 -
161 -src_prepare() {
162 - # Don't throw errors on existing directories
163 - sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
164 -}
165 -
166 -src_configure() {
167 - # 447688
168 - use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
169 - econf \
170 - --sysconfdir="${EPREFIX}"/etc/mtools \
171 - $(use_with X x)
172 -}
173 -
174 -src_install() {
175 - emake DESTDIR="${D}" install
176 - dodoc README* Release.notes
177 -
178 - insinto /etc/mtools
179 - doins mtools.conf
180 - # default is fine
181 - sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED}"/etc/mtools/mtools.conf || die
182 -}