repo/gentoo:master commit in: app-i18n/man-pages-l10n/

Ulrich Müller <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1787126182.7d0af329d484ecd5dba7ce8780749254998f0ec9.ulm@gentoo>
commit:     7d0af329d484ecd5dba7ce8780749254998f0ec9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 07:56:22 2026 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 07:56:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0af329

app-i18n/man-pages-l10n: drop 4.29.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.29.1.ebuild    | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/app-i18n/man-pages-l10n/Manifest b/app-i18n/man-pages-l10n/Manifest
index fc17f1ef48c6..5adefd549157 100644
--- a/app-i18n/man-pages-l10n/Manifest
+++ b/app-i18n/man-pages-l10n/Manifest
@@ -1,4 +1,3 @@
-DIST manpages-l10n-4.29.1.tar.bz2 136572836 BLAKE2B ca380b3d10b80cb3f71cbbbcbf47dbe9f14ab349a66f3754d7efef1e0e0f9cdc6b79bf9de4c69b9a9acb6b5b61ad8c24abb27d63143d357972d4076b8afa80d4 SHA512 fd54516a631bfa031bba84a6801616839b95e7f39c6db656c2fc36f7fd110f33c4d813e9e539b0562518dc2f7e4e965919d8bd8963ac76eb37c93d82a26b76e7
 DIST manpages-l10n-4.30.0.tar.bz2 139438290 BLAKE2B 9bd50f3c6623dd68481c70e95ebcce8f6c50b86f124fcd049d0c1770d4099d762bde81ad547ead6162ddd72eca72875a2d7d1fcc029ff3aed6284c3c035d0843 SHA512 8034acf7dc25c71628a5b789480cd52ecf2aaccb674eb926e94f431abaad226a01344ce6c9f732c6751bd48a6c7340fda1bf3f5e121cf39c06c54be5053f1e56
 DIST manpages-l10n-4.30.2.tar.bz2 145952264 BLAKE2B 1645be1fd06ae80a0386b514425c29412c9ae3233acb164d58a5f2714a73174b47c4c7fa582e2a45f61e6427a41a62cd4a57bb71f87789468f0bd5b85b6ec3a3 SHA512 e31224db7d2bf324db1dc14498cf89d0ddb1a014eccbc42272d5db39674a7f5c943e5980eaf3cd0b1f8edb86f2d752d281ac6980f3c0cd337c9e05aaea7d79f6
 DIST manpages-l10n-4.31.0.tar.bz2 154056194 BLAKE2B aa3c6f4cc858575c0381d8b9e2f6311a3178c36f71a5ea5ba226052a930569233f106ab9ef1f1d7950f8e5032062681ca19477586ffcb5ac0b0364fa265297b4 SHA512 51249dadcdd411869b0878fed0b1db7b1f1a27a323da2d24c7f5fa7c7e394f0ff26cbc284652ff03bcd3335b2d2ba91af44f0225087152c40cfbddb76ea1b158

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.29.1.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.29.1.ebuild
deleted file mode 100644
index 0e1f1efdd78c..000000000000
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.29.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2026 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"
-# 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, otherwise the package would be empty.
-# Unfortunately, this triggers a RequiredUseDefaults pkgcheck warning.
-REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
-
-RDEPEND="virtual/man
-	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
-		# sys-apps/sysvinit
-		killall5.8
-		runlevel.8
-		shutdown.8
-	)
-
-	for f in "${noinst_manpages[@]}"; do
-		rm po/*/"man${f##*.}/${f}.po" || die
-	done
-}
-
-src_configure() {
-	econf --enable-compression=none
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.