summaryrefslogtreecommitdiff
path: root/media-fonts/noto/noto-20211207.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2023-02-06 18:57:14 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2023-02-06 18:57:14 -0500
commit91db43b5bca6794e8e366fc37106f1befbc9b889 (patch)
tree9bf698cd4c749bf8c1e61cc38f447085eb2a4900 /media-fonts/noto/noto-20211207.ebuild
parentc7ecfcd062389c195df37f8deb58b1e466644fa1 (diff)
downloadgentoo-overlay-91db43b5bca6794e8e366fc37106f1befbc9b889.tar.xz
gentoo-overlay-91db43b5bca6794e8e366fc37106f1befbc9b889.zip
media-fonts/noto: upgrade to 20230117
Diffstat (limited to 'media-fonts/noto/noto-20211207.ebuild')
-rw-r--r--media-fonts/noto/noto-20211207.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-fonts/noto/noto-20211207.ebuild b/media-fonts/noto/noto-20211207.ebuild
deleted file mode 100644
index 86a15b8..0000000
--- a/media-fonts/noto/noto-20211207.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit font
-
-DESCRIPTION="Google's font family that aims to support all the world's languages"
-HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlefonts/noto-fonts"
-
-COMMIT="29aa92a9a0768be2d58cf4c590adb5c18b8247c6"
-SRC_URI="https://www.alxu.ca/noto-fonts-${COMMIT}.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~*"
-IUSE=""
-
-S="${WORKDIR}/${PN}-fonts-${COMMIT}"
-
-FONT_SUFFIX="ttf"
-FONT_CONF=(
- # From ArchLinux
- "${FILESDIR}/66-noto-serif.conf"
- "${FILESDIR}/66-noto-mono.conf"
- "${FILESDIR}/66-noto-sans.conf"
-)