summaryrefslogtreecommitdiff
path: root/media-fonts/font-misc-ethiopic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-09 05:33:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-09 05:33:51 +0100
commit3e1b17a1a1b2bac1314c0ea171fbd05bb098f02b (patch)
tree894494ae2d3f739b3d903c4331c6ac82b57f14e4 /media-fonts/font-misc-ethiopic
parent900dd293f8087dff1643b45d7b836702a9ea8fd9 (diff)
gentoo auto-resync : 09:04:2023 - 05:33:50
Diffstat (limited to 'media-fonts/font-misc-ethiopic')
-rw-r--r--media-fonts/font-misc-ethiopic/Manifest2
-rw-r--r--media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/media-fonts/font-misc-ethiopic/Manifest b/media-fonts/font-misc-ethiopic/Manifest
index 056959078be6..ab017cc4bce7 100644
--- a/media-fonts/font-misc-ethiopic/Manifest
+++ b/media-fonts/font-misc-ethiopic/Manifest
@@ -1,5 +1,3 @@
-DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21 SHA512 4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5
DIST font-misc-ethiopic-1.0.5.tar.xz 222624 BLAKE2B 8184f7d6ebc72ac4524073670319ef26dcd09b1667973e46fb4756f61a4752104a974a44a8666d9bd011f56b3502746531ae8e608959e124068e4a3d5539ba16 SHA512 7732a828c005e3762b6383729134c5656fd575ac59288504d047fbe26e9965a80519a37b0cc4c6b89379a85a62160c5ea76017f790447a230c015aa7a9143ba0
-EBUILD font-misc-ethiopic-1.0.4.ebuild 744 BLAKE2B ef067207530c44e2b272a7b521da31bfe6f252ecc4b0ee51bdc5d9b106b74c861501cb1ff883ac1a1386042db8c09ddb856df8c15f2923dffc1498e84c24a699 SHA512 81b63081af7ed36f1003fbdb54713216e443f601924a3af08c9830b2ffbb1bb15577bc676f97d5bcd6fdd4a4fc8ab0b161364d8322afad9e7dbd3bbd288f3702
EBUILD font-misc-ethiopic-1.0.5.ebuild 768 BLAKE2B 5cb4900cb808f01503c342fc8199894bce7b8d99b1e93b48802b05fe95d9421f30b88e0d1647e1a54d394c790b2a43bfcdd018fe68ac5ea1b296d0ce433ccd17 SHA512 4eaa7e46012fd2c908860372a7943396e442a138faa94005ad6a18a8ee22588084c050c2b69a89bc737c3bb1fc9f89d4a1b5284e7ceaed2732dfa5add36d1d06
MISC metadata.xml 345 BLAKE2B fd2d91ddac540c448d4a5e6033255b74cf20e1cbd0f7116b62bcf93c91f21afbf7bde070b8c4b233fea1499636d6e4f34aa15c45e2a2c50cadddd64b0704d4cd SHA512 64522a3bb3a8dbdd636466b02d9740df8664950076ef72af3673ed57512b9ac1dc9d61f325cf809d25997b3092ace35c5dd15c0bb012046f5ae9fac4fda78387
diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
deleted file mode 100644
index 1e6b0d3c7b04..000000000000
--- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-FONT_DIR="OTF"
-
-XORG_PACKAGE_NAME="misc-ethiopic"
-inherit xorg-3
-
-DESCRIPTION="Miscellaneous Ethiopic fonts"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-fontrootdir="${EPREFIX}/usr/share/fonts"
-
- # This flag unexpectedly doesn't control whether the font (i.e. the .ttf file)
- # is installed, but instead only controls whether mkfontscale/mkfontdir is
- # run. I suspect this is a bug.
- --disable-truetype-install
-)
-
-src_install() {
- xorg-3_src_install
-
- # TTF fonts are not supposed to be installed.
- rm -r "${ED}/usr/share/fonts/TTF" || die
-}