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 A5297158004 for ; Tue, 24 Oct 2023 17:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6AFC2BC030; Tue, 24 Oct 2023 17:59:06 +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 C5EAA2BC02C for ; Tue, 24 Oct 2023 17:59:06 +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 DBA9D335CCD for ; Tue, 24 Oct 2023 17:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FEBA12C1 for ; Tue, 24 Oct 2023 17:59:03 +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: <1698170337.97937f0484c3a03094e5f4a7710c188939618624.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.4.0.ebuild X-VCS-Directories: media-fonts/font-util/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97937f0484c3a03094e5f4a7710c188939618624 X-VCS-Branch: master Date: Tue, 24 Oct 2023 17:59:03 +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: cc3b117b-e2e2-49d7-9126-6e674b7acb1d X-Archives-Hash: f64d1ed5ab311c559a20d0164fa81fb9 commit: 97937f0484c3a03094e5f4a7710c188939618624 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 24 17:48:38 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 24 17:58:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97937f04 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.4.0.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/media-fonts/font-util/Manifest b/media-fonts/font-util/Manifest index d16f4d82565d..5ca087327944 100644 --- a/media-fonts/font-util/Manifest +++ b/media-fonts/font-util/Manifest @@ -1,2 +1 @@ -DIST font-util-1.4.0.tar.xz 142396 BLAKE2B f4efd01c419684969826061b1721f38f477c0a2ee024cf5f5927edd2584061cfb335e1cef6481a1519c51a150a2e1f2e382a8c300e2b8af5d0114276d2f673f8 SHA512 05fff613019718a4bd8537ff7eb270bd85345ffb006c16f81b739d6e8cdbfaa9d6503aef9bc48d6c7f70330bf90ff1a46bacdff3c99e8017191d935c85f73d60 DIST font-util-1.4.1.tar.xz 144320 BLAKE2B 5a7cee52aa58cecc85f5168963038b65d921bc33615e86a833cba5aec007d61bb05fa3b200ed9b192d9ab9291d53065443711f8eac976242b2013cd7b9fc494a SHA512 cec7fc38ba64ca9c81c59a8395da94d71c75e14f19faf6457da0a1a8c3c1cf51bcaab227834f6f5a6d274ba2557555e542dbe2bd88e527c45ea196318bbc38d0 diff --git a/media-fonts/font-util/font-util-1.4.0.ebuild b/media-fonts/font-util/font-util-1.4.0.ebuild deleted file mode 100644 index 33ec6b5f3b39..000000000000 --- a/media-fonts/font-util/font-util-1.4.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2005-2023 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -XORG_CONFIGURE_OPTIONS=( - --with-fontrootdir="${EPREFIX}"/usr/share/fonts - --with-mapdir="${EPREFIX}"/usr/share/fonts/util -)