media-fonts/symbols-nerd-font: drop 3.3.0

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-06-05 01:08:28 -04:00
parent 9b3c67f3f8
commit bfca268d19
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST symbols-nerd-font-3.3.0.zip 2696433 BLAKE2B ff46a1ed7aa88af6741e7ec83474208dd038b5f3e3f65fee4f243d9469347591bc1f27067d75d612d7facfad97054e70e83b354600df7129354efe6c59607f75 SHA512 d6ccb193de845c7be26e8d5e67c3aaff50f9176769ab689725d74a573fdaca3765c226334fba4ac77e618b59c0e8e02e89d8be3d73915c4fb3f3429502e9c7a8
DIST symbols-nerd-font-3.4.0.zip 2929077 BLAKE2B e09941c932a695601d08f9205cb537e00efe69c928834e04104c5100418ac72e9f21fd9203d7668d76d62165416d468b0f43be302d7c3db856438c3f07a2a3ec SHA512 45c38f723ad7820347de80227686de0cbc9264955a645c19e717436eb024bfd38fc31c9f20031fce9536061d8bc2422f1954c26999958734a342fab6db137433

View File

@@ -1,25 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Note: no interest in supporting building or packaging the full suite of
# fonts, only quickly added because x11-terms/kitty requires it -- if a
# Gentoo dev wants more, feel free to take over maintenance and re-arrange.
FONT_SUFFIX=ttf
inherit font
DESCRIPTION="Symbols-only font containing the Nerd Font icons"
HOMEPAGE="https://www.nerdfonts.com/"
SRC_URI="
https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/NerdFontsSymbolsOnly.zip
-> ${P}.zip
"
S=${WORKDIR}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
BDEPEND="app-arch/unzip"