From f79a2a1c025c67abb4fd8ebb7e5a5380616fba8e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 22 Feb 2019 17:17:19 +0100 Subject: [PATCH] media-fonts/arabeyes-fonts: EAPI6, fix HOMEPAGE. Closes: https://bugs.gentoo.org/678592 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11141 Signed-off-by: Patrice Clement --- .../arabeyes-fonts-2.0-r1.ebuild | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 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 000000000000..81e650ec5df6 --- /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 +} -- 2.26.2