diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-11-25 15:22:00 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-25 12:18:36 -0800 |
commit | b8a31bc011abdd5049cde6f217607f7cb66a0b8a (patch) | |
tree | 0f68ee49b153e429b597c401a9fabfdb542ae460 /media-fonts | |
parent | media-fonts/font-arabic-misc: EAPI 3 -> 5 (diff) | |
download | gentoo-b8a31bc011abdd5049cde6f217607f7cb66a0b8a.tar.gz gentoo-b8a31bc011abdd5049cde6f217607f7cb66a0b8a.tar.bz2 gentoo-b8a31bc011abdd5049cde6f217607f7cb66a0b8a.zip |
media-fonts/font-bh-lucidatypewriter-100dpi: EAPI 3 -> 5
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6296
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-100dpi/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r1.ebuild | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest b/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest index 389a5a8ac6a0..57681ad7cfd5 100644 --- a/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest +++ b/media-fonts/font-bh-lucidatypewriter-100dpi/Manifest @@ -1 +1 @@ -DIST font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 245807 SHA256 62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb SHA512 1862003c20aa7709ea07487a4326c619e2beb33b7069d644f438d64182b41a06039c69e2867921b4d12939612a4b8e1e1727fd15851aeab9a0361060183e3b0f WHIRLPOOL cb3ff17d6cca847368b564f8b83f09e86cb0422baa3726bf3cef9b4419782951caae4121b9e13d89afce65e514292ee0f67ddc467303b9a6b2a6e6cc6c76092b +DIST font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 245807 BLAKE2B f2cd40b5621aa3940e8047bd6b2ca588fde367512da196ebfa32469be06ea15c87641da8f81f14191a65dd5eb791de1256e26c5cc20e0dab3883834028003665 SHA512 1862003c20aa7709ea07487a4326c619e2beb33b7069d644f438d64182b41a06039c69e2867921b4d12939612a4b8e1e1727fd15851aeab9a0361060183e3b0f 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 new file mode 100644 index 000000000000..14c855bb6e9a --- /dev/null +++ b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts" + +LICENSE="public-domain" # bitmap font, not copyrightable +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="x11-apps/bdftopcf" |