Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
Date: Sun, 03 Jun 2018 02:35:02
Message-Id: 1527992806.8e4f0885493ee25fc49729dd4c041b672dc891ac.hattya@gentoo
1 commit: 8e4f0885493ee25fc49729dd4c041b672dc891ac
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 02:26:46 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 02:26:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4f0885
7
8 app-i18n/uim-tomoe-gtk: update to EAPI 6
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 12 +++---------
13 1 file changed, 3 insertions(+), 9 deletions(-)
14
15 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
16 index 371521d94a7..86ea770fffe 100644
17 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
18 +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=0
24 +EAPI="6"
25
26 DESCRIPTION="Japanese input method Tomoe IMEngine for uim"
27 HOMEPAGE="http://tomoe.sourceforge.net/"
28 @@ -12,13 +12,7 @@ SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE=""
31
32 -RDEPEND="|| ( app-i18n/uim app-i18n/uim-svn )
33 - >=app-i18n/tomoe-gtk-0.6.0"
34 +RDEPEND="app-i18n/uim
35 + ~app-i18n/tomoe-gtk-0.6.0"
36 DEPEND="${RDEPEND}
37 virtual/pkgconfig"
38 -
39 -src_install() {
40 - emake DESTDIR="${D}" install || die "make install failed"
41 -
42 - dodoc AUTHORS ChangeLog NEWS README
43 -}