diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-11-25 15:34:23 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-25 12:18:37 -0800 |
commit | a9fcda42e146401e4f04043ea8a6e0339867b9be (patch) | |
tree | ea71c5ed167d51e10bba079d9962939dd81d3282 /media-fonts/font-bh-lucidatypewriter-75dpi | |
parent | media-fonts/font-bh-lucidatypewriter-100dpi: EAPI 3 -> 5 (diff) | |
download | gentoo-a9fcda42e146401e4f04043ea8a6e0339867b9be.tar.gz gentoo-a9fcda42e146401e4f04043ea8a6e0339867b9be.tar.bz2 gentoo-a9fcda42e146401e4f04043ea8a6e0339867b9be.zip |
media-fonts/font-bh-lucidatypewriter-75dpi: 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/font-bh-lucidatypewriter-75dpi')
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-75dpi/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.3-r1.ebuild | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest index 074b1ff085bc..19f82b1c3167 100644 --- a/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/Manifest @@ -1 +1 @@ -DIST font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 219511 SHA256 4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31 SHA512 2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13 WHIRLPOOL aa33fa5881eaf1f8f0487e9e8fb1953567e889071797d68090785ce1c1897798ce2a6969ff6bc8b227f255a6b6bbaf74c70cfa14f49f393ce1fed35081d61491 +DIST font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 219511 BLAKE2B fe05029295ef04414dd37fe80d023cfbf423fd3c314d53cb71dc2e4c623634e8e5b911f7a92851f49dd66cc9939d4998d4ec78f705a52908d01e1dcb91f08387 SHA512 2bba19c10df8e95f95d59d5fc7c15380c91a5140b0fa490497dbdf78a5574adae06a5566941c8c61e4a9850712fc9ca16974173aeee771f41976f472f0a2de13 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 new file mode 100644 index 000000000000..14c855bb6e9a --- /dev/null +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-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" |