diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:39:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:06:00 +0100 |
commit | 6a4f329f31b0e582c128dc5acfc634cae77a1d89 (patch) | |
tree | 0a1eb48bb403bd69edf9e138eee471fb9d8398f3 /media-fonts/kanjistrokeorders | |
parent | media-fonts/paratype-astra: EAPI-7 bump (diff) | |
download | gentoo-6a4f329f31b0e582c128dc5acfc634cae77a1d89.tar.gz gentoo-6a4f329f31b0e582c128dc5acfc634cae77a1d89.tar.bz2 gentoo-6a4f329f31b0e582c128dc5acfc634cae77a1d89.zip |
media-fonts/kanjistrokeorders: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/kanjistrokeorders')
-rw-r--r-- | media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild index 98ca221fbc9c..3257c5f73bb4 100644 --- a/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild @@ -1,15 +1,14 @@ -# Copyright 2009-2019 Gentoo Authors +# Copyright 2009-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit font -MY_P="KanjiStrokeOrders_v${PV}" - DESCRIPTION="Font for viewing stroke order diagrams for kanji, kana and other characters" HOMEPAGE="https://sites.google.com/site/nihilistorguk/" -SRC_URI="https://sites.google.com/site/nihilistorguk/${MY_P}.zip" +SRC_URI="https://sites.google.com/site/nihilistorguk/KanjiStrokeOrders_v${PV}.zip" +S="${WORKDIR}" LICENSE="BSD" SLOT="0" @@ -17,11 +16,8 @@ KEYWORDS="amd64 arm64 x86" IUSE="" RESTRICT="binchecks" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S="${WORKDIR}" +DOCS=( readme_en_v${PV}.txt ) -FONT_S="${S}" FONT_SUFFIX="ttf" -DOCS="readme_en_v${PV}.txt" |