Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-lucidatypewriter-75dpi/
Date: Tue, 28 Feb 2023 01:37:02
Message-Id: 1677548182.72fa348c2774eec536db1f10b9489737af33a796.mattst88@gentoo
1 commit: 72fa348c2774eec536db1f10b9489737af33a796
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 23:44:43 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 01:36:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fa348c
7
8 media-fonts/font-bh-lucidatypewriter-75dpi: Version bump to 1.0.4
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-fonts/font-bh-lucidatypewriter-75dpi/Manifest | 1 +
13 .../font-bh-lucidatypewriter-75dpi-1.0.4.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
17 index 19f82b1c3167..b0929bdfcd2b 100644
18 --- a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
19 +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
20 @@ -1 +1,2 @@
21 DIST font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 219511 BLAKE2B fe05029295ef04414dd37fe80d023cfbf423fd3c314d53cb71dc2e4c623634e8e5b911f7a92851f49dd66cc9939d4998d4ec78f705a52908d01e1dcb91f08387 SHA512 2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13
22 +DIST font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz 189952 BLAKE2B 1347d53ed01622feeac38d578c39381d40e35e174b0cc6641cf7c4852c63077249a20d9da4fa1c5d98e12331d153815331d29c732ea4f634bc9666b79fda5590 SHA512 bfe2776b84533dd23648df42b2c74fb7f49e665e4f2128c6af529425a1569051c9ddadb696dfa7a6bd959a4929f8a75f7e4fbd7da7767d272a0a8a5424a879cf
23
24 diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.4.ebuild b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.4.ebuild
25 new file mode 100644
26 index 000000000000..5757d4d47e29
27 --- /dev/null
28 +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.4.ebuild
29 @@ -0,0 +1,14 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +FONT_OPENTYPE_COMPAT=1
35 +XORG_TARBALL_SUFFIX="xz"
36 +XORG_PACKAGE_NAME="bh-lucidatypewriter-75dpi"
37 +inherit xorg-3
38 +
39 +DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts"
40 +
41 +LICENSE="public-domain" # bitmap font, not copyrightable
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
43 +IUSE="nls"