media-fonts/eb-garamond: add octavio pardo version

The duffner work is continued by octavio pardo. There is no tarball
release, so we need to directly fetch the github repository

Package-Manager: Portage-2.3.66, Repoman-2.3.12
This commit is contained in:
Guillaume Castagnino 2019-05-16 16:01:17 +02:00
parent cfd67dd96b
commit 6a81b2da9f
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD eb-garamond-9999.ebuild 529 BLAKE2B cad80b7b932f02208536f3676036f521b53c3c6a1679172359569430f0b189f3c0bae289b19c70a9f5ad180fef5f792d814743dcd7c79aaca7a6b607a02529d7 SHA512 bc6d9355a484ee54e6b2eb47645c8c19b8163ae7595e02e44912ae411b668b75c60b232dd98f2c1b9fe5fc2bef64bdf13e43f60c4b87270e12790a467ea43aca
MISC metadata.xml 338 BLAKE2B 64716884446806b863df51ff35e2b5e9f722521160119d043041da2a4f320eae67e8f0a3c8be9e2fa7324aaad965df6b05d1269d3ac6bdce9b3f2c85c2ed942b SHA512 96ee2bd846804d5c8e7eb3c28d44e78f6dbe9507933b2c09171d7d89bf3ac827aa59a35a092748e623a74a03e5e4eea75800948a5509199754cf66c403f2939e

View File

@ -0,0 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font git-r3
DESCRIPTION="Claude Garamont's humanist typeface from the mid-16th century"
HOMEPAGE="https://github.com/octaviopardo/EBGaramond12"
EGIT_REPO_URI="https://github.com/octaviopardo/EBGaramond12.git"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
S="${WORKDIR}/EBGaramond12"
FONT_SUFFIX="otf"
FONT_S="${S}/fonts/${FONT_SUFFIX}"
DOCS="README.md AUTHORS.txt CONTRIBUTORS.txt"

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>fonts@gentoo.org</email>
<name>Fonts</name>
</maintainer>
<upstream>
<remote-id type="github">octaviopardo/EBGaramond12</remote-id>
</upstream>
</pkgmetadata>