summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-08-07 15:50:08 -0700
committerMatt Turner <mattst88@gentoo.org>2020-08-07 15:52:10 -0700
commitc8a70b63db37957d7e0a1d2a8350ac11da17db76 (patch)
tree764c17ce8fdef41f3f5ca46ba01ea0e752c392d5 /media-fonts
parentmedia-fonts/font-misc-ethiopic: Version bump to 1.0.4 (diff)
downloadgentoo-c8a70b63db37957d7e0a1d2a8350ac11da17db76.tar.gz
gentoo-c8a70b63db37957d7e0a1d2a8350ac11da17db76.tar.bz2
gentoo-c8a70b63db37957d7e0a1d2a8350ac11da17db76.zip
media-fonts/font-misc-ethiopic: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild
deleted file mode 100644
index 69981adc3df3..000000000000
--- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-FONT_DIR="OTF"
-
-inherit xorg-3
-
-DESCRIPTION="Miscellaneous Ethiopic fonts"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF"
-
-src_install() {
- xorg-3_src_install
- # TTF fonts are not supposed to be installed.
- # Also fixes file collision per bug #309689
- rm -r "${ED}/usr/share/fonts/TTF" || die
-}