summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-17 22:44:58 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-17 22:53:06 -0400
commit13b91e07c9ec8fabd5a8b684dbb0510855f64a37 (patch)
tree13f91084fcb9913f69c7adbe77e6a76b1067c212 /media-fonts/fira-code/fira-code-5.2.ebuild
parentapp-i18n/unicode-data: Drop old versions (diff)
downloadgentoo-13b91e07c9ec8fabd5a8b684dbb0510855f64a37.tar.gz
gentoo-13b91e07c9ec8fabd5a8b684dbb0510855f64a37.tar.bz2
gentoo-13b91e07c9ec8fabd5a8b684dbb0510855f64a37.zip
media-fonts/fira-code: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/fira-code/fira-code-5.2.ebuild')
-rw-r--r--media-fonts/fira-code/fira-code-5.2.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-fonts/fira-code/fira-code-5.2.ebuild b/media-fonts/fira-code/fira-code-5.2.ebuild
deleted file mode 100644
index c5d9b0b44cf4..000000000000
--- a/media-fonts/fira-code/fira-code-5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/ttf"
-FONT_SUFFIX="ttf otf"
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode"
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-DOCS=( README.md )
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- default
- mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}