Remove unused font deps

This commit is contained in:
clsty
2025-11-19 08:10:17 +08:00
parent 03890d0099
commit b052df4d72
9 changed files with 2 additions and 66 deletions
@@ -1,22 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font git-r3
DESCRIPTION="Illogical Impulse Fonts and Theming Dependencies"
HOMEPAGE=""
EGIT_REPO_URI="https://github.com/naipefoundry/gabarito"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS=""
FONT_S="${S}/fonts/ttf"
FONT_SUFFIX="ttf"
src_install() {
font_src_install
dodoc OFL.txt
}
@@ -1,29 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Upgrades Roboto to become a more powerful typeface system"
HOMEPAGE="https://github.com/googlefonts/roboto-flex"
SRC_URI="
https://github.com/googlefonts/roboto-flex/releases/download/${PV}/roboto-flex-fonts.zip -> ${P}.zip
https://github.com/googlefonts/roboto-flex/raw/main/OFL.txt -> ${P}-OFL.txt
"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/roboto-flex-fonts"
FONT_SUFFIX="ttf"
FONT_S="${S}/fonts/variable"
src_install() {
font_src_install
dodoc "${DISTDIR}/${P}-OFL.txt"
}