diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-fonts/atkinson-hyperlegible | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'media-fonts/atkinson-hyperlegible')
| -rw-r--r-- | media-fonts/atkinson-hyperlegible/Manifest | 1 | ||||
| -rw-r--r-- | media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild | 36 | ||||
| -rw-r--r-- | media-fonts/atkinson-hyperlegible/metadata.xml | 22 |
3 files changed, 0 insertions, 59 deletions
diff --git a/media-fonts/atkinson-hyperlegible/Manifest b/media-fonts/atkinson-hyperlegible/Manifest deleted file mode 100644 index 0e73089b312e..000000000000 --- a/media-fonts/atkinson-hyperlegible/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST atkinson-hyperlegible-20200514.zip 574460 BLAKE2B 06fdbe9337fd161be1fa0f5b906ecb89a0b01c0ace2fe2cede8a0db8b0b896d239f2b688f94f2c476f0769e41e4179fe5cb16d22da65a623440cb4563113b085 SHA512 869e4a477caac906731494daa6db216f621fd75231aeb94053a412ff1c3752726c873895a785b138d3a74dc721a06925b791ccf1a3cdaddd52edc99c4188a0bd diff --git a/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild b/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild deleted file mode 100644 index 54d4fa1e2037..000000000000 --- a/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit font - -DESCRIPTION="Braille Institute's Atkinson Hyperlegible font." -HOMEPAGE="https://www.brailleinstitute.org/freefont/" - -MY_PV="2020-0514" -SRC_URI="https://www.brailleinstitute.org/atkinson-hyperlegible-font/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}.zip -> ${P}.zip" -S="${WORKDIR}/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" - -IUSE="otf +ttf" -REQUIRED_USE="^^ ( otf ttf )" - -BDEPEND="app-arch/unzip" - -FONT_SUFFIX="" - -src_install() { - if use otf; then - FONT_SUFFIX+="otf" - FONT_S=( "Print Fonts/" ) - fi - if use ttf; then - FONT_SUFFIX+="ttf" - FONT_S=( "Web Fonts/TTF" ) - fi - font_src_install -} diff --git a/media-fonts/atkinson-hyperlegible/metadata.xml b/media-fonts/atkinson-hyperlegible/metadata.xml deleted file mode 100644 index 1e3a5cee2289..000000000000 --- a/media-fonts/atkinson-hyperlegible/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<pkgmetadata> - <maintainer type="person"> - <email>alec-stewart@protonmail.com</email> - <name>Alec Stewart</name> - </maintainer> - <longdescription lang="en"> - Atkinson Hyperlegible is a freely available typeface built around a - grotesque sans-serif core, intended to be optimally - legible for readers who are partially visually impaired, with all - characters maximally distinguishable from one another. It was - developed by the Braille Institute of America in collaboration with - Applied Design Works and is available under the SIL Open Font - License. It won Fast Company's Innovation by Design Award for - Graphic Design in 2019 and was shortlisted for a graphic design - award by Dezeen in 2020. - </longdescription> - <use> - <flag name="ttf">Use the provided True Type Font font files</flag> - <flag name="otf">Use the provided Open Type Font font files</flag> - </use> -</pkgmetadata> |
