From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dosfstools/
Date: Thu, 13 May 2021 13:55:37 +0000 (UTC) [thread overview]
Message-ID: <1620914095.e88b2fecf689ff72077a6625224d8653470041f1.soap@gentoo> (raw)
commit: e88b2fecf689ff72077a6625224d8653470041f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 13:54:55 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 13:54:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88b2fec
sys-fs/dosfstools: drop unused flag-o-matic, toolchain-funcs inherits
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-fs/dosfstools/dosfstools-4.2.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/sys-fs/dosfstools/dosfstools-4.2.ebuild b/sys-fs/dosfstools/dosfstools-4.2.ebuild
index 6e824b3a73b..bfc1083c8d3 100644
--- a/sys-fs/dosfstools/dosfstools-4.2.ebuild
+++ b/sys-fs/dosfstools/dosfstools-4.2.ebuild
@@ -3,8 +3,6 @@
EAPI=7
-inherit toolchain-funcs flag-o-matic
-
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
HOMEPAGE="https://github.com/dosfstools/dosfstools"
SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.tar.gz"
@@ -16,8 +14,8 @@ IUSE="compat +iconv test"
RESTRICT="!test? ( test )"
BDEPEND="
- test? ( app-editors/vim-core )
iconv? ( virtual/libiconv )
+ test? ( app-editors/vim-core )
"
src_configure() {
@@ -25,13 +23,16 @@ src_configure() {
$(use_enable compat compat-symlinks)
$(use_with iconv)
)
+
econf "${myeconfargs[@]}"
}
src_install() {
default
+
if ! use compat ; then
- # Keep fsck -t vfat and mkfs -t vfat working, bug 584980.
+ # Keep fsck -t vfat and mkfs -t vfat working
+ # bug #584980
dosym fsck.fat /usr/sbin/fsck.vfat
dosym mkfs.fat /usr/sbin/mkfs.vfat
fi
next reply other threads:[~2021-05-13 13:55 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-13 13:55 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-05 7:10 [gentoo-commits] repo/gentoo:master commit in: sys-fs/dosfstools/ WANG Xuerui
2021-03-03 23:03 Sam James
2021-03-03 18:59 Sam James
2021-03-03 12:37 Agostino Sarubbo
2021-03-02 19:08 Sergei Trofimovich
2021-03-02 14:17 Thomas Deutschmann
2021-03-02 3:15 Sam James
2021-03-02 2:34 Sam James
2021-02-01 9:38 Lars Wendler
2019-05-04 19:51 Andreas K. Hüttel
2019-03-07 7:54 Jeroen Roovers
2019-01-04 17:56 Ben Kohler
2018-11-27 9:58 Mart Raudsepp
2018-10-12 8:58 Tobias Klausmann
2018-10-08 10:03 Mikle Kolyada
2018-10-06 16:48 Matt Turner
2018-10-06 16:48 Matt Turner
2018-10-04 10:04 Mikle Kolyada
2018-10-02 9:24 Mikle Kolyada
2018-09-30 21:38 Sergei Trofimovich
2017-01-24 15:56 Lars Wendler
2017-01-09 21:09 Lars Wendler
2016-11-22 20:36 Mike Frysinger
2016-11-20 13:45 Agostino Sarubbo
2016-10-18 19:45 Markus Meier
2016-10-12 11:47 Jeroen Roovers
2016-10-11 15:51 Agostino Sarubbo
2016-10-11 14:18 Tobias Klausmann
2016-07-03 0:36 Zac Medico
2016-06-04 20:23 Lars Wendler
2016-05-09 15:08 Lars Wendler
2016-05-06 7:45 Lars Wendler
2015-09-07 5:34 Jeroen Roovers
2015-08-26 15:59 Markus Meier
2015-08-18 6:16 Jeroen Roovers
2015-08-14 21:38 Mikle Kolyada
2015-08-12 23:49 Mikle Kolyada
2015-08-12 13:07 Mikle Kolyada
2015-08-12 12:09 Tobias Klausmann
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=1620914095.e88b2fecf689ff72077a6625224d8653470041f1.soap@gentoo \
--to=soap@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