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 33CAA15800A for ; Wed, 16 Aug 2023 22:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A9F12BC038; Wed, 16 Aug 2023 22:07:39 +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 1EEAE2BC038 for ; Wed, 16 Aug 2023 22:07:39 +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 8D939340952 for ; Wed, 16 Aug 2023 22:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C97AFC4 for ; Wed, 16 Aug 2023 22:07:35 +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: <1692223640.f46f2ac7f65f2f39788bb31f47a94e1601b708ce.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xwd/Manifest x11-apps/xwd/xwd-1.0.8.ebuild X-VCS-Directories: x11-apps/xwd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f46f2ac7f65f2f39788bb31f47a94e1601b708ce X-VCS-Branch: master Date: Wed, 16 Aug 2023 22:07:35 +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: 37fe1a37-4485-4084-87f1-279b58848581 X-Archives-Hash: 9a68fb01e3b3a5ac0c8528f8ac52a313 commit: f46f2ac7f65f2f39788bb31f47a94e1601b708ce Author: Matt Turner gentoo org> AuthorDate: Wed Aug 16 21:55:59 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 16 22:07:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46f2ac7 x11-apps/xwd: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xwd/Manifest | 1 - x11-apps/xwd/xwd-1.0.8.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest index d6a9298d6aa4..55f4da6266c5 100644 --- a/x11-apps/xwd/Manifest +++ b/x11-apps/xwd/Manifest @@ -1,2 +1 @@ -DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e DIST xwd-1.0.9.tar.xz 141940 BLAKE2B 06505859e28095ba4c34f76001aa283b2b173d71f78c83e067faefe91671475daf9adcedecdc9c090826ecec8fb73763529fb9fae1ebd1e62e67d7ec70117c78 SHA512 ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56 diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild deleted file mode 100644 index 5e1d18f12b5d..000000000000 --- a/x11-apps/xwd/xwd-1.0.8.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="dump an image of an X window" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libXt - x11-libs/libxkbfile"