diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/Manifest.gz | bin | 16863 -> 16857 bytes | |||
-rw-r--r-- | app-i18n/fcitx/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch | 32 | ||||
-rw-r--r-- | app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch | 32 | ||||
-rw-r--r-- | app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch | 12 | ||||
-rw-r--r-- | app-i18n/libime/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch | 12 | ||||
-rw-r--r-- | app-i18n/man-pages-zh_CN/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.3.6.ebuild | 35 | ||||
-rw-r--r-- | app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.4.0.ebuild | 3 |
10 files changed, 2 insertions, 132 deletions
diff --git a/app-i18n/Manifest.gz b/app-i18n/Manifest.gz Binary files differindex afc8dda9cbba..87bc9ef3faa2 100644 --- a/app-i18n/Manifest.gz +++ b/app-i18n/Manifest.gz diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest index b9c222cd081c..a20305cc7318 100644 --- a/app-i18n/fcitx/Manifest +++ b/app-i18n/fcitx/Manifest @@ -1,6 +1,3 @@ -AUX fcitx-4.2.9.8-enchant.patch 857 BLAKE2B 2de4fa00bf532b3b95af0ca0fe4b2fc61af4e6883d5b272682346751e66b83c5a6c9ce3323a6540c10474873afc4df0c279ec4dd1f1c57090a0e0f551abc46de SHA512 908501484c535ba88e4b4179752edb4b456e2294031fe4476d6b5ca972edd3568d992822622a293433690dd15fdac6e834fa979ea1cb6a1f8f7754eb0fbf5f01 -AUX fcitx-4.2.9.8-xkb.patch 796 BLAKE2B 8325574736faebd7938d8fdb19bb149586a8c83ba2342f454d3c665a22e6de642ac36cbf90a4e23a87fd2a9759fd51a42e96930fb429b98fde82cebb6dfa23e8 SHA512 321b73519c442e0595866a692a30e9cfb0464817d79162a7075b00711a73bc4c33fde5ec760bd48ca53ec842d62f98e8d8e8fed2474523d15ca4477dccfa8a2b -AUX fcitx-5.1.10-include-cstdint-for-gcc-15.patch 293 BLAKE2B dc9e83510fec08eddb094efd0552938e575ae397b47bc89240e67ccf1d3e4c433f009314b806e847221b3c2aa634e548868d0028ab832f2944eecd6972f0c0cd SHA512 4f7fdc907aa5d1ed4427e4c67b5a2ee79bebbf96120fd64f5f83a3e3505a9e11ad086aeff2311f4ac58d66aae21054560d648c3cb541f76dd75e18a90d857c2b DIST fcitx-5.1.10.tar.zst 8309913 BLAKE2B a63f5c747dd1d7a519873f00f234ae43d1ab5458e57b809f01e2b6cefc3e3921ecd7fff27cf4b21d59842f11e8d397760d90cf6572b42f65d226b21acc18fefc SHA512 196bc26f7dd50596da90e6b4b0a8b4886b57ec928c182427fb8763507f1f4cb39a252bfddcbd6eccaa0cc920070b7b9fda03f18fd444f84154ddd925678ad7d4 DIST fcitx-5.1.11.tar.zst 8310353 BLAKE2B b38daa03c40b19454cf8b82dc6c9d799730fb614bb606d86f0dfbadb6dd88f3a382f4c2b2a8f820bf4b01e27e27be82ed2624fb3f0a70843af5f72924e62e58b SHA512 d2fee4b931175d67ed29058af5dc644c6918829ca336e88566781ffaf5ccbe942281e9a41459b5ad8ad37756bed24b999127f8b17d8925bb923a9eb10d1081fb EBUILD fcitx-5.1.10.ebuild 2502 BLAKE2B 6f5025a3ff53e11f2416de3759cf00b31dc56bc8f11a7cc06b113047903ded8c6d5eaab98d3bb226872d98e98e388e97fb786853464466496ff00dea2e51aea6 SHA512 f662d1548a7dcd9c7231aaff555ede5b61f661fc95b125e4508e95496f50fe86dd0c282b1af7e91763d93c7b293738959ce5c990710e16505fef3b8dde0352a7 diff --git a/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch b/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch deleted file mode 100644 index 25b4fc1d12ac..000000000000 --- a/app-i18n/fcitx/files/fcitx-4.2.9.8-enchant.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://github.com/fcitx/fcitx/issues/475 - ---- a/cmake/FindEnchant.cmake -+++ b/cmake/FindEnchant.cmake -@@ -16,15 +16,15 @@ - endif(ENCHANT_INCLUDE_DIR AND ENCHANT_LIBRARIES) - - find_package(PkgConfig) --pkg_check_modules(PC_ENCHANT enchant) -+pkg_check_modules(PC_ENCHANT enchant-2 enchant) - - find_path(ENCHANT_INCLUDE_DIR - NAMES enchant.h - HINTS ${PC_ENCHANT_INCLUDE_DIRS} -- PATH_SUFFIXES "enchant") -+ PATH_SUFFIXES enchant-2 enchant) - - find_library(ENCHANT_LIBRARIES -- NAMES enchant -+ NAMES enchant-2 enchant - HINTS ${PC_ENCHANT_LIBRARY_DIRS}) - - if(ENCHANT_INCLUDE_DIR AND ENCHANT_LIBRARIES) -@@ -39,7 +39,7 @@ - #include <stdlib.h> - #include <stddef.h> - #include <string.h> -- #include <enchant/enchant.h> -+ #include <enchant.h> - - EnchantBroker *enchant_broker_init(); - char **enchant_dict_suggest(EnchantDict *dict, const char *str, diff --git a/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch b/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch deleted file mode 100644 index dbb82afa7443..000000000000 --- a/app-i18n/fcitx/files/fcitx-4.2.9.8-xkb.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://github.com/fcitx/fcitx/issues/250 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -96,12 +96,15 @@ - endif() - endif() - if (ENABLE_XKB) -- # Parse xkb xml file -- find_package(LibXml2 REQUIRED) - find_package(IsoCodes REQUIRED) -- find_package(XkbFile REQUIRED) - # Parse isocodes json - pkg_check_modules(JsonC "json-c" IMPORTED_TARGET REQUIRED) -+ if(ENABLE_X11) -+ # Parse xkb xml file -+ find_package(LibXml2 REQUIRED) -+ find_package(XkbFile REQUIRED) -+ find_package(XKeyboardConfig REQUIRED) -+ endif(ENABLE_X11) - endif (ENABLE_XKB) - if(ENABLE_PRESAGE) - find_package(Presage) -@@ -121,8 +124,6 @@ - message(FATAL_ERROR "Xkb is needed") - endif (NOT X11_Xkb_FOUND) - --find_package(XKeyboardConfig REQUIRED) -- - endif() - - if (ENABLE_TEST) diff --git a/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch b/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch deleted file mode 100644 index 4dcf19d363de..000000000000 --- a/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/fcitx/fcitx5/pull/1119 - ---- a/src/lib/fcitx-utils/inputbuffer.h -+++ b/src/lib/fcitx-utils/inputbuffer.h -@@ -7,6 +7,7 @@ - #ifndef _FCITX_UTILS_INPUTBUFFER_H_ - #define _FCITX_UTILS_INPUTBUFFER_H_ - -+#include <cstdint> - #include <cstring> - #include <memory> - #include <string> diff --git a/app-i18n/libime/Manifest b/app-i18n/libime/Manifest index 2cc4d6eccfd3..4ce726c2c3a0 100644 --- a/app-i18n/libime/Manifest +++ b/app-i18n/libime/Manifest @@ -1,4 +1,3 @@ -AUX libime-1.1.8-include-cstdint-for-gcc-15.patch 288 BLAKE2B 35d297ee4fab9c0490344bea7a24a18ecc23e7c96d8c9af875bcf9c1fc6edd87ccaf6e3ee1d681611b42c62b7a1d3525398a29122927ced58cd02aefce61fbdd SHA512 0d9dcd044ee6056c4759fb27e9c3f8958659ebc1611000fd23c80969477077944e82ff4691141ade0a7c05eec02887c7987aad12d588bc7940744e8fd9dd0338 DIST libime-1.1.8_dict.tar.zst 37061630 BLAKE2B e76ee4d403bdc2ef9c9eab663f6da3f1421d5aeb7761a1ccca21acf07626f27a9f00c0a8d83cf121a782c03252bd5f0aeccb81af639ca93902bb28716a1a3afb SHA512 5fa6683dcaa92d754b87ed01989a7a98eee9d4ee642720b1ac1b0b58416a6202ca929e2593dfe59ae361afb7d311d8e238a188530ba99db7aaa3164713c95a4a DIST libime-1.1.9_dict.tar.zst 49564053 BLAKE2B f10efc9ad091b3559cf38a17ba5c6ca60e74c4bac2cb0484a7c3e849cd9cd0c4f22dbba08b3a9e1824eca917812ba5f3c24682259c986b2851333a631d80c53d SHA512 07b687c98cf0c4e8fc4852fd633ad05de58e32a3c70e58d1c0a84c8862f1843a0421c9a11a9c5653bbb8b1da37d3aee91f2207dbeed12aa49e041e9b08b8dca9 EBUILD libime-1.1.8.ebuild 943 BLAKE2B 6b5b320b5d6f27c5eefa75f464a2c23bd5c130f931d7aaee3d0caf305f7611e19547745a9ccfef06ac4a10f4bce2779698a7ab84d09fd6300538f0aaf780ccb8 SHA512 2ac7ac44333f9a3ba6ce08ac9c3e1f73f4d33b5672daf7e37dfe71e0969a2bcc5bf138ef25a1bddb691fc9de3c6934fe8aa20da0ffe6f41b488bfe1813ae86b6 diff --git a/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch b/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch deleted file mode 100644 index 46221b19c5fc..000000000000 --- a/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/fcitx/libime/pull/78 - ---- a/src/libime/table/autophrasedict.h -+++ b/src/libime/table/autophrasedict.h -@@ -8,6 +8,7 @@ - - #include "libimetable_export.h" - #include <cstddef> -+#include <cstdint> - #include <fcitx-utils/macros.h> - #include <functional> - #include <istream> diff --git a/app-i18n/man-pages-zh_CN/Manifest b/app-i18n/man-pages-zh_CN/Manifest index f7a0a6019b90..243ddb85cf9c 100644 --- a/app-i18n/man-pages-zh_CN/Manifest +++ b/app-i18n/man-pages-zh_CN/Manifest @@ -1,5 +1,3 @@ -DIST man-pages-zh_CN-1.6.3.6.tar.gz 1861327 BLAKE2B 59a806aadd0ab6584a51efec8cf8e0e3ff88f589db48dd01d586534f81a06cbdc86efc7541bd9ced778b8ecc915e0f1baded882951fb60138e197f7b6b259d60 SHA512 dc9ecd461eba41fc30658e028f853e3664fc6ce27c5b48c3159c5c8a452ad6d71730e0e5f551efa7b4c358baf010ba27a855457ae69b21e9637af326044dcca8 DIST man-pages-zh_CN-1.6.4.0.tar.gz 1859827 BLAKE2B a97ca00bec60aa5a272310ac8e3a31bcb84e9a43a0a70a863e54a663671a4f6a2471364b468b93502777ed38f980ea559e782c109385fcfc33182aac76f7fbb3 SHA512 35f928cbc084b830db7a7e89213d706bad216f79f6937452e35abf577631c0d575cbd5cf8f51cd3e9547a163f64f4afd914251f4a26daa48e256c6076edfb133 -EBUILD man-pages-zh_CN-1.6.3.6.ebuild 857 BLAKE2B 8d29f7eef1b6030be6e4aabca91d0a13924b2497781af2c2e2ec78ab7a872da990d524c1a2980c68570ca6e26a672b02e6e28580aad7c9a5a9b46c1f4ba3ba34 SHA512 be0b07236ead7b7e82c651b6ef3fa3b5c2164f2589f57622fc5e3456ca1a0a313050c7200bfc3157c36a858c89e9060cec1f4f98718f5739792b19d545476e64 -EBUILD man-pages-zh_CN-1.6.4.0.ebuild 857 BLAKE2B d73fa602fb01f065487a2a49d5937998f903c72a47f24c943958489e7d6b162a5044cec27abf4fe7f3b9da4fce6c37297d1428b4a81855d0553b16c15a6e3912 SHA512 f7a505cc726302f86307503c942ef0ae342decbc5ea63b042f1294576bcf18a8f130678a93da32d265f2d344d3f47c81317424aeffab484b21486572f3317b5a +EBUILD man-pages-zh_CN-1.6.4.0.ebuild 849 BLAKE2B edfb8022bdea1b19789f69ff5db3c5b9a771da883c0c42efa2a5753a637ac37aaef40db6e8fa623fd87c27a9fc77203304a083332819cd7eb37136c33ca994d9 SHA512 1d194d33a7ea931a17cfa0a6e8373824d011cdea23642fb00c09342601b860c4c2eea23a350aaf5836f75d3d9c08045350b76ac71cfe21b2fcab9a90f6c92720 MISC metadata.xml 281 BLAKE2B 8ef144344dd93f4724f6854582804fe365d84ab61d312d3a4898684e1950a03072bf0487defe92f1e74ec1b81d7a6022a57f3bd686f832187463af253d99be3c SHA512 a3ca0f34ac6b5e4489f0e94427c077af27ad28bcbb3fb66696639c131c63bbf28317781f38f25b425a08d5a135b4aa5ec03da0ed4d342464847ad6780f076838 diff --git a/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.3.6.ebuild b/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.3.6.ebuild deleted file mode 100644 index 4401de7e452e..000000000000 --- a/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.3.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A somewhat comprehensive collection of Chinese Linux man pages" -HOMEPAGE="https://github.com/man-pages-zh/manpages-zh" -MY_PN="manpages-zh" -MY_P="${MY_PN}-${PV}" -SRC_URI="https://github.com/man-pages-zh/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="FDL-1.2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/man" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - # groups' zh_CN manpage is alrealy provided by sys-apps/shadow - # to avoid file collision, we have to remove it - rm src/man1/groups.1 || die - - doman -i18n=zh_CN src/man?/*.[1-9]* - dodoc README.md AUTHORS ChangeLog NEWS -} diff --git a/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.4.0.ebuild b/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.4.0.ebuild index fe590153a8be..970754ec889c 100644 --- a/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.4.0.ebuild +++ b/app-i18n/man-pages-zh_CN/man-pages-zh_CN-1.6.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ S="${WORKDIR}/${MY_P}" LICENSE="FDL-1.2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND="virtual/man" |