summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-01-07 00:58:48 -0500
committerIonen Wolkens <ionen@gentoo.org>2025-01-07 01:47:58 -0500
commitac5ae9ed6a7ddd3cf0e108ac499d14cbbafcb28c (patch)
tree1d4a8d86bc9b39a90e8b56d3fb20b2d4058bca9d /media-fonts
parentx11-drivers/nvidia-drivers: drop 550.135 (diff)
downloadgentoo-ac5ae9ed6a7ddd3cf0e108ac499d14cbbafcb28c.tar.gz
gentoo-ac5ae9ed6a7ddd3cf0e108ac499d14cbbafcb28c.tar.bz2
gentoo-ac5ae9ed6a7ddd3cf0e108ac499d14cbbafcb28c.zip
media-fonts/symbols-nerd-font: drop 3.2.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/symbols-nerd-font/Manifest1
-rw-r--r--media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-fonts/symbols-nerd-font/Manifest b/media-fonts/symbols-nerd-font/Manifest
index 9459ed3379cf..72868f69d8c1 100644
--- a/media-fonts/symbols-nerd-font/Manifest
+++ b/media-fonts/symbols-nerd-font/Manifest
@@ -1,2 +1 @@
-DIST symbols-nerd-font-3.2.1.zip 2459998 BLAKE2B f13ca414ebe7b49c3c2e5c02b276c4617b76fa34e4a7cccaf7b055fa5b903a2eb55a4f491c0afb0ae14694190f59275bfe8179e60a20f0b4667014454a43d4c8 SHA512 a9aa8b0a5eafe1e04205e824e48c175d63c2e2a15d5cd8441e37603a71d9698efe3cb0f4490e9ce899333d4a2bc3764ca417a9ce93d3120a61c1dcb6f0eace27
DIST symbols-nerd-font-3.3.0.zip 2696433 BLAKE2B ff46a1ed7aa88af6741e7ec83474208dd038b5f3e3f65fee4f243d9469347591bc1f27067d75d612d7facfad97054e70e83b354600df7129354efe6c59607f75 SHA512 d6ccb193de845c7be26e8d5e67c3aaff50f9176769ab689725d74a573fdaca3765c226334fba4ac77e618b59c0e8e02e89d8be3d73915c4fb3f3429502e9c7a8
diff --git a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild
deleted file mode 100644
index df13c20b9a81..000000000000
--- a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild
+++ /dev/null
@@ -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"