summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-03 23:12:38 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-03 23:12:38 -0400
commitde70abd8f7b5af0ab342644b1839d62e18e491f4 (patch)
tree3ffe8f12da9636319ea81f5ea2592b23d457c1b8 /x11-apps
parentx11-apps/listres: Drop old versions (diff)
downloadgentoo-de70abd8f7b5af0ab342644b1839d62e18e491f4.tar.gz
gentoo-de70abd8f7b5af0ab342644b1839d62e18e491f4.tar.bz2
gentoo-de70abd8f7b5af0ab342644b1839d62e18e491f4.zip
x11-apps/xev: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xev/Manifest1
-rw-r--r--x11-apps/xev/xev-1.2.5.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest
index 1e0e2f2af364..170b666ef644 100644
--- a/x11-apps/xev/Manifest
+++ b/x11-apps/xev/Manifest
@@ -1,2 +1 @@
-DIST xev-1.2.5.tar.xz 128848 BLAKE2B 468e8b21ffba9473bf04160f053a4300df61280083cdad0d94f2d309abeab96611031cb6d054ab011c4b18c01f63d2e5cd0ab24c5c42ba3e337999716e57851b SHA512 9fbfb78c9547974c2256a678948bf4a694a40b1c2bd5c5dec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a
DIST xev-1.2.6.tar.xz 129724 BLAKE2B 998049e07f79ceb5be5ca4999a1812278d701a62f8220a3851a6a774bea7e3c66860692e9589c427dfdfff631d1b27d07bd1229767a997e9c2e915544583dac2 SHA512 aaabb635622abfbf0b7ef2a1978070a918ea94480f375dd0798375274cf378ddb25007cc42426bb2292ed65c8af922f88e6a04c5a2f6cff3fadb0194b53eb7e7
diff --git a/x11-apps/xev/xev-1.2.5.ebuild b/x11-apps/xev/xev-1.2.5.ebuild
deleted file mode 100644
index f05becb3764c..000000000000
--- a/x11-apps/xev/xev-1.2.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="Print contents of X events"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXrandr"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"