commit: 6ea0f3725b0dcef6cda5c2cff836df6422f32f04 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Nov 25 13:39:14 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Nov 25 20:18:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea0f372
media-fonts/font-bh-ttf: EAPI 3 -> 5 Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6296 media-fonts/font-bh-ttf/Manifest | 2 +- media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest index bd303ab86f5..1e2fc71bee5 100644 --- a/media-fonts/font-bh-ttf/Manifest +++ b/media-fonts/font-bh-ttf/Manifest @@ -1 +1 @@ -DIST font-bh-ttf-1.0.3.tar.bz2 465351 SHA256 1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25 WHIRLPOOL 245831a4571d4654f210a6525d55576eba43b6ca434b2e0ba55755254edb2626b06614d7398194cb009e794c610202c4f16411e47d2be8a03028fc14090eec82 +DIST font-bh-ttf-1.0.3.tar.bz2 465351 BLAKE2B 2d508265128262b479f184341862687235af0bec4098dec269f257ad3d2ec94de08ccee4701612c9b747214b38587840a4051dbca2fa1852e859482eb8cf6ecb SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25 diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild new file mode 100644 index 00000000000..4a48545d674 --- /dev/null +++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild @@ -0,0 +1,11 @@ +# 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 TrueType fonts" +LICENSE="bh-luxi" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +IUSE=""
