diff options
Diffstat (limited to 'app-i18n/fcitx-sayura')
-rw-r--r-- | app-i18n/fcitx-sayura/Manifest | 5 | ||||
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild | 41 | ||||
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild | 41 | ||||
-rw-r--r-- | app-i18n/fcitx-sayura/metadata.xml | 2 |
4 files changed, 2 insertions, 87 deletions
diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest index 32836d780c7d..bf534b140667 100644 --- a/app-i18n/fcitx-sayura/Manifest +++ b/app-i18n/fcitx-sayura/Manifest @@ -1,6 +1,3 @@ -DIST fcitx-sayura-0.1.2.tar.xz 25400 BLAKE2B 6bed1b86499b4448e87cb76c719d8fec3f7af7e5a4a4846ddc30e6e278f5e67c5ee47d39f4e19d3c8c927ce34bf66f51cf189d1147af0e509c3815ba4552a953 SHA512 2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466 DIST fcitx-sayura-5.1.2.tar.zst 25363 BLAKE2B f498b9062c0e450b8cd3632b231e6e3bc7010ef6aed6bc0b6c6118de854202e36ffa04249ebe4527a69e30d261c3c07a89f221fc9b578df4eee293acace05766 SHA512 bc00188affa127f3ddbcd5eb6dc99030f432bdcf408e4b7abbee50fd906686f9697338e2d774c6639e5984f1a5bc1ab00261ae4752f9a984c4a639fe5315645f -EBUILD fcitx-sayura-0.1.2.ebuild 784 BLAKE2B 38a841cc0427897c9527fec05a74d630bf25b8cad001a21ce8bb50ae0f8a460299b55dcb54ee2856c6cb246a4ec2320be36bff9d6805f9ff2a5e2b5b6b56828b SHA512 2a5b7948f3d21849937c4c59224af8965dd5a6886f2ae069ec15f196fa40d5bfa2b48f1650b922bc70f622eb124c504d55b2f711bc62daa3c4388810ef998831 -EBUILD fcitx-sayura-4.9999.ebuild 752 BLAKE2B 1586570bbf9450e512cb8f1db440cd71c3c3e7156b81a6348f315b2c20b7c139771e8090ff660d440afe42c8e26739a211bdda8889344de8d59adc46695e211a SHA512 769efa27440e0b39d7d6b508004ae07570e9dd9287c72f4c4afd33e4a448dfed27ea5688dc3cd5e74eb8274294db644c7a6b3599d835e120adaa8dfd3d5f6c12 EBUILD fcitx-sayura-5.1.2.ebuild 571 BLAKE2B 8d197602f553fb6aea69817f393d810a501d4c332be8c0f54e837809c279bbf711f2e183784a672576c4b4d055f71b43cdc501e77c50507d2da82305dcfe10e3 SHA512 80b2ebacfd9ca192125ca902bd263033ac237a09b5b0859cbc4a4e8bd49fc499d0ffa51ae107749feb2fac83b4f5f44a5e4b712d35c99f328e9bf365ac282a8f -MISC metadata.xml 577 BLAKE2B 751da1688a53cc9bd489ff9252d19445d66c54bf436a92e60338c646b4324c842aa096abb273c8ad53c04382ea46601b2aafbaef9134b80c8a967a07159e5ac1 SHA512 5efabef6e5d15acc1d7b7bd92257c4c1488347098d613e00d11caba76129bc75c8e236e944cd57cfe7f55d4e307c80a8c25ae7da24bfe5a6eb293199961cdb2d +MISC metadata.xml 578 BLAKE2B fa86c49f76daad9708064c6cdfc01602333daa4c4b72186c4a961e8ff3d7657d0568fa16d38393c40fc0afb53cc735b794c2bb9e0a4c65a40cf40ffa397697d4 SHA512 57ea95e3bfbd77d7a23e760232886b6a009acf50b4f84bb006ec7204f4e7bc6111a24bcb78dd19edf1db229087108f6c1cde32cafcf1e46af98da5aefe139ae1 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild deleted file mode 100644 index ff59fdb17065..000000000000 --- a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2016-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit cmake xdg-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura" -fi - -DESCRIPTION="Sinhala Sayura input method for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4" -KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv x86" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND=">=app-i18n/fcitx-4.2.9:4 - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -DOCS=() - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild deleted file mode 100644 index 071943eb140c..000000000000 --- a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2016-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit cmake xdg-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura" -fi - -DESCRIPTION="Sinhala Sayura input method for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4" -KEYWORDS="" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND=">=app-i18n/fcitx-4.2.9:4 - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -DOCS=() - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/app-i18n/fcitx-sayura/metadata.xml b/app-i18n/fcitx-sayura/metadata.xml index b42843ddf729..b25b8e17b9de 100644 --- a/app-i18n/fcitx-sayura/metadata.xml +++ b/app-i18n/fcitx-sayura/metadata.xml @@ -14,6 +14,6 @@ <name>Cjk</name> </maintainer> <upstream> - <remote-id type="github">fcitx/fcitx-sayura</remote-id> + <remote-id type="github">fcitx/fcitx5-sayura</remote-id> </upstream> </pkgmetadata> |