From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2946B1382C5 for ; Fri, 26 Feb 2021 22:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61330E0885; Fri, 26 Feb 2021 22:50:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49C99E0885 for ; Fri, 26 Feb 2021 22:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA15D335DBF for ; Fri, 26 Feb 2021 22:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 453F64F1 for ; Fri, 26 Feb 2021 22:50:41 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1614379784.581bcc31672eba5b40cf8950a7caf3b889fbb4cd.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-rime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-rime/Manifest app-i18n/ibus-rime/ibus-rime-1.5.0.ebuild X-VCS-Directories: app-i18n/ibus-rime/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 581bcc31672eba5b40cf8950a7caf3b889fbb4cd X-VCS-Branch: master Date: Fri, 26 Feb 2021 22:50:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87d400f0-7b91-47c8-97b5-5b6b0e74510c X-Archives-Hash: 21e2199ddbc9cd5e6f4d42b3ebb558c4 commit: 581bcc31672eba5b40cf8950a7caf3b889fbb4cd Author: Yongxiang Liang gmail com> AuthorDate: Fri Feb 26 19:09:07 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 26 22:49:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581bcc31 app-i18n/ibus-rime: version bump to 1.5.0 Specify license more precisely (GPL-3+) Closes: https://github.com/gentoo/gentoo/pull/19676 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/ibus-rime/Manifest | 1 + app-i18n/ibus-rime/ibus-rime-1.5.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-i18n/ibus-rime/Manifest b/app-i18n/ibus-rime/Manifest index a548f02baa0..a82f6d108aa 100644 --- a/app-i18n/ibus-rime/Manifest +++ b/app-i18n/ibus-rime/Manifest @@ -1 +1,2 @@ DIST ibus-rime-1.4.0.tar.gz 34176 BLAKE2B 69d0392adc78b2b8935f2239c4567d001d3636d0e8ff59aca0b04b3189751a3edd0350eea9e2262b3ae3e639dbd9715c157e44727cc48ba9521801161a1508f4 SHA512 3fc24f4ce390e27d37e41775e4c075c7465cd3e90a9ab61d13ec47c2ca1c2afaafb322f327e18be573aa254a43b8cf6426415500a5d817b835bf4e0615ab9145 +DIST ibus-rime-1.5.0.tar.gz 35170 BLAKE2B 30cba341c3ae29438bf94fd93f030d6aa4fde3988d11b1b5e92aa4190ceac7e0776e07248cb1930819f455b378e01e3305fbf687efc997e675f23ff3120037ad SHA512 59b05efe7d5c7dd6dd88a213f05967b19f4946ad0685e29c6c87fbc47ffb3059cc16c88403cfbb945bcbf8637b20d34dcfd91d442c23bb6a9a18d60febbaf27b diff --git a/app-i18n/ibus-rime/ibus-rime-1.5.0.ebuild b/app-i18n/ibus-rime/ibus-rime-1.5.0.ebuild new file mode 100644 index 00000000000..5de798801e4 --- /dev/null +++ b/app-i18n/ibus-rime/ibus-rime-1.5.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Chinese Rime Input Method Engine for IBus" +HOMEPAGE="https://rime.im/ https://github.com/rime/ibus-rime" +SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + app-i18n/ibus + app-i18n/librime + app-i18n/rime-data + x11-libs/libnotify" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/cmake + virtual/pkgconfig" + +src_prepare() { + sed -i \ + -e "/^libexecdir/s:/lib:/libexec:" \ + -e "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" \ + -e "s/ make/ \$(MAKE)/" Makefile || die + + default +}