public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alec Stewart" <alec-stewart@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/
Date: Fri, 25 Oct 2024 02:45:24 +0000 (UTC)	[thread overview]
Message-ID: <1729824140.b7f44fd5cf34d492980f037f7d9e4918b543c3bf.alec-stewart@gentoo> (raw)

commit:     b7f44fd5cf34d492980f037f7d9e4918b543c3bf
Author:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 25 02:42:20 2024 +0000
Commit:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
CommitDate: Fri Oct 25 02:42:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7f44fd5

media-fonts/atkinson-hyperlegible: new package, add 20200514

Signed-off-by: Alec Stewart <alec-stewart <AT> protonmail.com>

 media-fonts/atkinson-hyperlegible/Manifest         |  1 +
 .../atkinson-hyperlegible-20200514.ebuild          | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-fonts/atkinson-hyperlegible/Manifest b/media-fonts/atkinson-hyperlegible/Manifest
new file mode 100644
index 000000000..0e73089b3
--- /dev/null
+++ b/media-fonts/atkinson-hyperlegible/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000..54d4fa1e2
--- /dev/null
+++ b/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild
@@ -0,0 +1,36 @@
+# 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
+}


             reply	other threads:[~2024-10-25  2:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  2:45 Alec Stewart [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25 23:55 [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/ Alec Stewart
2024-10-25  2:45 Alec Stewart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729824140.b7f44fd5cf34d492980f037f7d9e4918b543c3bf.alec-stewart@gentoo \
    --to=alec-stewart@protonmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox