commit:     10be53d2c62ebe927e5cf69d22e770582a6b4925
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec  9 14:08:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:26:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10be53d2

app-i18n/fcitx-unikey: drop 0.2.7, 4.9999

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

 app-i18n/fcitx-unikey/Manifest                   |  1 -
 app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild  | 57 ------------------------
 app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild | 57 ------------------------
 app-i18n/fcitx-unikey/metadata.xml               |  4 --
 4 files changed, 119 deletions(-)

diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest
index c694268b1de5..421d9e3ce9c5 100644
--- a/app-i18n/fcitx-unikey/Manifest
+++ b/app-i18n/fcitx-unikey/Manifest
@@ -1,2 +1 @@
-DIST fcitx-unikey-0.2.7.tar.xz 75204 BLAKE2B 
a0d70747a560b2493a3b7f7e06ff35f7e465bb4c4c8d22cb4db02f70a6298c49780fd0045874faeba1f20ad188a01a81fefc67a4f6ac9d6946d959f731a376a4
 SHA512 
1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2
 DIST fcitx5-unikey-5.1.4.tar.zst 114482 BLAKE2B 
daa7cb04f2047e7495f4699c4b7abe711b96553f8339b6ed41f84e934239e935ba55110076fd177fe14a8a5f01b65090fb2bf517acef9d085af018879b10b75a
 SHA512 
d8918222c37609c078bdf6d73a5acaa5ebaf23b4b49d253850c737ac659cee94956ee8782b3ac2ea6eaa5cfdb8fccec6a62e86d6b0a1b4f5b03c4a6e395ca3f0

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
deleted file mode 100644
index f977418e9bc9..000000000000
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2013-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-unikey";
-fi
-
-DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI=""
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
-fi
-
-LICENSE="GPL-2+ GPL-3+ LGPL-2+"
-SLOT="4"
-KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-IUSE="+macro-editor"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       sys-devel/gettext
-       virtual/pkgconfig
-       macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-       virtual/libintl
-       macro-editor? (
-               >=app-i18n/fcitx-qt5-1.1:4
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtgui-5.7:5
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-RDEPEND="${DEPEND}"
-
-DOCS=()
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_QT=$(usex macro-editor)
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
deleted file mode 100644
index 23a3d96150a7..000000000000
--- a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2013-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-unikey";
-fi
-
-DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI=""
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
-fi
-
-LICENSE="GPL-2+ GPL-3+ LGPL-2+"
-SLOT="4"
-KEYWORDS=""
-IUSE="+macro-editor"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       sys-devel/gettext
-       virtual/pkgconfig
-       macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-       virtual/libintl
-       macro-editor? (
-               >=app-i18n/fcitx-qt5-1.1:4
-               >=dev-qt/qtcore-5.7:5
-               >=dev-qt/qtgui-5.7:5
-               >=dev-qt/qtwidgets-5.7:5
-       )"
-RDEPEND="${DEPEND}"
-
-DOCS=()
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_QT=$(usex macro-editor)
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/app-i18n/fcitx-unikey/metadata.xml 
b/app-i18n/fcitx-unikey/metadata.xml
index d9272badfada..a65e98567c5b 100644
--- a/app-i18n/fcitx-unikey/metadata.xml
+++ b/app-i18n/fcitx-unikey/metadata.xml
@@ -13,11 +13,7 @@
                <email>[email protected]</email>
                <name>Cjk</name>
        </maintainer>
-       <use>
-               <flag name="macro-editor">Install macro editor</flag>
-       </use>
        <upstream>
-               <remote-id type="github">fcitx/fcitx-unikey</remote-id>
                <remote-id type="github">fcitx/fcitx5-unikey</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to