URI: 
       tmedia-fonts/*: Sync with latest contents. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 1712e957a733b009652513dc7161a97c4a63429f
   DIR parent cf0bea24b8c03e7894578c144dbbca1a9aca3061
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 31 Jul 2019 14:05:54 +0200
       
       media-fonts/*: Sync with latest contents.
       
       Diffstat:
         A media-fonts/heptaslab/heptaslab-99… |      26 ++++++++++++++++++++++++++
         A media-fonts/heptaslab/metadata.xml  |       7 +++++++
       
       2 files changed, 33 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/media-fonts/heptaslab/heptaslab-9999.ebuild b/media-fonts/heptaslab/heptaslab-9999.ebuild
       t@@ -0,0 +1,26 @@
       +# Copyright 2019 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=6
       +
       +inherit font git-r3
       +
       +DESCRIPTION="Google Fonts Hepta Slab font"
       +HOMEPAGE="https://fonts.google.com/specimen/Hepta+Slab"
       +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/heptaslab" font_src_install
       +}
   DIR diff --git a/media-fonts/heptaslab/metadata.xml b/media-fonts/heptaslab/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>