diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:29:53 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:33:28 +0900 |
commit | 3c14122c5683440692e4a33896281b9764ce7ff8 (patch) | |
tree | 70fbec95c86a53adc3cfc64b1297a21b52b5f210 /app-dicts/mecab-naist-jdic | |
parent | sys-kernel/vanilla-sources: Linux 4.16.X is EOL. Removing. (diff) | |
download | gentoo-3c14122c5683440692e4a33896281b9764ce7ff8.tar.gz gentoo-3c14122c5683440692e4a33896281b9764ce7ff8.tar.bz2 gentoo-3c14122c5683440692e4a33896281b9764ce7ff8.zip |
app-dicts/mecab-naist-jdic: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-dicts/mecab-naist-jdic')
-rw-r--r-- | app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/mecab-naist-jdic/metadata.xml | 14 |
2 files changed, 10 insertions, 12 deletions
diff --git a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild index 995e15f3c829..e8c501d7ea57 100644 --- a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild +++ b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" MY_P="${P/_p/-}" DESCRIPTION="NAIST Japanese Dictionary" HOMEPAGE="http://sourceforge.jp/projects/naist-jdic/" -SRC_URI="mirror://sourceforge.jp/naist-jdic/53500/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge.jp/${PN#*-}/53500/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -17,8 +17,6 @@ IUSE="unicode" DEPEND="app-text/mecab[unicode=]" S="${WORKDIR}/${MY_P}" -DOCS="AUTHORS ChangeLog NEWS README" - src_configure() { econf $(use_with unicode charset UTF-8) } diff --git a/app-dicts/mecab-naist-jdic/metadata.xml b/app-dicts/mecab-naist-jdic/metadata.xml index 7e862390276e..62259b9c66fe 100644 --- a/app-dicts/mecab-naist-jdic/metadata.xml +++ b/app-dicts/mecab-naist-jdic/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">naist-jdic</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="sourceforge-jp">naist-jdic</remote-id> + </upstream> </pkgmetadata> |