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 BBAEE15ACFB for ; Sun, 9 Apr 2023 04:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128D7E08A0; Sun, 9 Apr 2023 04:06:01 +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 BC144E0899 for ; Sun, 9 Apr 2023 04:06:00 +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 CEC8C33BF41 for ; Sun, 9 Apr 2023 04:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C859BA46 for ; Sun, 9 Apr 2023 04:05:55 +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: <1681013145.49e5f2d80ece07f77aece5602713b370f35abfd1.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: 49e5f2d80ece07f77aece5602713b370f35abfd1 X-VCS-Branch: master Date: Sun, 9 Apr 2023 04:05:55 +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: eb1ef8f5-4e97-4bf2-8891-748a94a6e0c4 X-Archives-Hash: 32e86fb035d8c1b7d402309913389c5b commit: 49e5f2d80ece07f77aece5602713b370f35abfd1 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 9 03:58:08 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 9 04:05:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e5f2d8 media-fonts/font-util: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-util/Manifest | 1 - media-fonts/font-util/font-util-1.3.3.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/media-fonts/font-util/Manifest b/media-fonts/font-util/Manifest index 50716c4ce7d9..d7036076e6d8 100644 --- a/media-fonts/font-util/Manifest +++ b/media-fonts/font-util/Manifest @@ -1,2 +1 @@ -DIST font-util-1.3.3.tar.xz 142544 BLAKE2B b893159496fb242c33facda98597e200b41d05fbc28c9c1cf04f5214788f421472562a79ad24cffddad72ebf38f751858712a5c7c2904370ea77f501f78ccc77 SHA512 5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9 DIST font-util-1.4.0.tar.xz 142396 BLAKE2B f4efd01c419684969826061b1721f38f477c0a2ee024cf5f5927edd2584061cfb335e1cef6481a1519c51a150a2e1f2e382a8c300e2b8af5d0114276d2f673f8 SHA512 05fff613019718a4bd8537ff7eb270bd85345ffb006c16f81b739d6e8cdbfaa9d6503aef9bc48d6c7f70330bf90ff1a46bacdff3c99e8017191d935c85f73d60 diff --git a/media-fonts/font-util/font-util-1.3.3.ebuild b/media-fonts/font-util/font-util-1.3.3.ebuild deleted file mode 100644 index 48ab3f5d3388..000000000000 --- a/media-fonts/font-util/font-util-1.3.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2005-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -XORG_PACKAGE_NAME="util" -inherit xorg-3 - -DESCRIPTION="X.Org font utilities" - -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 -)