From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/
Date: Fri, 20 Dec 2024 20:26:48 +0000 (UTC) [thread overview]
Message-ID: <1734726393.10be53d2c62ebe927e5cf69d22e770582a6b4925.asturm@gentoo> (raw)
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>cjk@gentoo.org</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>
next reply other threads:[~2024-12-20 20:26 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-20 20:26 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 0:18 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/ Yixun Lan
2024-08-22 11:43 Yixun Lan
2021-11-19 6:24 Yixun Lan
2020-09-24 14:26 Mike Gilbert
2020-09-24 14:26 Mike Gilbert
2020-09-24 14:26 Mike Gilbert
2018-01-09 22:58 Sergei Trofimovich
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-11-15 19:26 Mike Gilbert
2017-10-23 19:27 Mike Gilbert
2017-10-05 8:37 Sergei Trofimovich
2017-10-02 17:36 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2017-09-24 16:23 Sergei Trofimovich
2017-09-02 15:52 Mike Gilbert
2016-10-13 16:08 Mike Gilbert
2016-10-13 16:08 Mike Gilbert
2016-10-13 16:08 Mike Gilbert
2015-12-22 2:32 Yixun Lan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1734726393.10be53d2c62ebe927e5cf69d22e770582a6b4925.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox