public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/
Date: Fri, 20 Dec 2024 20:26:47 +0000 (UTC)	[thread overview]
Message-ID: <1734726391.6f4fd37858defb3314212ab5b6671a7f0dfcdb2d.asturm@gentoo> (raw)

commit:     6f4fd37858defb3314212ab5b6671a7f0dfcdb2d
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec  9 14:01:15 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:26:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4fd378

app-i18n/fcitx-configtool: drop 0.4.10, 4.9999

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

 app-i18n/fcitx-configtool/Manifest                 |  1 -
 .../fcitx-configtool-0.4.10.ebuild                 | 44 ----------------------
 .../fcitx-configtool-4.9999.ebuild                 | 44 ----------------------
 app-i18n/fcitx-configtool/metadata.xml             |  1 -
 4 files changed, 90 deletions(-)

diff --git a/app-i18n/fcitx-configtool/Manifest b/app-i18n/fcitx-configtool/Manifest
index bb214e00b058..6fcbd3f735ef 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,3 +1,2 @@
-DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca SHA512 1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
 DIST fcitx-configtool-5.1.6.tar.zst 149667 BLAKE2B 2536258eb92c04623b2f1aa77c99cf91919cd4f1d23c0bdf7f87ab8528b2b1305ed6771ee93b25d67ace24dfc5b14413d96d13f5487fe58efe93b36c452ff67a SHA512 1cedd3b5eae3c069774da3456799e26ab36cf8b8a6515cf008fe6e9822bfa7d0992ed69c4ef9671484082778cd5560ee6255446be3ebbf00f305143b20531aeb
 DIST fcitx-configtool-5.1.7.tar.zst 149763 BLAKE2B 74fcdf6edccc239c768a308cf590369439dd398bf1a6667f5ca1277991bf504fbcd4c00af51c3e21747a005bc9226315d2e5a441ab183b0f060bfa964d3c520f SHA512 5e6c98478d85ea912d30d213acb232c5abd31b30626d41b7697719bd18c5c5947a3f401cf2d75153fbe3720328f1d8eb76b1a807f02dedd5fcaf44a2bc2b0126

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
deleted file mode 100644
index 965a595ecd0b..000000000000
--- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2010-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool"
-fi
-
-DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-	SRC_URI=""
-else
-	SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="4"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
-IUSE=""
-
-BDEPEND="dev-libs/glib:2
-	virtual/pkgconfig"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-	app-text/iso-codes
-	dev-libs/glib:2
-	x11-libs/gtk+:3"
-RDEPEND="${DEPEND}"
-
-DOCS=()
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_GTK2=OFF
-		-DENABLE_GTK3=ON
-	)
-
-	cmake_src_configure
-}

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
deleted file mode 100644
index e8947d258263..000000000000
--- a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2010-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool"
-fi
-
-DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-	SRC_URI=""
-else
-	SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="4"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="dev-libs/glib:2
-	virtual/pkgconfig"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-	app-text/iso-codes
-	dev-libs/glib:2
-	x11-libs/gtk+:3"
-RDEPEND="${DEPEND}"
-
-DOCS=()
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_GTK2=OFF
-		-DENABLE_GTK3=ON
-	)
-
-	cmake_src_configure
-}

diff --git a/app-i18n/fcitx-configtool/metadata.xml b/app-i18n/fcitx-configtool/metadata.xml
index 4c1c7d5d0a5b..0e91aecf589e 100644
--- a/app-i18n/fcitx-configtool/metadata.xml
+++ b/app-i18n/fcitx-configtool/metadata.xml
@@ -19,7 +19,6 @@
 		<flag name="test">Enable Test</flag>
 	</use>
 	<upstream>
-		<remote-id type="github">fcitx/fcitx-configtool</remote-id>
 		<remote-id type="github">fcitx/fcitx5-configtool</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2024-12-20 20:26 UTC|newest]

Thread overview: 36+ 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-04-24 18:21 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/ Andreas Sturmlechner
2025-04-19  7:10 Andreas Sturmlechner
2025-04-10 11:29 Yixun Lan
2025-03-07  7:23 Sam James
2025-02-08  0:18 Yixun Lan
2024-10-11  0:07 Yixun Lan
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-09-02 19:25 Sam James
2024-06-16  6:21 Yixun Lan
2024-06-09 18:54 Matt Turner
2024-06-02  3:25 Yixun Lan
2024-06-02  3:25 Yixun Lan
2024-04-25  0:43 Yixun Lan
2024-04-25  0:43 Yixun Lan
2024-03-08  9:12 Yixun Lan
2024-01-17  9:04 Jakov Smolić
2024-01-16 17:50 Arthur Zamarin
2024-01-11  0:22 Yixun Lan
2024-01-11  0:22 Yixun Lan
2024-01-02  3:56 WANG Xuerui
2023-12-11 13:33 Yixun Lan
2021-04-27 22:02 Sam James
2020-11-03 20:20 Mike Gilbert
2020-09-24 14:26 Mike Gilbert
2019-10-04 18:43 Mike Gilbert
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-10-23 19:27 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-02 15:52 Mike Gilbert
2017-09-02 15:52 Mike Gilbert
2017-09-02 15:52 Mike Gilbert

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=1734726391.6f4fd37858defb3314212ab5b6671a7f0dfcdb2d.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