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: Sat,  5 Nov 2022 01:11:49 +0000 (UTC)	[thread overview]
Message-ID: <1667610675.573b6d1ce5bbb5cb94b626e00e7216e6e60d6802.hattya@gentoo> (raw)

commit:     573b6d1ce5bbb5cb94b626e00e7216e6e60d6802
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 01:11:15 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 01:11:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573b6d1c

app-i18n/ibus-m17n: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

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

diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index 293f417eaed7..0937546966a3 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,3 +1 @@
-DIST ibus-m17n-1.4.10.tar.gz 642940 BLAKE2B f00b4392925a6ad24e5cbfc266d13a68e4b7641a4f70c93bb381d4bea13d03b40af659e2ba27533ce7514477aed2744eaac0b1aa25d7c4280fda8adf1ee5dde7 SHA512 7e8ab477de7fb75fbbcdd25d6f13b0dc1fdaae6ab23a2c5c18de7eadcd88c3ff4d441a32f58d4b4bde0d20685d45dd57fa24c5e61361ad5b6bbb29075949d396
-DIST ibus-m17n-1.4.13.tar.gz 646334 BLAKE2B 1fac0920adde05977e9f3f3993a17a8257992f493272c71a56f6b946d89245cc9353e20275a2bda94d6a627d0afc9a71aff0d1edba42c2ee8bbe4ce6ea962852 SHA512 5753a8c1888a2fefa87986d7396d3ad56e3e1109c0dd01fadcaf1e7a7a056dc45323d204f9b5a548900752e1bfc69d638076f51884a8948fa5ba16c7a17d5640
 DIST ibus-m17n-1.4.17.tar.gz 646856 BLAKE2B e2a1c93afa5adf76689a6883b5b2a08a8ebc4f122ae484797df9ae9fd220023c188a894789069f83ba598a321e3d6c89045f278f1b1f51988c34728e005ba5cd SHA512 794dfce969f447354a092758d20999637e3d0a1006f8e078845ae3e79b63b7a467f9f28a7bdeeac4f4709d6750e7156efbc3d341bfa574ac7002266d0dce2b95

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild
deleted file mode 100644
index da3b9ae13bd6..000000000000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-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.13.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild
deleted file mode 100644
index 1466a2deebfc..000000000000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-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:[~2022-11-05  1:11 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05  1:11 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15  6:53 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/ 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-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-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=1667610675.573b6d1ce5bbb5cb94b626e00e7216e6e60d6802.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