public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/
Date: Thu, 21 Oct 2021 14:51:08 +0000 (UTC)	[thread overview]
Message-ID: <1634827858.d2c85a4d2b7eb5fd4c9743edea4b27fbbee6f9a8.hattya@gentoo> (raw)

commit:     d2c85a4d2b7eb5fd4c9743edea4b27fbbee6f9a8
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 14:50:58 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 14:50:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c85a4d

app-i18n/ibus-m17n: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-m17n/Manifest               |  2 --
 app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild | 45 -------------------------------
 app-i18n/ibus-m17n/ibus-m17n-1.4.6.ebuild | 45 -------------------------------
 3 files changed, 92 deletions(-)

diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index b433f3e8c12..ec88cec6eb0 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,4 +1,2 @@
-DIST ibus-m17n-1.4.5.tar.gz 493250 BLAKE2B a5fd4de169997dea78acf6273a7e44cefbc9ab4499cbee92c30f394ef7267c15fb1af42d45d227bc160150f35195477f9ec3d2534f9764bab4fa86c0fae046eb SHA512 64bed564d59b0992ebc8a931e0845f687c176e5336d7c7fbc1d575433eb276714615f8fee412a532ec2c8870e46d8d6c41636c984b666c92427dadbdc84838b5
-DIST ibus-m17n-1.4.6.tar.gz 493592 BLAKE2B 1b9978277a008a4e72ffe03306d409532da7757d53cdb8bae9d6b5776b417e3b731fe432cb5f5c50f7f52d83ed9a2dd572a866111f9186ac42f5ce8afe511ad4 SHA512 d33c89735e5e6c93301a3c3985f46708e41d44b66e580b282e484a7497c0b9d2615c66931cdd7260b4a63d9e9af4d9ebbad5e23d4a3f8a7773dcab61a7600c57
 DIST ibus-m17n-1.4.7.tar.gz 493889 BLAKE2B 48a9b2ff1590d790d763014c0c9e5c08bf7ba84361a922aa71ab9cdb5b5e4c69fc5608a27c19eadc83578fdaafc3375c5bcedc1d81e2743a994d622042ffd436 SHA512 b011d4ee63a538a51f67012932d872fc2d527c6f3e5dd1642b7e70d3a32164532bc2ab69fb794eb985617b2698074af9079dac7991b5a2a30828595b129cce40
 DIST ibus-m17n-1.4.8.tar.gz 494516 BLAKE2B ec4cb36d465e25a6e0e334243e7df83444846f9109ef2142daea4949ddaa7cdf5290fc2749a978f7b8fb6d49bb080b2b826726fdc97e26bc722b019c93f13882 SHA512 3e808ffc3b7d03a745be1009a58c8d03ecabe15478f7bf36d70b777d342ad04d0f5574bb78743bcb67ab36674d316aef3cd7070d48ef9e11d07f960d75597aec

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild
deleted file mode 100644
index 8ec1183befa..00000000000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit gnome2-utils xdg
-
-DESCRIPTION="M17N engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk nls"
-
-DEPEND="app-i18n/ibus
-	dev-libs/m17n-lib
-	gtk? ( x11-libs/gtk+:3 )
-	nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
-	>=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		$(use_with gtk gtk 3.0)
-}
-
-pkg_preinst() {
-	xdg_pkg_preinst
-	gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.6.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.6.ebuild
deleted file mode 100644
index 1fabfb50607..00000000000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit gnome2-utils xdg
-
-DESCRIPTION="M17N engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk nls"
-
-DEPEND="app-i18n/ibus
-	dev-libs/m17n-lib
-	gtk? ( x11-libs/gtk+:3 )
-	nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
-	>=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		$(use_with gtk gtk 3.0)
-}
-
-pkg_preinst() {
-	xdg_pkg_preinst
-	gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


             reply	other threads:[~2021-10-21 14:51 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21 14:51 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01  5:12 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/ Akinori Hattori
2025-03-01  5:12 Akinori Hattori
2025-01-24 13:21 Akinori Hattori
2024-12-22  7:50 Akinori Hattori
2024-12-22  7:50 Akinori Hattori
2024-11-16 14:15 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-09-15  6:53 Akinori Hattori
2024-08-31  9:10 Akinori Hattori
2024-08-31  9:10 Akinori Hattori
2024-07-26 13:52 Akinori Hattori
2024-07-21  8:33 Akinori Hattori
2024-05-29 13:10 Akinori Hattori
2024-05-29 13:10 Akinori Hattori
2024-04-14  6:16 Akinori Hattori
2024-03-24 13:18 Akinori Hattori
2024-03-24 13:18 Akinori Hattori
2024-02-16 13:36 Akinori Hattori
2024-01-15 12:32 Akinori Hattori
2024-01-15 12:32 Akinori Hattori
2023-12-28 12:46 Akinori Hattori
2023-12-28 12:46 Akinori Hattori
2023-12-08 14:21 Akinori Hattori
2023-12-06 13:40 Akinori Hattori
2023-12-06 13:40 Akinori Hattori
2023-11-11 12:35 Akinori Hattori
2023-10-30 13:02 Akinori Hattori
2023-09-27 13:53 Akinori Hattori
2023-09-27 13:53 Akinori Hattori
2023-09-15 14:25 Akinori Hattori
2023-09-15 14:25 Akinori Hattori
2023-08-22 13:08 Akinori Hattori
2023-08-17 14:15 Akinori Hattori
2023-04-04 13:20 Akinori Hattori
2023-04-04 13:20 Akinori Hattori
2023-02-26 13:25 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2022-12-10  1:38 Akinori Hattori
2022-11-05  1:11 Akinori Hattori
2022-11-05  1:11 Akinori Hattori
2022-09-23 12:59 Akinori Hattori
2022-09-09 14:36 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-08-06  1:05 Akinori Hattori
2022-07-09  1:42 Akinori Hattori
2022-07-09  1:42 Akinori Hattori
2022-02-10 13:53 Akinori Hattori
2021-11-27  6:12 Akinori Hattori
2021-11-27  6:12 Akinori Hattori
2021-10-21 14:51 Akinori Hattori
2021-10-21 14:51 Akinori Hattori
2021-08-15 14:07 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-05-18 14:28 Akinori Hattori
2020-05-18 14:28 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-04-03 16:40 Mike Gilbert
2017-08-05 14:17 Akinori Hattori
2017-08-02 17:25 Thomas Deutschmann
2017-08-01 13:22 Akinori Hattori
2017-08-01 13:22 Akinori Hattori
2017-07-23 12:20 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-05-17 14:45 Manuel Rüger
2015-09-01 18:46 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=1634827858.d2c85a4d2b7eb5fd4c9743edea4b27fbbee6f9a8.hattya@gentoo \
    --to=hattya@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