From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CDB0139084 for ; Sat, 25 Nov 2017 20:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7063E0DA2; Sat, 25 Nov 2017 20:19:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5794E0DA2 for ; Sat, 25 Nov 2017 20:19:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD6C433FE60 for ; Sat, 25 Nov 2017 20:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71922A774 for ; Sat, 25 Nov 2017 20:18:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1511641117.6ea0f3725b0dcef6cda5c2cff836df6422f32f04.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-bh-ttf/Manifest media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r1.ebuild X-VCS-Directories: media-fonts/font-bh-ttf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6ea0f3725b0dcef6cda5c2cff836df6422f32f04 X-VCS-Branch: master Date: Sat, 25 Nov 2017 20:18:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c76c3cc-6940-4222-a013-db0f6408b9d5 X-Archives-Hash: 8387bca787cd3c246a7df01caed4e931 commit: 6ea0f3725b0dcef6cda5c2cff836df6422f32f04 Author: Harri Nieminen gmail com> AuthorDate: Sat Nov 25 13:39:14 2017 +0000 Commit: Matt Turner gentoo 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=""