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: Sat, 25 Nov 2017 20:19:02
Message-Id: 1511641117.a9fcda42e146401e4f04043ea8a6e0339867b9be.mattst88@gentoo
1 commit: a9fcda42e146401e4f04043ea8a6e0339867b9be
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 25 13:34:23 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 20:18:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fcda42
7
8 media-fonts/font-bh-lucidatypewriter-75dpi: EAPI 3 -> 5
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/6296
12
13 media-fonts/font-bh-lucidatypewriter-75dpi/Manifest | 2 +-
14 .../font-bh-lucidatypewriter-75dpi-1.0.3-r1.ebuild | 13 +++++++++++++
15 2 files changed, 14 insertions(+), 1 deletion(-)
16
17 diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
18 index 074b1ff085b..19f82b1c316 100644
19 --- a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
20 +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest
21 @@ -1 +1 @@
22 -DIST font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 219511 SHA256 4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31 SHA512 2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13 WHIRLPOOL aa33fa5881eaf1f8f0487e9e8fb1953567e889071797d68090785ce1c1897798ce2a6969ff6bc8b227f255a6b6bbaf74c70cfa14f49f393ce1fed35081d61491
23 +DIST font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 219511 BLAKE2B fe05029295ef04414dd37fe80d023cfbf423fd3c314d53cb71dc2e4c623634e8e5b911f7a92851f49dd66cc9939d4998d4ec78f705a52908d01e1dcb91f08387 SHA512 2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13
24
25 diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.3-r1.ebuild b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.3-r1.ebuild
26 new file mode 100644
27 index 00000000000..14c855bb6e9
28 --- /dev/null
29 +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.3-r1.ebuild
30 @@ -0,0 +1,13 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +inherit xorg-2
36 +
37 +DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts"
38 +
39 +LICENSE="public-domain" # bitmap font, not copyrightable
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
41 +IUSE=""
42 +
43 +DEPEND="x11-apps/bdftopcf"