media-fonts/arabeyes-fonts: Drop old (EAPI=0)
authorMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 07:08:41 +0000 (09:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 07:08:41 +0000 (09:08 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild [deleted file]

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild
deleted file mode 100644 (file)
index 5f5f40c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit font
-
-MY_PN="ae_fonts"
-S="${WORKDIR}"/${MY_PN}_${PV}
-
-DESCRIPTION="Arabeyes Arabic TrueType fonts"
-HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
-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"
-IUSE=""
-
-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
-}