Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/gofont-mono/
Date: Fri, 09 Sep 2022 09:48:18
Message-Id: 1662716806.387891b6c344327fc6f146f8cb7e8930706ecbd0.matthew@gentoo
1 commit: 387891b6c344327fc6f146f8cb7e8930706ecbd0
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 08:58:13 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 09:46:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387891b6
7
8 media-fonts/gofont-mono: add 2.010
9
10 Closes: https://bugs.gentoo.org/703428
11 Suggested-by: Joakim Tjernlund <joakim.tjernlund <AT> infinera.com>
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 media-fonts/gofont-mono/Manifest | 1 +
15 media-fonts/gofont-mono/gofont-mono-2.010.ebuild | 19 +++++++++++++++++++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/media-fonts/gofont-mono/Manifest b/media-fonts/gofont-mono/Manifest
19 index 8e0900c1d09d..31c4a7eec2b6 100644
20 --- a/media-fonts/gofont-mono/Manifest
21 +++ b/media-fonts/gofont-mono/Manifest
22 @@ -1 +1,2 @@
23 DIST gofont-mono-0_pre20220306.tar.xz 157504 BLAKE2B 8eb8648d5300835fc59df73db9f19d7064bb2ba2df9a1b18c9f22ad217c20ff12681e64080c600ed7b604c007d12bdd5aed98b36e3637c27ca3a66a1c48b8f78 SHA512 09e682c0c9c16402e75bc60da2a8136af78dc433c06261cd23047a1ba219f1b495464f3798f3f8fcc809cc68b993497613dd235b254f69bf3f5399b8d62dbecd
24 +DIST gofont-mono-2.010.tar.xz 385424 BLAKE2B 221c58feedd353aff6ef935109fdccb2cfe5745d116a3575a2df11d188154e0b8c460a2bd512c4db5bb1286593ee6258daab2b48570922e3a066f9d7b3265894 SHA512 d5eff21085ff72002c0c57690d9e9e1fa1d8ff8e6706bdc2bdbad90f9202e2c872a6a02346c6dbfb6c48ca2739d563d5f5dc5752230acdb7f00ce06b3e131327
25
26 diff --git a/media-fonts/gofont-mono/gofont-mono-2.010.ebuild b/media-fonts/gofont-mono/gofont-mono-2.010.ebuild
27 new file mode 100644
28 index 000000000000..c6f47c39ea98
29 --- /dev/null
30 +++ b/media-fonts/gofont-mono/gofont-mono-2.010.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit font
38 +
39 +# fonts extracted from go/image repository at commit
40 +# 41969df76e82aeec85fa3821b1e24955ea993001.
41 +
42 +DESCRIPTION="Monospace typeface created for the Go programming language"
43 +HOMEPAGE="https://go.dev/blog/go-fonts"
44 +SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.tar.xz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~loong"
49 +
50 +FONT_SUFFIX="ttf"