public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/rime-data/
Date: Wed, 24 Jul 2024 18:32:51 +0000 (UTC)	[thread overview]
Message-ID: <1721845930.78d12d6be637b949573d58e95e2e6e9e8f0cc3a0.arthurzam@gentoo> (raw)

commit:     78d12d6be637b949573d58e95e2e6e9e8f0cc3a0
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Jul 22 19:56:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:32:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d12d6b

app-i18n/rime-data: drop 0.38.20180515

Closes: https://bugs.gentoo.org/924139
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37616
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-i18n/rime-data/Manifest                       |  1 -
 app-i18n/rime-data/rime-data-0.38.20180515.ebuild | 30 -----------------------
 2 files changed, 31 deletions(-)

diff --git a/app-i18n/rime-data/Manifest b/app-i18n/rime-data/Manifest
index 3001e36a749f..a509de4df8a1 100644
--- a/app-i18n/rime-data/Manifest
+++ b/app-i18n/rime-data/Manifest
@@ -1,4 +1,3 @@
-DIST brise-0.38.20180515.tar.gz 7116807 BLAKE2B abf73b5813b18f4cd3ef68b3f6e8ad2c54ac90a0969a57e7786b53b99c162efeea9e82d962b3e8d7b8b1742852beb5d0eb4b07de65bdc1881c43388de552ee4a SHA512 60b3d37486b6858114036664327c9be00d09d3f7d3f5aaf337c6bc5a46134e5785fc1732db5aad15e1e628241a70c9c34b03f982fb13cae6d91220731b451bb9
 DIST rime-array-1.0.20240624.tar.gz 1721033 BLAKE2B 5bce47a0d78252a43934c4a4af83df7a8323af40411a765369aedac5bcb0da8f290e3a236b821aee33681a8ce89794586e9252a683f3ab2e25ea9459693319f1 SHA512 9999ec3bd3865c1a9d4bb35ba195bdd9dd3317701b3c693359faa67fdf41b0a1dc827124ec25b6f12b4281e155bad874a75d25cf67c52f33fecc5d8f426970ce
 DIST rime-bopomofo-1.0.20240624.tar.gz 5985 BLAKE2B 01b43029f35a392e363bbf60e0708651122dc14f2aaf6c103292e571a06ebdd804fc3097e0b0f874b66efadeff6c0d521a7ee3c640111b6054e318eeb6d84ae7 SHA512 106a2897ac409b12e5a9aee35bed31e6bd76e4c2cb5caed5d201e03891b316fe42e279c72e5a3b06fe575ea2e897903986fcab9401933b7dfc4d47064be01bce
 DIST rime-cangjie-1.0.20240624.tar.gz 392488 BLAKE2B 8c8ed40265e20793571b1c615134d293295fddd17ce48df9054d61b36b3a572d7546dbc5368f9f63efae73bf3572f9f2e9cad447b16eb2d3fd207e931e0c703d SHA512 b56c1363413fe6579cac994c0a2c12d75fe9efb842c4536a0962f64bb197009ab1f5071a204a2bc7983d0e06ecd6934e4db72a157a2cda76294b98d304715cad

diff --git a/app-i18n/rime-data/rime-data-0.38.20180515.ebuild b/app-i18n/rime-data/rime-data-0.38.20180515.ebuild
deleted file mode 100644
index 35fc2d8f9eaf..000000000000
--- a/app-i18n/rime-data/rime-data-0.38.20180515.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PN="brise"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Data resources for Rime Input Method Engine"
-HOMEPAGE="https://rime.im/ https://github.com/rime/brise"
-SRC_URI="https://github.com/rime/${MY_PN}/releases/download/${MY_P%.*}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3 extra? ( Apache-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="extra"
-
-DEPEND="app-i18n/librime"
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
-	sed -i "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" Makefile
-
-	default
-}
-
-src_compile() {
-	emake $(usex extra all preset)
-}


             reply	other threads:[~2024-07-24 18:32 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-24 18:32 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-14 16:01 [gentoo-commits] repo/gentoo:master commit in: app-i18n/rime-data/ Sam James
2024-12-14  7:25 Yixun Lan
2024-07-19 12:25 Arthur Zamarin
2024-07-12 11:21 Arthur Zamarin
2024-07-12 11:21 Arthur Zamarin
2023-12-24 10:57 WANG Xuerui
2022-10-10  6:25 Jakov Smolić
2022-03-09  8:59 Jakov Smolić
2020-12-28  0:01 Mike Gilbert
2020-04-12  9:44 Sergei Trofimovich
2019-12-31 18:08 Aaron Bauman
2019-08-30 18:39 Sergei Trofimovich
2019-08-18  3:06 Aaron Bauman
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12  8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2018-07-27 13:45 Akinori Hattori
2018-07-27 13:45 Akinori Hattori
2017-11-18 10:13 Sergei Trofimovich
2017-11-01 20:54 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2015-09-01 18:52 Tobias Klausmann

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=1721845930.78d12d6be637b949573d58e95e2e6e9e8f0cc3a0.arthurzam@gentoo \
    --to=arthurzam@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