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 86C0D158041 for ; Thu, 21 Mar 2024 18:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B253E29BC; Thu, 21 Mar 2024 18:08:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 041E9E29CB for ; Thu, 21 Mar 2024 18:08:41 +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 F2B27343012 for ; Thu, 21 Mar 2024 18:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8A415B9 for ; Thu, 21 Mar 2024 18:08:38 +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: <1711044296.19fd5949b6b9634583d498597b33a96c1951f2ce.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xmore/Manifest x11-apps/xmore/xmore-1.0.3.ebuild X-VCS-Directories: x11-apps/xmore/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 19fd5949b6b9634583d498597b33a96c1951f2ce X-VCS-Branch: master Date: Thu, 21 Mar 2024 18:08:38 +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: 81ffd630-0a7c-4653-8a66-c89c8220c27c X-Archives-Hash: 4e9fd1752ac24fea3aa56e71d1b3dd44 commit: 19fd5949b6b9634583d498597b33a96c1951f2ce Author: Matt Turner gentoo org> AuthorDate: Thu Mar 21 18:04:04 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 21 18:04:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fd5949 x11-apps/xmore: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xmore/Manifest | 1 - x11-apps/xmore/xmore-1.0.3.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest index 069fe9fea7cc..67111a9358d3 100644 --- a/x11-apps/xmore/Manifest +++ b/x11-apps/xmore/Manifest @@ -1,2 +1 @@ -DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3 DIST xmore-1.0.4.tar.xz 122624 BLAKE2B 98d14c6f0e1e1bd839b4bc13fccdd047cb8328c8b372d6fd281e51190193cd6738df855be7b0f157db7d7f24361a04d56f010115f882a7883900ba54f842d2ff SHA512 52ac9bca78431f5f830b4607ff2cc375ab90e11380e0d4d3e591689359806cc7c7ec92c713d4d65742f40407e4f407c372759e5d03e30a30dfd866e6d5c6f6f7 diff --git a/x11-apps/xmore/xmore-1.0.3.ebuild b/x11-apps/xmore/xmore-1.0.3.ebuild deleted file mode 100644 index 5137a2903132..000000000000 --- a/x11-apps/xmore/xmore-1.0.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="plain text display program for the X Window System" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXt -" -DEPEND="${RDEPEND}"