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: Wed, 07 May 2025 10:46:00 +0000 (UTC) [thread overview]
Message-ID: <1746614744.c007ab79045c4a7f9a7980c838c4d51cc5308740.ulm@gentoo> (raw)
commit: c007ab79045c4a7f9a7980c838c4d51cc5308740
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 7 10:45:44 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May 7 10:45:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c007ab79
app-i18n/man-pages-l10n: drop 4.25.1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-i18n/man-pages-l10n/Manifest | 1 -
.../man-pages-l10n/man-pages-l10n-4.25.1.ebuild | 58 ----------------------
2 files changed, 59 deletions(-)
diff --git a/app-i18n/man-pages-l10n/Manifest b/app-i18n/man-pages-l10n/Manifest
index c2f563d13d55..f5b02b6a636f 100644
--- a/app-i18n/man-pages-l10n/Manifest
+++ b/app-i18n/man-pages-l10n/Manifest
@@ -1,3 +1,2 @@
-DIST manpages-l10n-4.25.1.tar.bz2 121789063 BLAKE2B 3badbb0b1f794244bc1a3f4b796709f7ee997970129de06c47fa5182325e2c9b6cb58a26934a1e5a6db0b956a7dbeb505f29a144a4c1335fd3d3acf5e8c821f7 SHA512 58dd33e2844acc215f575fd3febd80c72526656b51f2198a20c67ae9afbb56a417617904b20be68115d300030674d45d6769827946ddd2f7a5b0da62c3880cc7
DIST manpages-l10n-4.26.0.tar.bz2 128891609 BLAKE2B 25618153899b943a35f8820a41e0942d464cf82d0c666774a3f393662c59e0a75d086f8da14fadd5d69f45238c773ec4f34c3b4d642f25cdc2c252b6e4c0fbc2 SHA512 f3a7b51efb53eee64b6aeb7246f42a0a9b68e2942b865554876fb2a4e4bd7ea6a282455ed735c205908adddfa3f870838aad9c09a010341fe7bb68e151c4e61c
DIST manpages-l10n-4.26.1.tar.bz2 132385485 BLAKE2B 933f01da4cd672e2e19541a63c626790d80e4bcbc2c7d8c21243d68a000c773c2fe62ef2510a47e40ab3629ac62725ecbe2248ec7f0619ac977f7925dc3b15b9 SHA512 60b3bfc212cae49f0c3ef0554e2a26cf3a91f27ca75e492ddb4b9884de37b866af91bf6a583e30a0cdda554a3c6685a30de8087663b0aebf26642245eb03b7c4
diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.25.1.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.25.1.ebuild
deleted file mode 100644
index 4b0fc6cf0ab5..000000000000
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.25.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/${PN/-}/-/archive/${PV}/${P/-}.tar.bz2"
-S="${WORKDIR}/${P/-}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-# fa omitted because of build failures (patches are welcome!)
-MY_L10N=(cs da de el es fi fr hu id it ko mk nb nl pl pt-BR ro ru sr sv uk vi)
-IUSE="${MY_L10N[@]/#/l10n_}"
-# require at least one language lest we install an empty package
-# pkgcheck warning: RequiredUseDefaults
-REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
-
-RDEPEND="virtual/man
- l10n_it? ( !app-i18n/man-pages-it )
- l10n_ru? ( !app-i18n/man-pages-ru )"
-
-BDEPEND="app-text/po4a
- dev-lang/perl"
-
-DOCS=(AUTHORS.md CHANGES.md CONTRIBUTING.md COPYRIGHT.md README.md)
-
-src_prepare() {
- default
- sed -i -e "/^SUBDIRS/s/=.*/= ${L10N//-/_}/" po/Makefile.{am,in} || die
-
- # some packages have their own translations
- local f noinst_manpages=(
- # sys-apps/shadow
- groups.1
- su.1
- # sys-apps/sysvinit
- last.1
- mesg.1
- mountpoint.1
- utmpdump.1
- wall.1
- killall5.8
- runlevel.8
- shutdown.8
- sulogin.8
- )
-
- for f in "${noinst_manpages[@]}"; do
- rm po/*/"man${f##*.}/${f}.po" || die
- done
-}
-
-src_configure() {
- econf --enable-compression=none
-}
next reply other threads:[~2025-05-07 10:46 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-07 10:46 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-07 10:46 [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-l10n/ Ulrich Müller
2025-05-07 10:10 Sam James
2025-04-05 17:27 Ulrich Müller
2025-04-05 17:27 Ulrich Müller
2025-03-10 11:09 Arthur Zamarin
2025-02-01 13:39 Ulrich Müller
2025-02-01 13:39 Ulrich Müller
2023-12-10 1:38 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
2022-02-13 22:55 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=1746614744.c007ab79045c4a7f9a7980c838c4d51cc5308740.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