commit:     6a4f329f31b0e582c128dc5acfc634cae77a1d89
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 15:39:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 19:06:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4f329f

media-fonts/kanjistrokeorders: EAPI-7 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kanjistrokeorders/kanjistrokeorders-4.002.ebuild     | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild 
b/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild
index 98ca221fbc9..3257c5f73bb 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"

Reply via email to