Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/
Date: Fri, 07 Aug 2020 22:52:39
Message-Id: 1596840730.c8a70b63db37957d7e0a1d2a8350ac11da17db76.mattst88@gentoo
1 commit: c8a70b63db37957d7e0a1d2a8350ac11da17db76
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 22:50:08 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 22:52:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a70b63
7
8 media-fonts/font-misc-ethiopic: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../font-misc-ethiopic-1.0.3-r2.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 69981adc3df..00000000000
18 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -FONT_DIR="OTF"
26 -
27 -inherit xorg-3
28 -
29 -DESCRIPTION="Miscellaneous Ethiopic fonts"
30 -
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
32 -
33 -FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF"
34 -
35 -src_install() {
36 - xorg-3_src_install
37 - # TTF fonts are not supposed to be installed.
38 - # Also fixes file collision per bug #309689
39 - rm -r "${ED}/usr/share/fonts/TTF" || die
40 -}