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 ABF68158030 for ; Tue, 28 Feb 2023 01:37:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA9F6E0831; 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 9965BE0831 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 BC463340DCB 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 E01398CD 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: <1677548183.76db83d19e8ad8e49004c1d7ec5d99a466a50d22.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-cursor-misc/Manifest media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild X-VCS-Directories: media-fonts/font-cursor-misc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 76db83d19e8ad8e49004c1d7ec5d99a466a50d22 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: 6177408c-a654-44d0-a0c1-f14c5a107b81 X-Archives-Hash: dbe5cecbf319407012a231121e0f8568 commit: 76db83d19e8ad8e49004c1d7ec5d99a466a50d22 Author: Matt Turner gentoo org> AuthorDate: Tue Feb 28 00:21:40 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=76db83d1 media-fonts/font-cursor-misc: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-cursor-misc/Manifest | 1 + media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/media-fonts/font-cursor-misc/Manifest b/media-fonts/font-cursor-misc/Manifest index cdd18da67bfb..ea10495d278c 100644 --- a/media-fonts/font-cursor-misc/Manifest +++ b/media-fonts/font-cursor-misc/Manifest @@ -1 +1,2 @@ DIST font-cursor-misc-1.0.3.tar.bz2 102041 BLAKE2B 13ed204f19b64c0e392664665bf670a497b9ad9efaa748ff521787d8f3f0e170c9361dccf97c4e106be557743b57ebe61fbe346f7e0f71fe733df9c6aa378f14 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83 +DIST font-cursor-misc-1.0.4.tar.xz 97384 BLAKE2B 080d34385b352241de6312554d8896926a761db24a58d3b5946e78f03c55fa246ca1a9750ce057b0f0a5d7edd3778951c05932615eb42be30458fa9e2422205f SHA512 22bd86a81cdfb1e17f885dc3961071c08920171a6f0736ae52d95c8e576b1debc7570aa3b7e1007f474b50435fba411f0eb1847894e8b52f6e6268d91cf9f2db diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.4.ebuild new file mode 100644 index 000000000000..5d583f3d6477 --- /dev/null +++ b/media-fonts/font-cursor-misc/font-cursor-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="cursor-misc" +inherit xorg-3 + +DESCRIPTION="X.Org cursor font" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"