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 4681B1382C5 for ; Sat, 16 May 2020 13:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF9A1E0A04; Sat, 16 May 2020 13:42:08 +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 A5FDEE0A04 for ; Sat, 16 May 2020 13:42:08 +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 40B2334F101 for ; Sat, 16 May 2020 13:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2CA718F for ; Sat, 16 May 2020 13:42:03 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1589636172.23a5b441349db37d0e20eb065a00c343e5d51339.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild X-VCS-Directories: app-i18n/ibus-typing-booster/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 23a5b441349db37d0e20eb065a00c343e5d51339 X-VCS-Branch: master Date: Sat, 16 May 2020 13:42:03 +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: 36aa2859-c86f-486d-8c88-d7834295878a X-Archives-Hash: e485999af8580a6544f9d876a9f4d03f commit: 23a5b441349db37d0e20eb065a00c343e5d51339 Author: Akinori Hattori gentoo org> AuthorDate: Sat May 16 13:36:12 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat May 16 13:36:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a5b441 app-i18n/ibus-typing-booster: use xdg eclass Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> .../ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 14 +++++++++++++- .../ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild index bc08d3c8bed..a1697767ab8 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 +inherit python-single-r1 xdg DESCRIPTION="Completion input method for IBus" HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster" @@ -31,3 +31,15 @@ RDEPEND="${DEPEND} >=dev-db/m17n-db-1.7" BDEPEND="sys-devel/gettext virtual/pkgconfig" + +pkg_preinst() { + xdg_pkg_preinst +} + +pkg_postinst() { + xdg_pkg_postinst +} + +pkg_postrm() { + xdg_pkg_postrm +} diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild index bc08d3c8bed..a1697767ab8 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 +inherit python-single-r1 xdg DESCRIPTION="Completion input method for IBus" HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster" @@ -31,3 +31,15 @@ RDEPEND="${DEPEND} >=dev-db/m17n-db-1.7" BDEPEND="sys-devel/gettext virtual/pkgconfig" + +pkg_preinst() { + xdg_pkg_preinst +} + +pkg_postinst() { + xdg_pkg_postinst +} + +pkg_postrm() { + xdg_pkg_postrm +}