media-fonts/fontawesome: drop 6.1.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-09-22 22:24:25 +02:00
parent 32f251791d
commit 8fca5ae09c
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST fontawesome-6.1.1.tar.gz 13326697 BLAKE2B fe40d8d4474afe297636aa9768292acdd80f20b4c65effffed95deb1652aa6f52f915492f4ba6e46494fee7b3b6fd914d422b8440f02a66f303e4b0def9d5254 SHA512 cde1b1bef93349d3c8b965d75f7bb37007470ebc71194028bbac155dc703f00b2a99175ac0407bf5562dc414712d80bd7cf59d347a445bfe07079c0ac9d784de
DIST fontawesome-6.5.1.tar.gz 13453042 BLAKE2B ef7ef01fb25fde177465e4663d77e4b05109408314472e8b0ecf9de9d9acceebe873f3bdfcc7fbe320f988394573b42ee584127d9e7bfb6563d103ae6ea746d9 SHA512 da8b9c42241e370330d01d73a8cd279bc16589bf94a6edbbd4b18924341d3db7e03258170cae31c43ee73285373544907ca31a27dbe71765cd7637531e80d418

View File

@@ -1,26 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="The iconic font"
HOMEPAGE="https://fontawesome.com"
SRC_URI="https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
S="${WORKDIR}/Font-Awesome-${PV}"
LICENSE="CC-BY-4.0 OFL-1.1"
SLOT="0/6"
IUSE="+otf ttf"
REQUIRED_USE="|| ( otf ttf )"
src_install() {
if use otf; then
FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
fi
if use ttf; then
FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
fi
}