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 DE20C158094 for ; Tue, 12 Jul 2022 23:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4702E0A60; Tue, 12 Jul 2022 23:55:28 +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 818EFE0A60 for ; Tue, 12 Jul 2022 23:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8528F340E36 for ; Tue, 12 Jul 2022 23:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D0953D for ; Tue, 12 Jul 2022 23:55:24 +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: <1657670043.37f61186b469162e2929a277633ce844473a190f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-util/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-util/Manifest media-fonts/font-util/font-util-1.3.3.ebuild X-VCS-Directories: media-fonts/font-util/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 37f61186b469162e2929a277633ce844473a190f X-VCS-Branch: master Date: Tue, 12 Jul 2022 23:55:24 +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: 812a0e95-cb8c-4f34-9c0a-fb92decd5979 X-Archives-Hash: 7439516c93ebc2bd844e314555406cf6 commit: 37f61186b469162e2929a277633ce844473a190f Author: Matt Turner gentoo org> AuthorDate: Tue Jul 12 22:46:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 12 23:54:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f61186 media-fonts/font-util: Version bump to 1.3.3 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-util/Manifest | 1 + media-fonts/font-util/font-util-1.3.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/media-fonts/font-util/Manifest b/media-fonts/font-util/Manifest index e17d8a491297..ad51f535b0de 100644 --- a/media-fonts/font-util/Manifest +++ b/media-fonts/font-util/Manifest @@ -1 +1,2 @@ DIST font-util-1.3.2.tar.bz2 158480 BLAKE2B 490aa54fdbf0e7060a17261e6ac06d30ef374c0ef40ae7473680c192898305c86617667c59f334d54e3ba3eb2464e925a12a5ad4bc74c73f6a62b0500d7c0da0 SHA512 7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167 +DIST font-util-1.3.3.tar.xz 142544 BLAKE2B b893159496fb242c33facda98597e200b41d05fbc28c9c1cf04f5214788f421472562a79ad24cffddad72ebf38f751858712a5c7c2904370ea77f501f78ccc77 SHA512 5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9 diff --git a/media-fonts/font-util/font-util-1.3.3.ebuild b/media-fonts/font-util/font-util-1.3.3.ebuild new file mode 100644 index 000000000000..180d08a20707 --- /dev/null +++ b/media-fonts/font-util/font-util-1.3.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2005-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/font/util.git" +DESCRIPTION="X.Org font utilities" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/font/util" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +XORG_CONFIGURE_OPTIONS=( + --with-fontrootdir="${EPREFIX}"/usr/share/fonts + --with-mapdir="${EPREFIX}"/usr/share/fonts/util +)