commit:     51d6587e110de75d001e3a5f77edf066c47ec191
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec  9 14:02:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:26:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d6587e

app-i18n/fcitx-libpinyin: treeclean

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/fcitx-libpinyin/Manifest                  |  2 -
 .../fcitx-libpinyin/fcitx-libpinyin-0.5.4.ebuild   | 74 ----------------------
 .../fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild  | 74 ----------------------
 app-i18n/fcitx-libpinyin/metadata.xml              | 14 ----
 4 files changed, 164 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/Manifest 
b/app-i18n/fcitx-libpinyin/Manifest
deleted file mode 100644
index ad5d77bddd69..000000000000
--- a/app-i18n/fcitx-libpinyin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fcitx-data-model.text.20161206.tar.gz 15099931 BLAKE2B 
80e6a6fe5109011d6ea8683658d3fa89fc00e9dacfd140da3e993afc7db088c445da636797fbdac416e70119d37d47bdb0cb18d3865cebb397dbaa8a3055d703
 SHA512 
26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429
-DIST fcitx-libpinyin-0.5.4_dict.tar.xz 15148952 BLAKE2B 
1f6d3d4d334eafd24799b2bd6df9ad42318b819b8989600f0b89992640e45cd660e3b2c4e5c857c5ddccd7893182c41d6f7599a48a70129807922812e6ee9d7d
 SHA512 
e91dbcb42bbaa74320ad593918c3c86cc6f6bc209f3f0fee2f8870c4fb86ecbf3c9f17618b8c8b29db67771fe54ffcffc79c62545299037dc623146e6073b2e1

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.4.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.4.ebuild
deleted file mode 100644
index 728ff9efb5d8..000000000000
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2012-2023 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-libpinyin";
-fi
-
-DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz 
-> fcitx-data-model.text.20161206.tar.gz"
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz";
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="4"
-KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-IUSE="dictionary-manager"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       >=app-i18n/libpinyin-2.1.0
-       virtual/pkgconfig
-       dictionary-manager? (
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-       >=app-i18n/libpinyin-2.1.0:=
-       dev-libs/glib:2
-       sys-apps/dbus
-       virtual/libintl
-       dictionary-manager? (
-               >=app-i18n/fcitx-qt5-1.1:4
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtdbus-5.7:5
-               >=dev-qt/qtgui-5.7:5
-               >=dev-qt/qtnetwork-5.7:5
-               >=dev-qt/qtwebengine-5.7:5[widgets]
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS)
-
-src_prepare() {
-       if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-               ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" 
data/model.text.20161206.tar.gz || die
-       fi
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_QT=$(usex dictionary-manager)
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
deleted file mode 100644
index 23aae0d11f68..000000000000
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2012-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-libpinyin";
-fi
-
-DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz 
-> fcitx-data-model.text.20161206.tar.gz"
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz";
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="4"
-KEYWORDS=""
-IUSE="dictionary-manager"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       >=app-i18n/libpinyin-2.1.0
-       virtual/pkgconfig
-       dictionary-manager? (
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-       >=app-i18n/libpinyin-2.1.0:=
-       dev-libs/glib:2
-       sys-apps/dbus
-       virtual/libintl
-       dictionary-manager? (
-               >=app-i18n/fcitx-qt5-1.1:4
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtdbus-5.7:5
-               >=dev-qt/qtgui-5.7:5
-               >=dev-qt/qtnetwork-5.7:5
-               >=dev-qt/qtwebengine-5.7:5[widgets]
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS)
-
-src_prepare() {
-       if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-               ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" 
data/model.text.20161206.tar.gz || die
-       fi
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_QT=$(usex dictionary-manager)
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/app-i18n/fcitx-libpinyin/metadata.xml 
b/app-i18n/fcitx-libpinyin/metadata.xml
deleted file mode 100644
index b70e3b7bbbf2..000000000000
--- a/app-i18n/fcitx-libpinyin/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Cjk</name>
-       </maintainer>
-       <use>
-               <flag name="dictionary-manager">Install dictionary 
manager</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">fcitx/fcitx-libpinyin</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to