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 CAE7215838C for ; Wed, 24 Jan 2024 17:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C79CCE2A1D; Wed, 24 Jan 2024 17:00:56 +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 A07BCE2A19 for ; Wed, 24 Jan 2024 17:00:56 +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 1545F3433B1 for ; Wed, 24 Jan 2024 17:00:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E7D614C6 for ; Wed, 24 Jan 2024 17:00:52 +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: <1706115644.5cb984d306dcf8e7c0c495a41cb34a86e99035a2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xlsfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild X-VCS-Directories: x11-apps/xlsfonts/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5cb984d306dcf8e7c0c495a41cb34a86e99035a2 X-VCS-Branch: master Date: Wed, 24 Jan 2024 17:00:52 +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: 0336b884-177c-4476-81e9-052bd2a93348 X-Archives-Hash: 89f70d5578966b7159ba70edb1c45605 commit: 5cb984d306dcf8e7c0c495a41cb34a86e99035a2 Author: Matt Turner gentoo org> AuthorDate: Wed Jan 24 16:51:49 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 24 17:00:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb984d3 x11-apps/xlsfonts: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild deleted file mode 100644 index 85d3eea9894d..000000000000 --- a/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 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 xlsfonts application" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"