summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-08-05 23:22:45 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-08-05 23:22:45 +0900
commit27a09decc800c3e0dcebfb0e8c4af5c629bc46e9 (patch)
tree1131b35538d6d56b61fdeab5ecf655505c57bdee /app-dicts
parentapp-i18n/ibus-m17n: update metadata (diff)
downloadgentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.tar.gz
gentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.tar.bz2
gentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.zip
app-dicts/kasumi: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/kasumi/files/kasumi-desktop.patch (renamed from app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch)0
-rw-r--r--app-dicts/kasumi/kasumi-2.5-r1.ebuild17
-rw-r--r--app-dicts/kasumi/metadata.xml14
3 files changed, 13 insertions, 18 deletions
diff --git a/app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch b/app-dicts/kasumi/files/kasumi-desktop.patch
index a61dc0e11d51..a61dc0e11d51 100644
--- a/app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch
+++ b/app-dicts/kasumi/files/kasumi-desktop.patch
diff --git a/app-dicts/kasumi/kasumi-2.5-r1.ebuild b/app-dicts/kasumi/kasumi-2.5-r1.ebuild
index ed7cc7a6a816..4ece0a8b5c93 100644
--- a/app-dicts/kasumi/kasumi-2.5-r1.ebuild
+++ b/app-dicts/kasumi/kasumi-2.5-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-
-inherit eutils
+EAPI="6"
DESCRIPTION="Anthy dictionary maintenance tool"
HOMEPAGE="http://kasumi.sourceforge.jp/"
@@ -14,18 +12,15 @@ SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd"
IUSE="nls"
-RDEPEND=">=x11-libs/gtk+-2.6:2
- nls? ( virtual/libintl )
+RDEPEND="app-i18n/anthy
virtual/libiconv
- >=app-i18n/anthy-6131"
-
+ x11-libs/gtk+:2
+ nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-r1-fix-desktop-QA.patch
-}
+PATCHES=( "${FILESDIR}"/${PN}-desktop.patch )
src_configure() {
econf $(use_enable nls)
diff --git a/app-dicts/kasumi/metadata.xml b/app-dicts/kasumi/metadata.xml
index d27734c4b7de..0f46e249b607 100644
--- a/app-dicts/kasumi/metadata.xml
+++ b/app-dicts/kasumi/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge-jp">kasumi</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge-jp">kasumi</remote-id>
+ </upstream>
</pkgmetadata>