From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/
Date: Tue, 24 Mar 2020 20:08:15 +0000 (UTC) [thread overview]
Message-ID: <1585080164.1287788727d0e2ddcc249b322f3a0192a6e71da6.ulm@gentoo> (raw)
commit: 1287788727d0e2ddcc249b322f3a0192a6e71da6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 20:02:44 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 20:02:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12877887
app-i18n/man-pages-de: Remove unnecessary for loop.
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-i18n/man-pages-de/man-pages-de-2.16.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-i18n/man-pages-de/man-pages-de-2.16.ebuild b/app-i18n/man-pages-de/man-pages-de-2.16.ebuild
index 16658870cb8..38e5b015fea 100644
--- a/app-i18n/man-pages-de/man-pages-de-2.16.ebuild
+++ b/app-i18n/man-pages-de/man-pages-de-2.16.ebuild
@@ -26,7 +26,6 @@ src_prepare() {
default
# some packages have their own translations
- local manpage
local noinst_manpages=(
# sys-apps/shadow
po/de/man1/groups.1.po
@@ -48,10 +47,7 @@ src_prepare() {
po/de/man1/xzless.1.po
po/de/man1/xzmore.1.po
)
- for manpage in ${noinst_manpages[@]} ; do
- echo "${manpage}"
- rm "${manpage}" || die
- done
+ rm "${noinst_manpages[@]}" || die
eautoreconf
}
next reply other threads:[~2020-03-24 20:08 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-24 20:08 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-17 19:41 [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/ Ulrich Müller
2020-03-29 20:05 Ulrich Müller
2020-03-18 20:16 Ulrich Müller
2019-12-14 9:57 Ulrich Müller
2019-05-08 19:55 Sergei Trofimovich
2019-05-07 20:14 Tobias Klausmann
2019-05-05 13:45 Mikle Kolyada
2019-05-03 1:45 Aaron Bauman
2019-03-02 11:13 Lars Wendler
2019-03-02 11:13 Lars Wendler
2019-02-17 15:43 Lars Wendler
2019-02-17 15:43 Lars Wendler
2018-10-17 21:38 Virgil Dupras
2018-04-22 1:33 Aaron Bauman
2017-12-18 18:14 Manuel Rüger
2017-12-18 18:14 Manuel Rüger
2017-02-13 10:58 Manuel Rüger
2017-02-13 10:58 Manuel Rüger
2016-09-28 7:12 Lars Wendler
2016-09-28 7:12 Lars Wendler
2016-09-28 7:12 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-29 15:49 Lars Wendler
2016-08-09 8:10 Lars Wendler
2016-08-09 8:10 Lars Wendler
2016-06-16 7:29 Lars Wendler
2016-06-16 7:29 Lars Wendler
2016-06-08 19:17 Mike Frysinger
2016-06-08 19:17 Mike Frysinger
2016-04-18 7:33 Lars Wendler
2016-02-17 21:14 Manuel Rüger
2016-02-17 21:13 Manuel Rüger
2016-01-16 17:50 Manuel Rüger
2016-01-08 23:32 Manuel Rüger
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=1585080164.1287788727d0e2ddcc249b322f3a0192a6e71da6.ulm@gentoo \
--to=ulm@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