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 314FE158099 for ; Sat, 25 Nov 2023 17:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B0B2BC073; Sat, 25 Nov 2023 17:31:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 173A72BC075 for ; Sat, 25 Nov 2023 17:31:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E941340836 for ; Sat, 25 Nov 2023 17:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E0B613E6 for ; Sat, 25 Nov 2023 17:31:07 +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: <1700933461.7f84905249d9741c30e3fdfdf5cde3b12ae10021.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.2.ebuild X-VCS-Directories: x11-apps/fonttosfnt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7f84905249d9741c30e3fdfdf5cde3b12ae10021 X-VCS-Branch: master Date: Sat, 25 Nov 2023 17:31:07 +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: 285a9a6f-685f-45be-abbd-8405ad10bfd8 X-Archives-Hash: 047060f7ce5915347e9b4218313b6e5a commit: 7f84905249d9741c30e3fdfdf5cde3b12ae10021 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 25 17:11:33 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 25 17:31:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f849052 x11-apps/fonttosfnt: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/fonttosfnt/Manifest | 1 - x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index 7a4e5ecc8ae7..ac916366ade5 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1,2 +1 @@ -DIST fonttosfnt-1.2.2.tar.bz2 146855 BLAKE2B 167db11bd49675d411ec06f5581edd7a87d0518755aba05b330db8d24ec1b5f142228c3b3a0be6a740fee8835a25523cd9fc4d7b8e915cc9d51fb95786254770 SHA512 ceac6ccb064043d46f9f16f31fb89c6cbf7f026d049f7b5325d6af97e809b4cd068e6149413bb328c0af601a98b5070e21d469888a6853f6cabecd5b46f60240 DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild deleted file mode 100644 index f0d18fdf3c01..000000000000 --- a/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xorg-3 - -DESCRIPTION="X.Org fonttosfnt application" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" -RDEPEND="media-libs/freetype:2 - x11-libs/libX11 - x11-libs/libfontenc" -DEPEND="${RDEPEND} - x11-base/xorg-proto"