commit: 7149b2d3db746cd24b8e3b984e987598283602ff Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Aug 20 13:48:51 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Aug 20 13:48:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149b2d3
app-i18n/skkfep: update to EAPI 7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/skkfep/metadata.xml | 8 ++++---- app-i18n/skkfep/skkfep-0.87-r1.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-i18n/skkfep/metadata.xml b/app-i18n/skkfep/metadata.xml index e1a49f49888..6f2ca22da23 100644 --- a/app-i18n/skkfep/metadata.xml +++ b/app-i18n/skkfep/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Cjk</name> - </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Cjk</name> + </maintainer> </pkgmetadata> diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild index 468bfc2ab5e..7fc8f751215 100644 --- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild +++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit flag-o-matic toolchain-funcs @@ -14,12 +14,12 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="sys-apps/sed - sys-libs/ncurses:= +DEPEND="sys-libs/ncurses:=" +RDEPEND="${DEPEND} + app-i18n/skk-jisyo" +BDEPEND="sys-apps/sed virtual/awk virtual/pkgconfig" -RDEPEND="sys-libs/ncurses:= - app-i18n/skk-jisyo" PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch @@ -47,7 +47,7 @@ src_compile() { } src_install() { - dobin skkfep escmode - doman skkfep.1 + dobin ${PN} escmode + doman ${PN}.1 einstalldocs }
