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-100dpi/
Date: Sat, 25 Nov 2017 20:19:02
Message-Id: 1511641116.b8a31bc011abdd5049cde6f217607f7cb66a0b8a.mattst88@gentoo
1 commit: b8a31bc011abdd5049cde6f217607f7cb66a0b8a
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 25 13:22:00 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 20:18:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a31bc0
7
8 media-fonts/font-bh-lucidatypewriter-100dpi: 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-100dpi/Manifest | 2 +-
14 .../font-bh-lucidatypewriter-100dpi-1.0.3-r1.ebuild | 13 +++++++++++++
15 2 files changed, 14 insertions(+), 1 deletion(-)
16
17 diff --git a/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest b/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest
18 index 389a5a8ac6a..57681ad7cfd 100644
19 --- a/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest
20 +++ b/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest
21 @@ -1 +1 @@
22 -DIST font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 245807 SHA256 62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb SHA512 1862003c20aa7709ea07487a4326c619e2beb33b7069d644f438d64182b41a06039c69e2867921b4d12939612a4b8e1e1727fd15851aeab9a0361060183e3b0f WHIRLPOOL cb3ff17d6cca847368b564f8b83f09e86cb0422baa3726bf3cef9b4419782951caae4121b9e13d89afce65e514292ee0f67ddc467303b9a6b2a6e6cc6c76092b
23 +DIST font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 245807 BLAKE2B f2cd40b5621aa3940e8047bd6b2ca588fde367512da196ebfa32469be06ea15c87641da8f81f14191a65dd5eb791de1256e26c5cc20e0dab3883834028003665 SHA512 1862003c20aa7709ea07487a4326c619e2beb33b7069d644f438d64182b41a06039c69e2867921b4d12939612a4b8e1e1727fd15851aeab9a0361060183e3b0f
24
25 diff --git a/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r1.ebuild b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r1.ebuild
26 new file mode 100644
27 index 00000000000..14c855bb6e9
28 --- /dev/null
29 +++ b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-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"