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 A54FD139697 for ; Thu, 20 Jul 2017 15:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7690E0CCD; Thu, 20 Jul 2017 15:04:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 948D1E0CCD for ; Thu, 20 Jul 2017 15:04:33 +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 4BA833418DD for ; Thu, 20 Jul 2017 15:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41BC74B3 for ; Thu, 20 Jul 2017 15:04:30 +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: <1500563050.85b1e0a554a699df3186db2754741c00f7ea013f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild app-i18n/ibus-m17n/metadata.xml X-VCS-Directories: app-i18n/ibus-m17n/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 85b1e0a554a699df3186db2754741c00f7ea013f X-VCS-Branch: master Date: Thu, 20 Jul 2017 15:04:30 +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: b0dff762-3aa4-4770-8c76-6763d0e11d8c X-Archives-Hash: 924160fa0f4b218787b5b53743d483db commit: 85b1e0a554a699df3186db2754741c00f7ea013f Author: Akinori Hattori gentoo org> AuthorDate: Thu Jul 20 14:49:24 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Jul 20 15:04:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b1e0a5 app-i18n/ibus-m17n: update to EAPI 6 Gentoo-Bug: 621940 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild | 32 +++++++++--------------------- app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 33 +++++++++---------------------- app-i18n/ibus-m17n/metadata.xml | 3 +-- 3 files changed, 19 insertions(+), 49 deletions(-) diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild index 1d601030eb3..dc763ec9608 100644 --- a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" +EAPI="6" DESCRIPTION="The M17N engine IMEngine for IBus Framework" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -12,34 +12,20 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="gtk nls" -RDEPEND=">=app-i18n/ibus-1.3 - gtk? ( >=x11-libs/gtk+-2.12.12:2 ) +CDEPEND="app-i18n/ibus dev-libs/m17n-lib + gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=sys-devel/gettext-0.16.1" -RDEPEND="${RDEPEND} +RDEPEND="${CDEPEND} dev-db/m17n-db dev-db/m17n-contrib" -# gtk? ( -# || ( -# >=x11-libs/gtk+-2.90.5:3 -# >=x11-libs/gtk+-2.12.12:2 -# ) -# ) +DEPEND="${CDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" src_configure() { - local myconf - econf \ - $(use_with gtk gtk 2.0) \ $(use_enable nls) \ - ${myconf} || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die + $(use_with gtk gtk 2.0) } diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild index 4b13f2869f9..8979852a197 100644 --- a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" +EAPI="6" DESCRIPTION="The M17N engine IMEngine for IBus Framework" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -12,35 +12,20 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk nls" -RDEPEND=">=app-i18n/ibus-1.3.99.20110817 - dev-libs/libxml2 - gtk? ( >=x11-libs/gtk+-2.12.12:2 ) +CDEPEND="app-i18n/ibus dev-libs/m17n-lib + gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=sys-devel/gettext-0.16.1" -RDEPEND="${RDEPEND} +RDEPEND="${CDEPEND} dev-db/m17n-db dev-db/m17n-contrib" -# gtk? ( -# || ( -# >=x11-libs/gtk+-2.90.5:3 -# >=x11-libs/gtk+-2.12.12:2 -# ) -# ) +DEPEND="${CDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" src_configure() { - local myconf - econf \ - $(use_with gtk gtk 2.0) \ $(use_enable nls) \ - ${myconf} || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die + $(use_with gtk gtk 2.0) } diff --git a/app-i18n/ibus-m17n/metadata.xml b/app-i18n/ibus-m17n/metadata.xml index a5db7b7107e..cd556d26d1a 100644 --- a/app-i18n/ibus-m17n/metadata.xml +++ b/app-i18n/ibus-m17n/metadata.xml @@ -15,8 +15,7 @@ - Build the preference interfaces, based on - x11-libs/gtk+ (GTK+ 2). + Build the preference interfaces, based on x11-libs/gtk+:2