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 66FEB158030 for ; Tue, 28 Feb 2023 01:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192B5E084A; Tue, 28 Feb 2023 01:37:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 022C7E084A for ; Tue, 28 Feb 2023 01:37:05 +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 498F3340DBE for ; Tue, 28 Feb 2023 01:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B91238DC for ; Tue, 28 Feb 2023 01:37:00 +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: <1677548184.2534682f36ae5b39a836c9058e543fad355a2ed9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-mutt-misc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-mutt-misc/Manifest media-fonts/font-mutt-misc/font-mutt-misc-1.0.4.ebuild X-VCS-Directories: media-fonts/font-mutt-misc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2534682f36ae5b39a836c9058e543fad355a2ed9 X-VCS-Branch: master Date: Tue, 28 Feb 2023 01:37:00 +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: 0ad650af-bcea-4bc5-b86b-b6e7190bd4c3 X-Archives-Hash: 8514f23cdafe51b6dad67f178f5080b9 commit: 2534682f36ae5b39a836c9058e543fad355a2ed9 Author: Matt Turner gentoo org> AuthorDate: Tue Feb 28 01:25:30 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 28 01:36:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2534682f media-fonts/font-mutt-misc: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-mutt-misc/Manifest | 1 + media-fonts/font-mutt-misc/font-mutt-misc-1.0.4.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/media-fonts/font-mutt-misc/Manifest b/media-fonts/font-mutt-misc/Manifest index 528d33ab119c..467c4390bf1f 100644 --- a/media-fonts/font-mutt-misc/Manifest +++ b/media-fonts/font-mutt-misc/Manifest @@ -1 +1,2 @@ DIST font-mutt-misc-1.0.3.tar.bz2 266510 BLAKE2B b3e460b5837accf613c9a4b5285a40f160bbf1b791cd90534cfb58da4f1857c1c5ec659ff4b1b6268573574ce2f4ff7cf6bb5abd7512c27fffd9696fb579869c SHA512 7b152f6c1464d806b1f76664d9b619858c3cb3ea63027b6be1f69897e939e3a0b5312ddf230e0a42a8f3e3701e50f41917cac6ce566c05bc74dfa49bdf2ed4db +DIST font-mutt-misc-1.0.4.tar.xz 220528 BLAKE2B a6e4a20c73638343f157ffb548a081c3b0b8358d23c2703742703dc4fb6d34a50c5e52a91d695f2216c2329041c5457581f754944a7d433b98fba87d5d5c65b2 SHA512 9cbc82e6a519572576cb60f4d6b9795468666d53ac7df17d6736ab04190cb5f58c8b57be61ab509fc9372e1114c6aaa5e0d098ec1fa63dc5d8638916614f7046 diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.4.ebuild b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.4.ebuild new file mode 100644 index 000000000000..09f53d8d710a --- /dev/null +++ b/media-fonts/font-mutt-misc/font-mutt-misc-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 +FONT_OPENTYPE_COMPAT=1 +XORG_TARBALL_SUFFIX="xz" +XORG_PACKAGE_NAME="mutt-misc" +inherit xorg-3 + +DESCRIPTION="X.Org ClearlyU fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"