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, 25 Sep 2020 04:53:36
Message-Id: 1601009561.e4e1184e910c215f51ae0f5657b50d021b298c34.mattst88@gentoo
1 commit: e4e1184e910c215f51ae0f5657b50d021b298c34
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 04:33:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 04:52:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e1184e
7
8 media-fonts/font-misc-ethiopic: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-fonts/font-misc-ethiopic/Manifest | 1 -
13 .../font-misc-ethiopic-1.0.3-r1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/media-fonts/font-misc-ethiopic/Manifest b/media-fonts/font-misc-ethiopic/Manifest
17 index d75850858a9..58a204e032c 100644
18 --- a/media-fonts/font-misc-ethiopic/Manifest
19 +++ b/media-fonts/font-misc-ethiopic/Manifest
20 @@ -1,2 +1 @@
21 -DIST font-misc-ethiopic-1.0.3.tar.bz2 245606 BLAKE2B e0cf89f4500226b7213d6f3f88b3bf575501140d8742fe5e30b07eefd2c1fe2fc9bfe941639032d3b5ce45eb7e6f352af7b6468e7f8b0fc941ed9cee8d531f96 SHA512 b3e3f7462f37216796730a894761c7d60d5ede0f51351997e6c3c92e3136c788a2710690f482d05ed1396a4b6be452e1f871febc7e5b7a1a67e43bcc1ec7c77d
22 DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21 SHA512 4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5
23
24 diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild
25 deleted file mode 100644
26 index aa7c7e0be9a..00000000000
27 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -FONT_DIR="OTF"
35 -
36 -inherit xorg-2
37 -
38 -DESCRIPTION="Miscellaneous Ethiopic fonts"
39 -
40 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
41 -IUSE=""
42 -
43 -FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF"
44 -
45 -src_install() {
46 - xorg-2_src_install
47 - # TTF fonts are not supposed to be installed.
48 - # Also fixes file collision per bug #309689
49 - rm -rf "${ED}/usr/share/fonts/TTF" || die
50 -}