diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:32:28 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:33:28 +0900 |
commit | 47e868f0b852ee69d440858383aaff0503115492 (patch) | |
tree | 7315a1235000041ddf7e50abeca51ee7abdc7076 /app-dicts | |
parent | app-dicts/mecab-naist-jdic: update to EAPI 6 (diff) | |
download | gentoo-47e868f0b852ee69d440858383aaff0503115492.tar.gz gentoo-47e868f0b852ee69d440858383aaff0503115492.tar.bz2 gentoo-47e868f0b852ee69d440858383aaff0503115492.zip |
app-dicts/mecab-unidic: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/mecab-unidic/metadata.xml | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild index e46bc6ad2af6..10aa05e9bac6 100644 --- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" MY_P="unidic-mecab-${PV}_src" DESCRIPTION="IPA dictionary for MeCab" HOMEPAGE="https://osdn.jp/projects/unidic/" -SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip" +SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip" LICENSE="|| ( BSD GPL-2 LGPL-2.1 )" SLOT="0" diff --git a/app-dicts/mecab-unidic/metadata.xml b/app-dicts/mecab-unidic/metadata.xml index 07b34f7a085b..4ed05c5fd697 100644 --- a/app-dicts/mecab-unidic/metadata.xml +++ b/app-dicts/mecab-unidic/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">unidic</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="sourceforge-jp">unidic</remote-id> + </upstream> </pkgmetadata> |