app-i18n/uim-tomoe-gtk: update to EAPI 6
authorAkinori Hattori <hattya@gentoo.org>
Sun, 3 Jun 2018 02:26:46 +0000 (11:26 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sun, 3 Jun 2018 02:26:46 +0000 (11:26 +0900)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild

index 371521d94a719cb7c39c33baae92fcedd23b8db1..86ea770fffe089daceda3e3d68daf65fa809cf6b 100644 (file)
@@ -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
-}