public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-l10n/
Date: Sun, 13 Feb 2022 22:55:46 +0000 (UTC)	[thread overview]
Message-ID: <1644792941.d27b0888f212bcd69487fc50234cde729217fdf5.ulm@gentoo> (raw)

commit:     d27b0888f212bcd69487fc50234cde729217fdf5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 22:52:57 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 22:55:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27b0888

app-i18n/man-pages-l10n: Version bump to 4.12.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-i18n/man-pages-l10n/Manifest                   |  1 +
 .../man-pages-l10n/man-pages-l10n-4.12.0.ebuild    | 73 ++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/app-i18n/man-pages-l10n/Manifest b/app-i18n/man-pages-l10n/Manifest
index 2cc15288b325..6b7ce3426c77 100644
--- a/app-i18n/man-pages-l10n/Manifest
+++ b/app-i18n/man-pages-l10n/Manifest
@@ -1 +1,2 @@
 DIST manpages-l10n-v4.10.0.tar.bz2 64760050 BLAKE2B b70d8b0a48050538f7af90c248f3132dadd69e9eca0e3f438aeb6b8086aed8f70ee4d54af3608c602910fcfac68d1283971a9a1869b3854d1802794c56837b58 SHA512 59f5daa7acf29252af2c733d7084bfe9bccbbec19f5e8cf1855df420835fd934e072479149d679a90ae4e52330763599a20fbb5bc8459b8a44e5bcc1628ab501
+DIST manpages-l10n-v4.12.0.tar.bz2 90653951 BLAKE2B 2d4e82f17b6d49cffe15fb65f414224c907e0e5229ba4b75a7a5715e2d44892520f71a3e99d7775d186e11f8f5c9f027fc8fee127d2963f52c3b49efdc9474ad SHA512 81fa3f86b044ac18c6949eee3c698c0dd41722a57388ed5856cd6a04e3fc2cff48b820c30014c091de46c994510addf150e375387f064a9a521f70558b1eba57

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.12.0.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.12.0.ebuild
new file mode 100644
index 000000000000..951aa0731560
--- /dev/null
+++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.12.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN/-}-v${PV}"
+DESCRIPTION="A somewhat comprehensive collection of man page translations"
+HOMEPAGE="https://manpages-l10n-team.pages.debian.net/manpages-l10n/"
+SRC_URI="https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v${PV}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+MY_L10N=(cs da de el es fa fi fr hu id it mk nb nl pl pt-BR ro sr sv)
+IUSE="${MY_L10N[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
+
+RDEPEND="virtual/man
+	l10n_de? ( !app-i18n/man-pages-de )
+	l10n_fr? ( !app-i18n/man-pages-fr )
+	l10n_it? ( !app-i18n/man-pages-it )
+	l10n_nl? ( !app-i18n/man-pages-nl )
+	l10n_pl? ( !app-i18n/man-pages-pl )"
+
+BDEPEND="app-text/po4a
+	dev-lang/perl"
+
+DOCS=(AUTHORS.md CHANGES.md CONTRIBUTING.md README.md)
+
+src_prepare() {
+	default
+	sed -i -e "/^SUBDIRS/s/=.*/= ${L10N//-/_}/" po/Makefile.{am,in} || die
+
+	# some packages have their own translations
+	local noinst_manpages=(
+		# app-arch/xz-utils
+		de/xz.1
+		de/xzdec.1
+		de/xzdiff.1
+		de/xzgrep.1
+		de/xzless.1
+		de/xzmore.1
+		# sys-apps/shadow
+		{de,es,nl,pl}/groups.1
+		de/su.1
+		# sys-process/procps
+		{de,fr,pl}/free.1
+		{de,fr}/pgrep.1
+		{de,fr}/pmap.1
+		{de,fr,pl}/ps.1
+		{de,fr}/pwdx.1
+		{de,fr}/tload.1
+		{de,fr,pl}/uptime.1
+		{de,fr}/sysctl.conf.5
+		{de,fr}/sysctl.8
+		{de,fr}/vmstat.8
+		# sys-process/psmisc
+		{de,nl,pl}/fuser.1
+		{de,pl}/killall.1
+		de/peekfd.1
+		de/prtstat.1
+		de/pslog.1
+		{de,pl}/pstree.1
+	)
+	printf '%s\n' "${noinst_manpages[@]}" \
+		| sed 's%^\(.*\)/\(.*\)\.\(.*\)$%po/\1/man\3/\2.\3.po%' | xargs rm
+	assert
+}
+
+src_configure() {
+	econf --enable-compression=none
+}


             reply	other threads:[~2022-02-13 22:55 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 22:55 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-10  1:38 [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-l10n/ Ionen Wolkens
2023-07-09 20:42 Ulrich Müller
2023-07-09 20:42 Ulrich Müller
2023-06-10  6:52 Sam James
2023-05-01  8:08 Ulrich Müller
2023-04-29  8:41 Ulrich Müller
2023-04-29  8:41 Ulrich Müller
2023-04-29  7:47 Arthur Zamarin
2023-01-28  8:46 Ulrich Müller
2023-01-28  8:46 Ulrich Müller
2022-07-30  3:21 Ulrich Müller
2022-07-28 23:06 Sam James
2022-06-12  8:53 Ulrich Müller
2022-06-11 11:30 Ulrich Müller
2022-03-29 11:21 Ulrich Müller
2022-03-29 11:21 Ulrich Müller
2022-03-25 19:44 Sam James
2022-02-14 13:57 Ulrich Müller
2022-02-14  7:27 Ulrich Müller
2022-02-13 23:20 Ulrich Müller
2021-08-08 13:13 Ulrich Müller
2021-08-06  0:25 Sam James
2021-07-22 13:18 Ulrich Müller
2021-07-19 10:20 Ulrich Müller
2021-03-29 17:25 Ulrich Müller
2021-03-29 15:30 Sam James
2021-02-09 17:24 Ulrich Müller
2021-02-07 17:01 Ulrich Müller
2021-02-07 17:01 Ulrich Müller
2021-02-06 18:33 Ulrich Müller
2020-04-15 22:54 Ulrich Müller
2020-04-15  9:39 Mart Raudsepp
2020-03-24 20:08 Ulrich Müller
2020-03-20 12:35 Ulrich Müller

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=1644792941.d27b0888f212bcd69487fc50234cde729217fdf5.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