-# 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
DESCRIPTION="Unicode compliant Open Type Bangla fonts"
HOMEPAGE="http://www.nongnu.org/freebangfont/index.html"
SRC_BASE="https://savannah.nongnu.org/download/freebangfont"
-SRC_URI="${SRC_BASE}/${AKAASH_P}.tar.gz
+SRC_URI="
+ ${SRC_BASE}/${AKAASH_P}.tar.gz
${SRC_BASE}/${ANI_P}.tar.gz
${SRC_BASE}/${LIKHAN_P}.tar.gz
${SRC_BASE}/${MUKTINARROW_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc s390 sh x86"
-IUSE=""
-
-FONT_SUFFIX="ttf TTF"
S="${WORKDIR}"
-FONT_S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf TTF"
src_install() {
-
- find . -name '*.[tT][tT][fF]' -exec cp {} . \;
-
+ local f
+ while IFS="" read -d $'\0' -r f; do
+ cp "${f}" . || die
+ done < <(find . -name '*.[tT][tT][fF]' -type f -print0)
font_src_install
docinto ${AKAASH_P%-*}
dodoc ${AKAASH_P%-*}/[A-Z][A-Z]*
+
docinto ${ANI_P}
dodoc ${ANI_P}/[A-Z][A-Z]*
+
docinto ${LIKHAN_P%-*}
dodoc ${LIKHAN_P}/README
+
docinto ${MUKTINARROW_P%-*}
dodoc ${MUKTINARROW_P/-/}/{Changelog,readme.txt}
}