summaryrefslogtreecommitdiff
path: root/app-i18n
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-23 18:55:58 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-23 18:55:58 -0500
commitcdcbdbc2768a2b227ed7d980ebcec51a492bd53f (patch)
tree3d2e7f33d50ce982cd8767ee5099f7c924d4eb49 /app-i18n
parent3ac897312b1982e0855eb4251695765d57976b18 (diff)
downloadbaldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.tar.gz
baldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.tar.xz
baldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.zip
Adding metadata
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/man-pages-ja/Manifest2
-rw-r--r--app-i18n/man-pages-ja/man-pages-ja-20260115-r2.ebuild60
-rw-r--r--app-i18n/man-pages-ja/man-pages-ja-20260515.ebuild60
3 files changed, 0 insertions, 122 deletions
diff --git a/app-i18n/man-pages-ja/Manifest b/app-i18n/man-pages-ja/Manifest
index a42c28b4b219..c6da6ed9add1 100644
--- a/app-i18n/man-pages-ja/Manifest
+++ b/app-i18n/man-pages-ja/Manifest
@@ -1,4 +1,2 @@
-DIST man-pages-ja-20260115.tar.gz 5048896 BLAKE2B 36d70ad9c3a76f9d948e70d5532841cb965d5ae56bda136b29c883135a38e71e0d6e592b7a417b26518460c0d7b80a17b0fb0bb5f35d69356167a75c26a56c13 SHA512 4518cf27e6dec2496b6b9f82c8aae4ab4873071f875985e07e23d192d5fb61088b6fe2ba171cbfc94d3868836a15da72c897f04f589fa3a822be3dc05e35e95a
-DIST man-pages-ja-20260515.tar.gz 5068519 BLAKE2B 9be2b5650fff727bfee97c0546d732b074becca4ccb58e519e294d61ad479131a3ba4033c9aed7e131cc84cb2f0de9febdb3eae5ffd806fbd1afd44f2b9bafb7 SHA512 50da8fe50e7d4a57d3286661cf8576b5e1e27050fe23c8473ddb12c300d2d847c704e8081dd7afec892b4e57302419b98a8a4a0a7cd0bb1a002060b853b3f1c9
DIST man-pages-ja-20260615.tar.gz 5062168 BLAKE2B f99f0ae2843599d1e12fef3fb69f0a9a38abebada4e5b8d2f49fb47bf391de95adcf47f0e8f8fd4b0968c94962575e012b5ef572021d0bd7a485d09fb9c4c56f SHA512 96a24d0a6a088abf5c9dc787afe76fb48ab1d11db22755113545fdd883585f044bb3904e0521199b3c9f4a601c7e6e64715dfee2bba8fb0cdded664cb6a8d97a
DIST man-pages-ja-20260815.tar.gz 5084487 BLAKE2B 778aa9f79a632c43937f17c182979bb6fa8e6e9c869cdc5940715a6bd4f8b2b2aa120ff8a26c7cdd9b1fb47be185ae5698d2a3a0a2934db5b3bd98432abe7763 SHA512 065fbbced16398910f788f470f7c218ed3c0bd79885996a8005e0a35fd6a57821b94e0bc7be285b566d2242108b6081fef3f79babfc9f6d1504b3da7dde2ddaf
diff --git a/app-i18n/man-pages-ja/man-pages-ja-20260115-r2.ebuild b/app-i18n/man-pages-ja/man-pages-ja-20260115-r2.ebuild
deleted file mode 100644
index f2b6cf40c18c..000000000000
--- a/app-i18n/man-pages-ja/man-pages-ja-20260115-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Collection of manual pages translated into Japanese"
-HOMEPAGE="https://linuxjm.sourceforge.io/"
-SRC_URI="https://github.com/linux-jm/manual/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2+ GPL-2 GPL-3+ LGPL-2 LGPL-2+ 0BSD BSD BSD-2 MIT ISC HPND FDL-1.1+ LDP-1 LDP-1a man-pages Texinfo-manual"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="virtual/man"
-
-src_prepare() {
- local -A pkgs
- # remove man pages that are provided by other packages.
- # - sys-apps/man-db +nls
- pkgs["man"]=
- # - sys-apps/shadow +nls
- pkgs["shadow"]=
- pkgs["GNU_coreutils"]="groups"
- pkgs["LDP_man-pages"]="passwd"
- pkgs["util-linux"]="chfn chsh newgrp vigr vipw"
- # - app-arch/rpm +nls
- pkgs["rpm"]=
-
- local pkg regex
- for pkg in "${!pkgs[@]}"; do
- if [[ -z ${pkgs[${pkg}]} ]]; then
- regex+="${pkg}\\|"
- else
- sed -i "/:\(${pkgs[${pkg}]// /\\|}\):/d" manual/${pkg}/translation_list || die
- fi
- done
- sed -i "/^\(${regex%\\|}\)/s/Y$/N/" script/pkgs.list || die
- default
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local pkg ans tl man
- local _ name sec
- while read -r pkg ans; do
- tl="manual/${pkg}/translation_list"
- [[ ${ans} == "N" || ! -f ${tl} ]] && continue
-
- einfo "install ${pkg}"
- man=()
- while IFS=: read -r _ _ _ _ name sec _; do
- man+=( "manual/${pkg}/man${sec}/${name}.${sec}" )
- done < <(sed "/^\(\xc3\x97\|\xe2\x96\xb2\|\xe2\x96\xb3\|\xe2\x97\x8f\|\xe2\x80\xbb\|$\)/d" ${tl})
- doman -i18n=ja "${man[@]}"
- done < <(tac script/pkgs.list | grep -v "^#")
- einstalldocs
-}
diff --git a/app-i18n/man-pages-ja/man-pages-ja-20260515.ebuild b/app-i18n/man-pages-ja/man-pages-ja-20260515.ebuild
deleted file mode 100644
index 2fb1e7642af2..000000000000
--- a/app-i18n/man-pages-ja/man-pages-ja-20260515.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Collection of manual pages translated into Japanese"
-HOMEPAGE="https://linuxjm.sourceforge.io/"
-SRC_URI="https://github.com/linux-jm/manual/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2+ GPL-2 GPL-3+ LGPL-2 LGPL-2+ 0BSD BSD BSD-2 MIT ISC HPND FDL-1.1+ LDP-1 LDP-1a man-pages Texinfo-manual"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="virtual/man"
-
-src_prepare() {
- local -A pkgs
- # remove man pages that are provided by other packages.
- # - sys-apps/man-db +nls
- pkgs["man"]=
- # - sys-apps/shadow +nls
- pkgs["shadow"]=
- pkgs["GNU_coreutils"]="groups"
- pkgs["LDP_man-pages"]="passwd"
- pkgs["util-linux"]="chfn chsh newgrp vigr vipw"
- # - app-arch/rpm +nls
- pkgs["rpm"]=
-
- local pkg regex
- for pkg in "${!pkgs[@]}"; do
- if [[ -z ${pkgs[${pkg}]} ]]; then
- regex+="${pkg}\\|"
- else
- sed -i "/:\(${pkgs[${pkg}]// /\\|}\):/d" manual/${pkg}/translation_list || die
- fi
- done
- sed -i "/^\(${regex%\\|}\)/s/Y$/N/" script/pkgs.list || die
- default
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local pkg ans tl man
- local _ name sec
- while read -r pkg ans; do
- tl="manual/${pkg}/translation_list"
- [[ ${ans} == "N" || ! -f ${tl} ]] && continue
-
- einfo "install ${pkg}"
- man=()
- while IFS=: read -r _ _ _ _ name sec _; do
- man+=( "manual/${pkg}/man${sec}/${name}.${sec}" )
- done < <(sed "/^\(\xc3\x97\|\xe2\x96\xb2\|\xe2\x96\xb3\|\xe2\x97\x8f\|\xe2\x80\xbb\|$\)/d" ${tl})
- doman -i18n=ja "${man[@]}"
- done < <(tac script/pkgs.list | grep -v "^#")
- einstalldocs
-}