summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-21 14:04:04 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-21 14:04:57 -0400
commitdf9d059459608623ba220d64fffe37bca9a7d93a (patch)
treebc1f7e24254fccf363cb9cf6ec32bae957f18d0c
parentx11-apps/xmore: Drop old versions (diff)
downloadgentoo-df9d059459608623ba220d64fffe37bca9a7d93a.tar.gz
gentoo-df9d059459608623ba220d64fffe37bca9a7d93a.tar.bz2
gentoo-df9d059459608623ba220d64fffe37bca9a7d93a.zip
x11-apps/xprop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xprop/Manifest1
-rw-r--r--x11-apps/xprop/xprop-1.2.6.ebuild14
2 files changed, 0 insertions, 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"