tAdd new fonts. - google-fonts - Google Fonts portage overlay HTML git clone https://git.parazyd.org/google-fonts DIR Log DIR Files DIR Refs DIR Submodules DIR README --- DIR commit 5f5aa8d95c09b2b7461590a6e938df31860e946c DIR parent e3460a53f4da106c1c3d214a8f1688ad141ecc6e HTML Author: parazyd <parazyd@dyne.org> Date: Mon, 14 Jun 2021 17:22:08 +0200 Add new fonts. Diffstat: A media-fonts/azeret/azeret-9999.ebu… | 26 ++++++++++++++++++++++++++ A media-fonts/azeret/metadata.xml | 7 +++++++ A media-fonts/gowunbatang/gowunbatan… | 26 ++++++++++++++++++++++++++ A media-fonts/gowunbatang/metadata.x… | 7 +++++++ A media-fonts/gowundodum/gowundodum-… | 26 ++++++++++++++++++++++++++ A media-fonts/gowundodum/metadata.xml | 7 +++++++ A media-fonts/redhatmono/metadata.xml | 7 +++++++ A media-fonts/redhatmono/redhatmono-… | 26 ++++++++++++++++++++++++++ 8 files changed, 132 insertions(+), 0 deletions(-) --- DIR diff --git a/media-fonts/azeret/azeret-9999.ebuild b/media-fonts/azeret/azeret-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Azeret Mono font" +HOMEPAGE="https://fonts.google.com/specimen/Azeret+Mono" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/azeret" font_src_install +} DIR diff --git a/media-fonts/azeret/metadata.xml b/media-fonts/azeret/metadata.xml t@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> DIR diff --git a/media-fonts/gowunbatang/gowunbatang-9999.ebuild b/media-fonts/gowunbatang/gowunbatang-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Gowun Batang font" +HOMEPAGE="https://fonts.google.com/specimen/Gowun+Batang" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/gowunbatang" font_src_install +} DIR diff --git a/media-fonts/gowunbatang/metadata.xml b/media-fonts/gowunbatang/metadata.xml t@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> DIR diff --git a/media-fonts/gowundodum/gowundodum-9999.ebuild b/media-fonts/gowundodum/gowundodum-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Gowun Dodum font" +HOMEPAGE="https://fonts.google.com/specimen/Gowun+Dodum" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/gowundodum" font_src_install +} DIR diff --git a/media-fonts/gowundodum/metadata.xml b/media-fonts/gowundodum/metadata.xml t@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> DIR diff --git a/media-fonts/redhatmono/metadata.xml b/media-fonts/redhatmono/metadata.xml t@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> DIR diff --git a/media-fonts/redhatmono/redhatmono-9999.ebuild b/media-fonts/redhatmono/redhatmono-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Red Hat Mono font" +HOMEPAGE="https://fonts.google.com/specimen/Red+Hat+Mono" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/redhatmono" font_src_install +}