summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/arabeyes-fonts')
-rw-r--r--media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild30
1 files changed, 0 insertions, 30 deletions
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
index 5f5f40ca7aa4..000000000000
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild
+++ /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
-}