From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/rime-data/
Date: Sat, 14 Dec 2024 16:01:27 +0000 (UTC) [thread overview]
Message-ID: <1734192061.737aea9fbaf7f8215ea2935359c4a10db6b7469a.sam@gentoo> (raw)
commit: 737aea9fbaf7f8215ea2935359c4a10db6b7469a
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sat Dec 14 15:52:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 16:01:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737aea9f
app-i18n/rime-data: fix rime-cantonese missing author files.
We should need to check if the documentation file exists before installing it
Closes: https://bugs.gentoo.org/946467
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39712
Signed-off-by: Sam James <sam <AT> gentoo.org>
...rime-data-1.0.20241201.ebuild => rime-data-1.0.20241201-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-i18n/rime-data/rime-data-1.0.20241201.ebuild b/app-i18n/rime-data/rime-data-1.0.20241201-r1.ebuild
similarity index 95%
rename from app-i18n/rime-data/rime-data-1.0.20241201.ebuild
rename to app-i18n/rime-data/rime-data-1.0.20241201-r1.ebuild
index e8f8259c376b..ee504a28cee6 100644
--- a/app-i18n/rime-data/rime-data-1.0.20241201.ebuild
+++ b/app-i18n/rime-data/rime-data-1.0.20241201-r1.ebuild
@@ -72,7 +72,9 @@ src_install() {
for pkg in "${!LIST[@]}"; do
doins "${pkg}-${LIST[$pkg]}"/*[!AUTHORS\|LICENSE\|README.md\|check.py]
for f in AUTHORS LICENSE README.md; do
- newdoc "${pkg}-${LIST[$pkg]}/${f}" "${pkg}_${f}"
+ if [ -f "${pkg}-${LIST[$pkg]}/${f}" ]; then
+ newdoc "${pkg}-${LIST[$pkg]}/${f}" "${pkg}_${f}"
+ fi
done
done
}
next reply other threads:[~2024-12-14 16:01 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-14 16:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 6:20 [gentoo-commits] repo/gentoo:master commit in: app-i18n/rime-data/ Sam James
2025-02-08 0:18 Yixun Lan
2024-12-14 7:25 Yixun Lan
2024-07-24 18:32 Arthur Zamarin
2024-07-19 12:25 Arthur Zamarin
2024-07-12 11:21 Arthur Zamarin
2024-07-12 11:21 Arthur Zamarin
2023-12-24 10:57 WANG Xuerui
2022-10-10 6:25 Jakov Smolić
2022-03-09 8:59 Jakov Smolić
2020-12-28 0:01 Mike Gilbert
2020-04-12 9:44 Sergei Trofimovich
2019-12-31 18:08 Aaron Bauman
2019-08-30 18:39 Sergei Trofimovich
2019-08-18 3:06 Aaron Bauman
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12 8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2018-07-27 13:45 Akinori Hattori
2018-07-27 13:45 Akinori Hattori
2017-11-18 10:13 Sergei Trofimovich
2017-11-01 20:54 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2015-09-01 18:52 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=1734192061.737aea9fbaf7f8215ea2935359c4a10db6b7469a.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