commit: f79a2a1c025c67abb4fd8ebb7e5a5380616fba8e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 22 16:17:19 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Feb 22 21:08:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79a2a1c
media-fonts/arabeyes-fonts: EAPI6, fix HOMEPAGE. Closes: https://bugs.gentoo.org/678592 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11141 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> .../arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild new file mode 100644 index 00000000000..81e650ec5df --- /dev/null +++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +MY_PN="ae_fonts" +S="${WORKDIR}"/${MY_PN}_${PV} + +DESCRIPTION="Arabeyes Arabic TrueType fonts" +HOMEPAGE="https://www.arabeyes.org/Khotot#2.0" +SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +FONT_SUFFIX="ttf" + +DOCS="README ChangeLog" + +src_install() { + local d + for d in AAHS AGA FS Kasr MCS Shmookh; do + FONT_S="${S}"/$d + font_src_install + done +}
