From 5b09484070c8fc5664ccc56720345d4080baca09 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Oct 2019 09:08:41 +0200 Subject: media-fonts/arabeyes-fonts: Drop old (EAPI=0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../arabeyes-fonts/arabeyes-fonts-2.0.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild (limited to 'media-fonts') 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 -} -- cgit v1.2.3-65-gdbad