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 89AD3158030 for ; Tue, 28 Feb 2023 01:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF1DE0824; Tue, 28 Feb 2023 01:37:03 +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 70C09E0824 for ; Tue, 28 Feb 2023 01:37:03 +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 B3D44340DBE for ; Tue, 28 Feb 2023 01:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 243D38D1 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: <1677548183.724876f9144de982fe1e8f0fcab58d804971843d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-ibm-type1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-ibm-type1/Manifest media-fonts/font-ibm-type1/font-ibm-type1-1.0.4.ebuild X-VCS-Directories: media-fonts/font-ibm-type1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 724876f9144de982fe1e8f0fcab58d804971843d 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: c654987b-4263-45d8-b46a-68694c01638f X-Archives-Hash: 35f34928434854f4a14fcf70af4b5998 commit: 724876f9144de982fe1e8f0fcab58d804971843d Author: Matt Turner gentoo org> AuthorDate: Tue Feb 28 00:26:07 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 28 01:36:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724876f9 media-fonts/font-ibm-type1: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-ibm-type1/Manifest | 1 + media-fonts/font-ibm-type1/font-ibm-type1-1.0.4.ebuild | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/media-fonts/font-ibm-type1/Manifest b/media-fonts/font-ibm-type1/Manifest index afc873b92deb..7e632891df02 100644 --- a/media-fonts/font-ibm-type1/Manifest +++ b/media-fonts/font-ibm-type1/Manifest @@ -1 +1,2 @@ DIST font-ibm-type1-1.0.3.tar.bz2 376985 BLAKE2B c8563fe5fb44975dc6d99f8ab106c3040276280969df6fd33db23470eaa49acffb10224fadf19867d71346d357bce96a2be898d256fa7adc9be66469dd822293 SHA512 cbd179522c936c4f956ff1fbdc48fc3a55990083b4f858c938c6a54c8526641b4f25eb3a6795d774630b75a0f4fbdf9c16e861e88b2cd95f04c524f95d40f90f +DIST font-ibm-type1-1.0.4.tar.xz 378468 BLAKE2B ed741c5fd646383446073f22f4dae82c08f060ac8fa47c4ee0deb9322c448a7262d444b84e246a50aa153286a6c50b1574079d71e0de51f9f68435fffd3f76d7 SHA512 42ebc9f1b0726a9a1bf3d7c8a3b7102a448e7c6ff0c5ac1dd8a4861bf51c344ddb2e077df41b86e3e896100371a33f997d6df834b4d64b835d81a36dfddfbce3 diff --git a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.4.ebuild b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.4.ebuild new file mode 100644 index 000000000000..2be4246d42c0 --- /dev/null +++ b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.4.ebuild @@ -0,0 +1,11 @@ +# 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="ibm-type1" +inherit xorg-3 + +DESCRIPTION="X.Org IBM Courier font" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"