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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 414E3158030 for ; Tue, 28 Feb 2023 01:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FEE5E0809; Tue, 28 Feb 2023 01:37:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F36BCE07EA for ; Tue, 28 Feb 2023 01:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A50F340DB8 for ; Tue, 28 Feb 2023 01:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BF258C2 for ; Tue, 28 Feb 2023 01:36: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: <1677548182.68ba3911108d0d96d6fe50326c1f6a029f413bca.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.4.ebuild X-VCS-Directories: media-fonts/font-bh-ttf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 68ba3911108d0d96d6fe50326c1f6a029f413bca X-VCS-Branch: master Date: Tue, 28 Feb 2023 01:36: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02bf2bcf-7393-439a-b23f-18ad3094975c X-Archives-Hash: d893b9454337e87ce92416aa4603e14f commit: 68ba3911108d0d96d6fe50326c1f6a029f413bca Author: Matt Turner gentoo org> AuthorDate: Mon Feb 27 23:46:48 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 28 01:36:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba3911 media-fonts/font-bh-ttf: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-bh-ttf/Manifest | 1 + media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest index 1e2fc71bee52..f9016c61a05a 100644 --- a/media-fonts/font-bh-ttf/Manifest +++ b/media-fonts/font-bh-ttf/Manifest @@ -1 +1,2 @@ DIST font-bh-ttf-1.0.3.tar.bz2 465351 BLAKE2B 2d508265128262b479f184341862687235af0bec4098dec269f257ad3d2ec94de08ccee4701612c9b747214b38587840a4051dbca2fa1852e859482eb8cf6ecb SHA512 36b5b6bbc2894cd90a372e8131281a462b42d503be3e9af8565edbcd954b336690aa86a0b6fb162d865ba71b65669c5b911658c5b820effcea39d086d485be25 +DIST font-bh-ttf-1.0.4.tar.xz 372012 BLAKE2B c29459ba2ef8aa3821c8f6d500febc5d638ada726597236bbf76d468a12ccac4e23a0787e17af70be3e9eea0163d86846cf69f8eaf23bb2be91fac446a640dfa SHA512 d9d1cfdd3d73157d0253bebb76e91b92c5ffface42dd6aeca40f1deffe03f079a0f9a46d6fb368e5c213e413d0753766e9454ac4222baa3c9898dfcf92718fd0 diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild new file mode 100644 index 000000000000..5f103d848bc1 --- /dev/null +++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" +XORG_PACKAGE_NAME="bh-ttf" +inherit xorg-3 + +DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts" +LICENSE="bh-luxi" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"