summaryrefslogtreecommitdiff
path: root/media-fonts/kochi-substitute
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /media-fonts/kochi-substitute
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'media-fonts/kochi-substitute')
-rw-r--r--media-fonts/kochi-substitute/Manifest2
-rw-r--r--media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild23
2 files changed, 8 insertions, 17 deletions
diff --git a/media-fonts/kochi-substitute/Manifest b/media-fonts/kochi-substitute/Manifest
index 93952f080aa4..550d88ae1f24 100644
--- a/media-fonts/kochi-substitute/Manifest
+++ b/media-fonts/kochi-substitute/Manifest
@@ -1,3 +1,3 @@
DIST kochi-substitute-20030809.tar.bz2 8675822 BLAKE2B c825801d5d47ff312338393c09c5d2b03923fe8b6a5434dab36acd855a27a9f167409e8562f701c7da5dd4b313d8f19e18b7ee09c63e9d024cd3a2bade3b47a2 SHA512 24d990383aa1afb32523d05577da48bf07cabe0814af9c2f10c55d1db6dd4fd5e4b9df566431fe25f871f78494e62c07d5082c7596c50c410b45bf33ca9b2105
-EBUILD kochi-substitute-20030809-r3.ebuild 766 BLAKE2B c4063d0869c267abe78c421ae81c9c14d0e2248189274e9cdfffae724fffc964da36519c5adaca4b78e15eaa82be27944027d31e043fc61734e6733aca1815e6 SHA512 cc3d49b61469fd6b6f11880fcfc4dba2d4df5bd9dc292d8b80dc4b25f673dabebf622302468b0bce159624753ae28e4b863fbb46dcc262c46316f82279dc5c17
+EBUILD kochi-substitute-20030809-r3.ebuild 702 BLAKE2B 802404f3278ab18217b416286d96f9d8fa8703d0954c7b0c14b6384b5b841b8053e22287bcbb42e74b81f0e60db979f12538fb416c41519685d4a6483de7bb7d SHA512 a7d56454049253de6086f56e986eba6f0c06cb7c5bec4ad6cd3f0b85844921768c8e46c4c7f049c1658dc86b387c8e66d05814e0a314ed8c939f76e9503d83ac
MISC metadata.xml 411 BLAKE2B 45d187e943f3b8d4b8f906a9c70a534e98f0d1d1f8ea286bd9ee3870e61cdf740d77549e9d06ae76b748f7dc1dd9bd6bdf95b3858665508eadd91c7b9d22dfbc SHA512 22921fcf5fc45637166d6b028332f6cee041800aed88b5dc390c3b8fffc2d9184e7c468cbe1418232d77a96d76c8c68f1ca6c80109fdf47d9c4de9f4ad5bd9e0
diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild
index e17e46617c7e..355417cf972b 100644
--- a/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild
+++ b/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
@@ -12,24 +12,15 @@ SRC_URI="mirror://sourceforge.jp/efont/5411/${P}.tar.bz2"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
+# Only installs fonts
+RESTRICT="strip binchecks"
-S=${WORKDIR}/${PN}-${PV:0:8}
+S="${WORKDIR}/${PN}-${PV:0:8}"
+DOCS="README.ja Changelog"
FONT_SUFFIX="ttf"
-DOCS="README.ja Changelog docs/README"
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
src_install() {
font_src_install
-
- cd docs
- local d
- for d in kappa20 k14goth ayu20gothic wadalab shinonome* naga10; do
- docinto $d
- dodoc $d/*
- done
+ dodoc -r docs/{README,kappa20,k14goth,ayu20gothic,wadalab,shinonome*,naga10}
}