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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDEA5158042 for ; Fri, 18 Oct 2024 02:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A7DE0996; Fri, 18 Oct 2024 02:40:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CB8D0E0986 for ; Fri, 18 Oct 2024 02:40:25 +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 ECA7A34092E for ; Fri, 18 Oct 2024 02:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB0B91F42 for ; Fri, 18 Oct 2024 02:40:21 +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: <1729219212.278ac826b08a91a9008c149791e26a4eacbe9efe.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fonttosfnt/Manifest x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild X-VCS-Directories: x11-apps/fonttosfnt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 278ac826b08a91a9008c149791e26a4eacbe9efe X-VCS-Branch: master Date: Fri, 18 Oct 2024 02:40:21 +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: 76d78474-73c4-458c-a996-3e1705ac0515 X-Archives-Hash: 366221c6661e9bdb09011154f342f6b8 commit: 278ac826b08a91a9008c149791e26a4eacbe9efe Author: Matt Turner gentoo org> AuthorDate: Fri Oct 18 02:24:16 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 18 02:40:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278ac826 x11-apps/fonttosfnt: Version bump to 1.2.4 Signed-off-by: Matt Turner gentoo.org> x11-apps/fonttosfnt/Manifest | 1 + x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index ac916366ade5..97fd321180d9 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1 +1,2 @@ DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463 +DIST fonttosfnt-1.2.4.tar.xz 143928 BLAKE2B 82469dd753da5e9e9c48b800f57f5442c6e828f1d45783d50985ea4da39adab1fd59c3b7642ba057e821997a5bc7e892c25c46c2903098340adac2e5c70719c2 SHA512 37654d66e8d63abc4801c76d48082cc99dc3cc7813376e634c287d97207d17592323cefefd305328a504e432c94e102260b92308088d5e0bf3931a471cb4b851 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild new file mode 100644 index 000000000000..7935eaddd07a --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="media-libs/freetype:2 + x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND} + x11-base/xorg-proto"