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/libime/
Date: Sat, 04 Oct 2025 12:55:18 +0000 (UTC)	[thread overview]
Message-ID: <1759582499.69d4c7896f44fef32577c621a9f2a5b24451209e.asturm@gentoo> (raw)

commit:     69d4c7896f44fef32577c621a9f2a5b24451209e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 19:30:38 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 12:54:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d4c789

app-i18n/libime: drop 1.1.10

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/libime/Manifest             |  1 -
 app-i18n/libime/libime-1.1.10.ebuild | 53 ------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/app-i18n/libime/Manifest b/app-i18n/libime/Manifest
index a1de4ee5439f..9bdbb85be025 100644
--- a/app-i18n/libime/Manifest
+++ b/app-i18n/libime/Manifest
@@ -1,2 +1 @@
-DIST libime-1.1.10_dict.tar.zst 49587642 BLAKE2B 0a21691236c00e504cc1d3e8f853e0c0818f8c9b8e2806fc854fcafa47eb64d72760e5d3bd3739e0dfa0e2fec041498e33a854ec84e33fe43303f17c82a3c46b SHA512 9657041cbfa61a55e8f5757c044b3db9c16aad610d9174cc1529d39be596bd79dbe8e9c4a0e221f4c46cf0cf61a7dfc594d183a0c56f28d9295aae412085833f
 DIST libime-1.1.11_dict.tar.zst 49591163 BLAKE2B 6f14f54237e951350c819905afefb4f72b3cc7c96374dc1d20013b917d3f14d38faabfcf11e90e5420b0a864adc4f4bb29f9730373bb59caffc344c571e47270 SHA512 8eaee360b97822bf7a4f6aa3454e9bb09106c382e99604347f08c078242cd4833caab558268312f94b6cc65a3928e624a14daa2c770dc31042f649707e2c56a3

diff --git a/app-i18n/libime/libime-1.1.10.ebuild b/app-i18n/libime/libime-1.1.10.ebuild
deleted file mode 100644
index df1b67343a11..000000000000
--- a/app-i18n/libime/libime-1.1.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake unpacker
-
-DESCRIPTION="Fcitx5 Next generation of fcitx"
-HOMEPAGE="https://fcitx-im.org/"
-SRC_URI="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.zst"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-IUSE="+data doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=app-i18n/fcitx-5.1.5:5
-	app-arch/zstd:=
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	kde-frameworks/extra-cmake-modules:0
-	virtual/pkgconfig
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-fontutils
-	)
-"
-
-src_configure() {
-	# 957570 : remove unused kenlm CMakeLists.txt
-	rm src/libime/core/kenlm/CMakeLists.txt || die
-
-	local mycmakeargs=(
-		-DENABLE_DATA=$(usex data)
-		-DENABLE_DOC=$(usex doc)
-		-DENABLE_TEST=$(usex test)
-	)
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-	use doc && cmake_src_compile doc
-}
-
-src_install() {
-	cmake_src_install
-	use doc && dodoc -r "${BUILD_DIR}"/doc/*
-}


             reply	other threads:[~2025-10-04 12:55 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-04 12:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-30 18:16 [gentoo-commits] repo/gentoo:master commit in: app-i18n/libime/ Arthur Zamarin
2025-09-12 14:29 Arthur Zamarin
2025-09-02  0:53 Sam James
2025-08-18 16:23 Sam James
2025-08-18 16:23 Sam James
2025-08-06 23:42 Yixun Lan
2025-08-06 23:42 Yixun Lan
2025-06-29  4:28 Yixun Lan
2025-06-29  4:28 Yixun Lan
2025-04-24  7:00 Sam James
2025-04-23  7:57 Sam James
2025-04-09 13:50 Sam James
2025-02-08  0:18 Yixun Lan
2024-12-02  7:15 Yixun Lan
2024-11-24 14:25 Joonas Niilola
2024-11-24  8:45 Joonas Niilola
2024-10-11  0:07 Yixun Lan
2024-08-21  9:19 Joonas Niilola
2024-07-29 17:30 Sam James
2024-07-29 17:30 Sam James
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-18 15:10 WANG Xuerui
2024-01-18 15:10 WANG Xuerui
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

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=1759582499.69d4c7896f44fef32577c621a9f2a5b24451209e.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