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 A307D158041 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 25800E29CB; 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 0B84AE29BE 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 01C5F343016 for ; Thu, 21 Mar 2024 18:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DC0915BA 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: <1711044297.df9d059459608623ba220d64fffe37bca9a7d93a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xprop/Manifest x11-apps/xprop/xprop-1.2.6.ebuild X-VCS-Directories: x11-apps/xprop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: df9d059459608623ba220d64fffe37bca9a7d93a 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: a053f265-f1bf-4be2-a573-14c6c3f49530 X-Archives-Hash: 293b00744320c4de428d6d84b7f647bd commit: df9d059459608623ba220d64fffe37bca9a7d93a 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:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9d0594 x11-apps/xprop: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xprop/Manifest | 1 - x11-apps/xprop/xprop-1.2.6.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index b58b3616df66..d0472816ecc5 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1,2 +1 @@ -DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359 SHA512 ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25 DIST xprop-1.2.7.tar.xz 144216 BLAKE2B 858627e1d0d61246d428865242dba262aa05104e08b71167b965fc7881c660cc8681b5b831fc5a2e7fbc5fff7e8d49f12f178b07b5d52ac08894d89e930ca4d0 SHA512 84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1 diff --git a/x11-apps/xprop/xprop-1.2.6.ebuild b/x11-apps/xprop/xprop-1.2.6.ebuild deleted file mode 100644 index c787fb64d31f..000000000000 --- a/x11-apps/xprop/xprop-1.2.6.ebuild +++ /dev/null @@ -1,14 +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="property displayer for X" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"