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 D0114139694 for ; Wed, 5 Jul 2017 14:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458ACE0BFD; Wed, 5 Jul 2017 14:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24019E0BFD for ; Wed, 5 Jul 2017 14:10:36 +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 ACF8E341787 for ; Wed, 5 Jul 2017 14:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 217ED2517 for ; Wed, 5 Jul 2017 14:10:33 +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: <1499263816.ccc602441f277437bebe2285f6d25f7f7f5b5a67.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-skk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild X-VCS-Directories: app-i18n/ibus-skk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: ccc602441f277437bebe2285f6d25f7f7f5b5a67 X-VCS-Branch: master Date: Wed, 5 Jul 2017 14:10:33 +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-Archives-Salt: db585c14-1737-4819-bbc7-2d3f9874ed47 X-Archives-Hash: 734c51d61ce843fcf106437ca5f4c334 commit: ccc602441f277437bebe2285f6d25f7f7f5b5a67 Author: Akinori Hattori gentoo org> AuthorDate: Wed Jul 5 14:10:16 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Jul 5 14:10:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc60244 app-i18n/ibus-skk: fix DESCRIPTION Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild | 2 +- app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild index 5ba9e64588e..40c0d245e46 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild index dae2570a578..fe548e75e5c 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit vala -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.gz"