From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/spideroak-bin/
Date: Tue, 18 Oct 2022 03:27:46 +0000 (UTC) [thread overview]
Message-ID: <1666063656.24f634af1e49079329323360e4673b6c090f06f0.sam@gentoo> (raw)
commit: 24f634af1e49079329323360e4673b6c090f06f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 03:25:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 03:27:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f634af
app-backup/spideroak-bin: don't call doman on compressed file
Closes: https://bugs.gentoo.org/619920
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{spideroak-bin-7.5.0-r1.ebuild => spideroak-bin-7.5.0-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-backup/spideroak-bin/spideroak-bin-7.5.0-r1.ebuild b/app-backup/spideroak-bin/spideroak-bin-7.5.0-r2.ebuild
similarity index 95%
rename from app-backup/spideroak-bin/spideroak-bin-7.5.0-r1.ebuild
rename to app-backup/spideroak-bin/spideroak-bin-7.5.0-r2.ebuild
index 9b91aa577c3c..897265b79cc9 100644
--- a/app-backup/spideroak-bin/spideroak-bin-7.5.0-r1.ebuild
+++ b/app-backup/spideroak-bin/spideroak-bin-7.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -90,7 +90,8 @@ src_install() {
doins -r etc
# Install the manpage
- doman usr/share/man/man1/SpiderOakONE.1.gz
+ gzip -d usr/share/man/man1/SpiderOakONE.1.gz || die
+ doman usr/share/man/man1/SpiderOakONE.1
if use X; then
domenu usr/share/applications/SpiderOakONE.desktop
next reply other threads:[~2022-10-18 3:27 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-18 3:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-12 17:35 [gentoo-commits] repo/gentoo:master commit in: app-backup/spideroak-bin/ Andreas Sturmlechner
2023-10-10 3:04 Sam James
2023-10-10 3:04 Sam James
2023-01-28 20:24 Michał Górny
2019-11-08 6:48 Michał Górny
2019-03-22 22:30 Anthony G. Basile
2019-03-22 22:30 Anthony G. Basile
2018-10-28 2:01 Anthony G. Basile
2018-06-25 23:25 Anthony G. Basile
2018-02-09 13:39 Anthony G. Basile
2018-01-02 23:56 Anthony G. Basile
2017-12-15 7:38 Anthony G. Basile
2017-11-10 22:25 Anthony G. Basile
2017-08-06 18:21 Anthony G. Basile
2017-07-29 11:36 Anthony G. Basile
2017-07-29 9:09 Anthony G. Basile
2017-07-29 9:09 Anthony G. Basile
2017-06-30 11:10 Agostino Sarubbo
2017-06-28 13:19 Agostino Sarubbo
2017-06-05 23:10 Anthony G. Basile
2017-04-03 21:46 Anthony G. Basile
2016-06-11 16:48 Anthony G. Basile
2016-06-11 16:46 Anthony G. Basile
2016-04-03 22:04 Anthony G. Basile
2015-09-04 10:39 Anthony G. Basile
2015-09-04 10:37 Anthony G. Basile
2015-09-04 0:36 Anthony G. Basile
2015-08-18 11:13 Anthony G. Basile
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=1666063656.24f634af1e49079329323360e4673b6c090f06f0.sam@gentoo \
--to=sam@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