summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-26 12:29:33 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-26 12:37:40 -0500
commitbabc5fc5543c6461ab7f654f7a28bb2c9045d5c9 (patch)
tree7b12a03b6203e5c1f933460e026574e33a620958 /x11-apps/xprop
parentx11-apps/xlsclients: Drop old versions (diff)
downloadgentoo-babc5fc5543c6461ab7f654f7a28bb2c9045d5c9.tar.gz
gentoo-babc5fc5543c6461ab7f654f7a28bb2c9045d5c9.tar.bz2
gentoo-babc5fc5543c6461ab7f654f7a28bb2c9045d5c9.zip
x11-apps/xprop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r--x11-apps/xprop/Manifest1
-rw-r--r--x11-apps/xprop/xprop-1.2.5.ebuild14
2 files changed, 0 insertions, 15 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
index 70b6332f1478..7581b990e681 100644
--- a/x11-apps/xprop/Manifest
+++ b/x11-apps/xprop/Manifest
@@ -1,2 +1 @@
-DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359 SHA512 ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25
diff --git a/x11-apps/xprop/xprop-1.2.5.ebuild b/x11-apps/xprop/xprop-1.2.5.ebuild
deleted file mode 100644
index e1e0ed76d66c..000000000000
--- a/x11-apps/xprop/xprop-1.2.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"