media-fonts/*: move japan7-fonts-ttf to amaranth

This commit is contained in:
odrling 2024-03-21 22:59:39 +01:00
parent 737e4b71d5
commit 20d088c76a
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
5 changed files with 24 additions and 27 deletions

View File

@ -0,0 +1 @@
DIST amaranth-2017.07.21.tar.gz 1176869 BLAKE2B e2b107e931d9162c34c3ea87419a3f796155b33ba9fb3d0327e7db2ebefc7297ef8198d79c8fa264478cee19a078cf81ef2bde56a5be764e3fb8c7094f22e3a4 SHA512 d90ee803dd43d31574d44bd4da9a20fd156034052d5c670087103ed9c999774116d59f86efa1d0cd7f5be0627f2c40f605db3928cf217a2379a6a4a394fff079

View File

@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Font family by Gesine Todt"
HOMEPAGE="https://github.com/googlefonts/amaranth"
COMMIT="0481450c4a1c354ec34672a6195d8bf15b657ea4"
SRC_URI="https://github.com/googlefonts/amaranth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/amaranth-${COMMIT}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
FONT_SUFFIX="ttf"
FONT_CONF=()
src_install() {
FONT_S="fonts/ttf" font_src_install
}

View File

@ -1 +0,0 @@
DIST japan7-fonts-ttf-20191015.tar.gz 150189 BLAKE2B 55beeb4b0c1cafa7717970422532e87fbf82b57856127b445662950e7bd14d6fa3880ff69e08f0bcbdf08ad0805fd135abf10bb6d050341ea8f68e947663a739 SHA512 8a2993e6fa2c73f7466e2db9768f4cc796bc22ae7551b840810a5297c8330a42e1e18b11f41a26617e95a61ee6bab535e56cd8f31e2888d0dc20c71d85f890c8

View File

@ -1,26 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Japan7 font pack"
HOMEPAGE="https://github.com/odrling/japan7-fonts"
COMMIT="74ef0dea87e3c10bbf0b4df90b663b8868d9cbd5"
SRC_URI="https://github.com/odrling/japan7-fonts/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/japan7-fonts-${COMMIT}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="binchecks strip"
FONT_SUFFIX="ttf"
FONT_CONF=()
src_install() {
for d in */; do
FONT_S="$d" FONTDIR="${FONTDIR}/$d" font_src_install
done
}