From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/
Date: Wed, 6 May 2020 01:27:11 +0000 (UTC) [thread overview]
Message-ID: <1588728414.3042eb961ee68ff8228b1a1a6a5ad842b4e8f1c2.gokturk@gentoo> (raw)
commit: 3042eb961ee68ff8228b1a1a6a5ad842b4e8f1c2
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 01:25:09 2020 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed May 6 01:26:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3042eb96
net-fs/davfs2: prevent the compression of man for all supported langs
Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
net-fs/davfs2/{davfs2-1.5.6.ebuild => davfs2-1.5.6-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-fs/davfs2/davfs2-1.5.6.ebuild b/net-fs/davfs2/davfs2-1.5.6-r1.ebuild
similarity index 87%
rename from net-fs/davfs2/davfs2-1.5.6.ebuild
rename to net-fs/davfs2/davfs2-1.5.6-r1.ebuild
index 6f227c81212..1786c1a079a 100644
--- a/net-fs/davfs2/davfs2-1.5.6.ebuild
+++ b/net-fs/davfs2/davfs2-1.5.6-r1.ebuild
@@ -27,9 +27,12 @@ RDEPEND="${RDEPEND}
"
src_prepare() {
+ local f
+
# Let the package manager handle man page compression
- sed -e '/^manual[58]_DATA/ s/\.gz//g' \
- -i "${S}"/man/Makefile.in || die
+ while IFS="" read -d $'\0' -r f ; do
+ sed -e '/^manual[58]_DATA/ s/[.]gz//g' -i "${f}" || die
+ done < <(find "${S}"/man -type f -name 'Makefile.in' -print0)
eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch \
"${FILESDIR}"/${P}-neon31-support.patch
next reply other threads:[~2020-05-06 1:27 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-06 1:27 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-14 4:59 [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/ Jakov Smolić
2024-11-13 3:50 Sam James
2024-11-12 21:34 Sam James
2024-04-20 10:11 Amy Liffey
2024-04-20 10:11 Amy Liffey
2024-02-28 2:32 Ionen Wolkens
2024-02-12 13:05 Sam James
2024-02-12 13:05 Sam James
2024-01-01 1:11 Sam James
2024-01-01 1:11 Sam James
2023-01-30 7:29 Göktürk Yüksek
2022-12-05 19:44 Mike Gilbert
2022-12-05 19:44 Mike Gilbert
2022-10-18 2:28 Sam James
2022-02-13 5:52 Göktürk Yüksek
2021-02-01 13:30 Sam James
2021-01-30 14:30 Sam James
2021-01-30 14:29 Sam James
2020-11-25 2:29 Göktürk Yüksek
2020-09-29 22:15 Sam James
2020-07-20 13:01 Joonas Niilola
2020-07-20 13:01 Joonas Niilola
2020-07-20 13:01 Joonas Niilola
2020-01-28 2:32 Göktürk Yüksek
2019-03-13 0:42 Göktürk Yüksek
2019-03-13 0:42 Göktürk Yüksek
2018-03-14 21:09 Markus Meier
2017-01-21 21:00 Göktürk Yüksek
2017-01-19 11:34 Agostino Sarubbo
2017-01-19 11:25 Agostino Sarubbo
2016-05-22 17:09 Göktürk Yüksek
2016-05-17 5:48 Ian Delaney
2016-04-23 18:13 Patrice Clement
2016-04-23 7:59 Patrice Clement
2016-01-27 9:05 Patrice Clement
2015-12-15 19:54 Amy Winston
2015-12-07 11:40 Agostino Sarubbo
2015-12-03 13:28 Agostino Sarubbo
2015-11-30 9:17 Agostino Sarubbo
2015-10-16 10:40 Michał Górny
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=1588728414.3042eb961ee68ff8228b1a1a6a5ad842b4e8f1c2.gokturk@gentoo \
--to=gokturk@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