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 DFF62138334 for ; Sun, 3 Jun 2018 02:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB304E086B; Sun, 3 Jun 2018 02:35:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 959FAE086B for ; Sun, 3 Jun 2018 02:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 289D8335C77 for ; Sun, 3 Jun 2018 02:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 102762AF for ; Sun, 3 Jun 2018 02:34:55 +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: <1527992806.8e4f0885493ee25fc49729dd4c041b672dc891ac.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild X-VCS-Directories: app-i18n/uim-tomoe-gtk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 8e4f0885493ee25fc49729dd4c041b672dc891ac X-VCS-Branch: master Date: Sun, 3 Jun 2018 02:34:55 +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: 7e0637da-b41e-4c0b-bc33-9cf98574e389 X-Archives-Hash: 52391a5e463966a68de98b6b62f4b75b commit: 8e4f0885493ee25fc49729dd4c041b672dc891ac Author: Akinori Hattori gentoo org> AuthorDate: Sun Jun 3 02:26:46 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jun 3 02:26:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4f0885 app-i18n/uim-tomoe-gtk: update to EAPI 6 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild index 371521d94a7..86ea770fffe 100644 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI="6" DESCRIPTION="Japanese input method Tomoe IMEngine for uim" HOMEPAGE="http://tomoe.sourceforge.net/" @@ -12,13 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="|| ( app-i18n/uim app-i18n/uim-svn ) - >=app-i18n/tomoe-gtk-0.6.0" +RDEPEND="app-i18n/uim + ~app-i18n/tomoe-gtk-0.6.0" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README -}