public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/
Date: Tue, 19 May 2020 09:36:57 +0000 (UTC)	[thread overview]
Message-ID: <1589881008.453b0a75737e9ff31d71e7768a7fcba7fba8c8ec.graaff@gentoo> (raw)

commit:     453b0a75737e9ff31d71e7768a7fcba7fba8c8ec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 04:13:50 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 19 09:36:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453b0a75

media-fonts/fira-code: add 4

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 media-fonts/fira-code/Manifest           |  1 +
 media-fonts/fira-code/fira-code-4.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-fonts/fira-code/Manifest b/media-fonts/fira-code/Manifest
index 3a0f003eb6d..d432ebabd57 100644
--- a/media-fonts/fira-code/Manifest
+++ b/media-fonts/fira-code/Manifest
@@ -3,3 +3,4 @@ DIST fira-code-1.207.tar.gz 6640459 BLAKE2B ccd61201c5fe9d8755f0822d413df6618476
 DIST fira-code-2.tar.gz 7100481 BLAKE2B 1ca41276c56b6edb174620224d2a0a72750cd29c48c71a350d033896e2ff6d59454236f193b6dc95f8f5ccd338951ac52f5c2e27c6a5286589382af938bc76f8 SHA512 313f11f1550d964119c2576bc988ca7d009ebd670c93b3c4a29583f91499166816ed326fdb5a5082ed7c7a33c49263e627a3356cc739aa1a8e34689820081399
 DIST fira-code-3.1.tar.gz 5665465 BLAKE2B d1ad5d8e2d217d9dc1f06b9ac52dcf87f4f108aab1469399f0d1fb011f3619a1ce1c85803213da33a7b7f6e48fffddc194627b3fe560f7340a6a41b15d822062 SHA512 6acb941664a773a1186e6b6150ce747977fc95963d4be8756de05eddf7c2785ba0a5eac8319361779f6e747e8cd1edadeff1a72045cdeb3b152ce5bb2c1b77dd
 DIST fira-code-3.tar.gz 5665172 BLAKE2B c27861867102b788da151e9b5ed3b8a1d3e610f9f40d6facfc7f850fb15ff6903bc4e0579674e4732b52bf1477b3f9bc223158c59991d4517af3476f7f5d819f SHA512 2518b2fe1e2454da32a023e93c38358b0c89691f2f47b2e26e9ccf583109911b83d73880800fe02f556e9ed5888edf08e447360628eedb4e7a693a2f9e778520
+DIST fira-code-4.tar.gz 5580474 BLAKE2B 0bc9b4c8a54f238f1c464398162a56dccf0ac5f4aaffac00357bc7ad0ed99436b44220180f9753a0bc6f2fccc5dafe4a47df9cac91dc87fb1441952e1f04eeae SHA512 037698435b3f77f5ad2dcfb6ea6ff3063c50d224c2b95ada472bf9b12a6342e892d60220e1993045858697fff9c4fb5da97b41ac3437c4fa50f48ef1398c9738

diff --git a/media-fonts/fira-code/fira-code-4.ebuild b/media-fonts/fira-code/fira-code-4.ebuild
new file mode 100644
index 00000000000..73fe57c4a3d
--- /dev/null
+++ b/media-fonts/fira-code/fira-code-4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit font
+
+DESCRIPTION="Monospaced font with programming ligatures"
+HOMEPAGE="https://github.com/tonsky/FiraCode"
+SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz
+https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/FiraCode-${PV}"
+FONT_S="${S}/distr/ttf"
+FONT_SUFFIX="ttf otf"
+
+DOCS="README.md"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+	default
+	mv "${WORKDIR}"/*.otf "${FONT_S}" || die
+}


             reply	other threads:[~2020-05-19  9:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19  9:36 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-18  2:53 [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/ Matt Turner
2022-08-02 16:01 Arthur Zamarin
2022-08-02 16:01 Arthur Zamarin
2022-08-02  7:48 Joonas Niilola
2022-05-10  1:07 WANG Xuerui
2022-03-10  2:37 Yixun Lan
2021-12-08  6:27 Hans de Graaff
2021-12-05  7:15 Hans de Graaff
2021-11-30  6:21 Hans de Graaff
2020-10-09  8:17 Hans de Graaff
2020-10-09  8:17 Hans de Graaff
2020-09-07  5:20 Hans de Graaff
2020-09-07  5:20 Hans de Graaff
2020-06-12 15:30 Hans de Graaff
2020-06-12  5:50 Hans de Graaff
2020-06-09  3:33 Hans de Graaff
2020-06-09  3:33 Hans de Graaff
2020-05-19  9:36 Hans de Graaff
2020-05-05  6:57 Hans de Graaff
2020-04-12  6:22 Hans de Graaff
2020-04-12  6:22 Hans de Graaff
2019-12-02 10:47 Hans de Graaff
2019-12-02 10:47 Hans de Graaff
2019-09-14  6:47 Hans de Graaff
2019-09-14  6:47 Hans de Graaff
2019-07-18  6:59 Hans de Graaff
2018-10-13  7:16 Hans de Graaff
2018-05-27 14:44 Mikle Kolyada
2018-05-22 15:13 Mikle Kolyada
2018-05-19 10:31 Mart Raudsepp
2018-05-18 20:58 Johannes Huber
2018-05-18 20:52 Johannes Huber
2018-03-31  7:39 Hans de Graaff

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=1589881008.453b0a75737e9ff31d71e7768a7fcba7fba8c8ec.graaff@gentoo \
    --to=graaff@gentoo.org \
    --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