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 E982C1581E7 for ; Thu, 25 Apr 2024 16:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8BB4E29FB; Thu, 25 Apr 2024 16:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0AEDE29FB for ; Thu, 25 Apr 2024 16:10:18 +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 BC84C343134 for ; Thu, 25 Apr 2024 16:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF678175F for ; Thu, 25 Apr 2024 16:10:14 +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: <1714061379.72297639054b8ac44ac072670f3c94fd3d0d0dae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xman/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xman/Manifest x11-apps/xman/xman-1.1.6.ebuild X-VCS-Directories: x11-apps/xman/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 72297639054b8ac44ac072670f3c94fd3d0d0dae X-VCS-Branch: master Date: Thu, 25 Apr 2024 16:10:14 +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: a7d7cc66-7a7c-4868-9183-3ce3b7b75433 X-Archives-Hash: 490ae4d0c693307ff50932b91f3a021c commit: 72297639054b8ac44ac072670f3c94fd3d0d0dae Author: Matt Turner gentoo org> AuthorDate: Thu Apr 25 16:03:18 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 25 16:09:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72297639 x11-apps/xman: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xman/Manifest | 1 - x11-apps/xman/xman-1.1.6.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest index 811a574dd28e..03c728dff6ea 100644 --- a/x11-apps/xman/Manifest +++ b/x11-apps/xman/Manifest @@ -1,2 +1 @@ -DIST xman-1.1.6.tar.xz 177732 BLAKE2B 7ca00bd08d8fcd34645e5ad4582f782f358a6df8b7715222e886d9eef299e2b5c7cb1fc208e2bd3d7d465f1a2f3e17060e8cc95a6a3bc00421dfaf40adc147af SHA512 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530 DIST xman-1.2.0.tar.xz 177156 BLAKE2B deb86ae5fa03b72524187c87587d3e860fe504c8abdb2180469609c4e652158ff83a529546dd9d353b4f73702740e276f2b7729ece0011e7296cf10423189e21 SHA512 072dba172fd30606c1e185c6e50b3b9a9ec5e430eb2ac7f0c476e1c2de998e8c0b5fbf53de20a7339d39a8990255e77fe72d3928b43d055e8463f8069389d192 diff --git a/x11-apps/xman/xman-1.1.6.ebuild b/x11-apps/xman/xman-1.1.6.ebuild deleted file mode 100644 index 304645990b76..000000000000 --- a/x11-apps/xman/xman-1.1.6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="Manual page display program for the X Window System" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXt" -DEPEND="${RDEPEND} - x11-base/xorg-proto"