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 ee08947959061713314e4c7c621547c48bdee060 DIR parent cb865ec392f85711e879b9136df8db51cf8dc367 HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 2 Jun 2020 09:59:08 +0200 Add new fonts. Diffstat: A media-fonts/grenzegotisch/grenzego… | 26 ++++++++++++++++++++++++++ A media-fonts/grenzegotisch/metadata… | 7 +++++++ A media-fonts/museomoderno/metadata.… | 7 +++++++ A media-fonts/museomoderno/museomode… | 26 ++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 0 deletions(-) --- DIR diff --git a/media-fonts/grenzegotisch/grenzegotisch-9999.ebuild b/media-fonts/grenzegotisch/grenzegotisch-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Grenze Gotisch font" +HOMEPAGE="https://fonts.google.com/specimen/Grenze+Gotisch" +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/grenzegotisch" font_src_install +} DIR diff --git a/media-fonts/grenzegotisch/metadata.xml b/media-fonts/grenzegotisch/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/museomoderno/metadata.xml b/media-fonts/museomoderno/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/museomoderno/museomoderno-9999.ebuild b/media-fonts/museomoderno/museomoderno-9999.ebuild t@@ -0,0 +1,26 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts MuseoModerno font" +HOMEPAGE="https://fonts.google.com/specimen/MuseoModerno" +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/museomoderno" font_src_install +}