From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/
Date: Wed, 23 Jun 2021 08:31:19 +0000 (UTC) [thread overview]
Message-ID: <1624436857.e68ffa34eb4846cfcaec58874cd374cd83842681.juippis@gentoo> (raw)
commit: e68ffa34eb4846cfcaec58874cd374cd83842681
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 08:25:22 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 08:27:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68ffa34
sys-apps/exa: fix manpage collision with cargo.eclass
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-apps/exa/exa-0.10.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild
index 15de8d96b8e..efc93936508 100644
--- a/sys-apps/exa/exa-0.10.1.ebuild
+++ b/sys-apps/exa/exa-0.10.1.ebuild
@@ -98,8 +98,10 @@ src_prepare() {
-o contrib/man/exa_colors.1 || die "failed to create colored man pages"
pandoc --standalone -f markdown -t man man/exa.1.md -o \
contrib/man/exa.1 || die "failed to create man pages"
- rm -r man || die "failed to remove man directory from source"
fi
+
+ # "source" files only, but cargo.eclass will attempt to install them.
+ rm -r man || die "failed to remove man directory from source"
}
src_compile() {
@@ -123,8 +125,7 @@ src_install() {
insinto /usr/share/fish/vendor_completions.d
newins completions/completions.fish exa.fish
- if use man
- then
+ if use man; then
doman contrib/man/*
fi
}
next reply other threads:[~2021-06-23 8:31 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-23 8:31 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-30 7:52 [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/ Sam James
2023-08-30 7:52 Sam James
2023-08-30 7:52 Sam James
2023-08-30 7:52 Sam James
2023-08-30 7:52 Sam James
2023-08-30 7:52 Sam James
2023-06-08 22:35 Sam James
2022-04-17 19:17 Sam James
2021-12-02 8:24 Agostino Sarubbo
2021-08-03 0:49 Georgy Yakovlev
2021-06-23 8:31 Joonas Niilola
2020-07-11 6:03 Georgy Yakovlev
2020-06-30 20:28 Georgy Yakovlev
2020-02-18 5:39 Georgy Yakovlev
2020-02-18 5:39 Georgy Yakovlev
2019-12-27 2:03 Georgy Yakovlev
2019-07-15 7:59 Georgy Yakovlev
2019-06-16 3:32 Georgy Yakovlev
2019-06-16 3:32 Georgy Yakovlev
2019-01-08 23:40 Georgy Yakovlev
2019-01-03 22:11 Georgy Yakovlev
2018-12-01 3:11 Georgy Yakovlev
2018-06-17 1:18 Georgy Yakovlev
2018-03-27 8:50 Lars Wendler
2018-02-11 11:12 Michał Górny
2018-01-31 9:13 Lars Wendler
2018-01-31 9:13 Lars Wendler
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=1624436857.e68ffa34eb4846cfcaec58874cd374cd83842681.juippis@gentoo \
--to=juippis@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