summaryrefslogtreecommitdiff
path: root/media-fonts/noto-emoji/noto-emoji-20211101.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-05-13 12:34:10 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-05-13 12:34:10 -0400
commitee53d670227357da5b4dc95403baa7e16d7896e0 (patch)
tree7244754952a7ee32fe8bceb5fa3ada06863e71d4 /media-fonts/noto-emoji/noto-emoji-20211101.ebuild
parent01f6be8b095b41db30dc17c730aec05144226988 (diff)
downloadgentoo-overlay-ee53d670227357da5b4dc95403baa7e16d7896e0.tar.xz
gentoo-overlay-ee53d670227357da5b4dc95403baa7e16d7896e0.zip
media-fonts/noto-emoji: update
Diffstat (limited to 'media-fonts/noto-emoji/noto-emoji-20211101.ebuild')
-rw-r--r--media-fonts/noto-emoji/noto-emoji-20211101.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-fonts/noto-emoji/noto-emoji-20211101.ebuild b/media-fonts/noto-emoji/noto-emoji-20211101.ebuild
deleted file mode 100644
index df69160..0000000
--- a/media-fonts/noto-emoji/noto-emoji-20211101.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
-
-DESCRIPTION="Google Noto Emoji fonts"
-HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlefonts/noto-emoji"
-
-COMMIT="9a5261d871451f9b5183c93483cbd68ed916b1e9"
-SRC_URI="
- https://github.com/googlefonts/noto-emoji/raw/${COMMIT}/fonts/NotoColorEmoji.ttf -> NotoColorEmoji-${COMMIT}.ttf
- https://github.com/googlefonts/noto-emoji/raw/${COMMIT}/fonts/NotoEmoji-Regular.ttf -> NotoEmoji-Regular-${COMMIT}.ttf
-"
-
-LICENSE="Apache-2.0 OFL-1.1"
-SLOT="0"
-KEYWORDS="~*"
-IUSE=""
-
-S="${DISTDIR}"
-
-src_install() {
- insinto /usr/share/fonts/${PN}
- newins NotoColorEmoji-${COMMIT}.ttf NotoColorEmoji.ttf
- newins NotoEmoji-Regular-${COMMIT}.ttf NotoEmoji-Regular.ttf
-}