summaryrefslogtreecommitdiff
path: root/x11-apps/xev
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-04 08:14:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-04 08:14:38 +0100
commitf4e04dc11a0252f8c6c535b7538703974cd06ea0 (patch)
tree6ba3be4a2ac2e0f44768521ed50444220fcfec85 /x11-apps/xev
parentba32ac7204934e0c69e1cc7529edce6efdbeb265 (diff)
gentoo auto-resync : 04:04:2024 - 08:14:38
Diffstat (limited to 'x11-apps/xev')
-rw-r--r--x11-apps/xev/Manifest2
-rw-r--r--x11-apps/xev/xev-1.2.5.ebuild17
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest
index f74589d7e840..0a880956535a 100644
--- a/x11-apps/xev/Manifest
+++ b/x11-apps/xev/Manifest
@@ -1,5 +1,3 @@
-DIST xev-1.2.5.tar.xz 128848 BLAKE2B 468e8b21ffba9473bf04160f053a4300df61280083cdad0d94f2d309abeab96611031cb6d054ab011c4b18c01f63d2e5cd0ab24c5c42ba3e337999716e57851b SHA512 9fbfb78c9547974c2256a678948bf4a694a40b1c2bd5c5dec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a
DIST xev-1.2.6.tar.xz 129724 BLAKE2B 998049e07f79ceb5be5ca4999a1812278d701a62f8220a3851a6a774bea7e3c66860692e9589c427dfdfff631d1b27d07bd1229767a997e9c2e915544583dac2 SHA512 aaabb635622abfbf0b7ef2a1978070a918ea94480f375dd0798375274cf378ddb25007cc42426bb2292ed65c8af922f88e6a04c5a2f6cff3fadb0194b53eb7e7
-EBUILD xev-1.2.5.ebuild 395 BLAKE2B 102ee2221404407e000fe142dd29ce5ce4598ef6f52f58d0990deef50dac106489c16ff9daadc9dc84f91ec1b61cf6c512c246d7b9d5ff1f04339427052559ab SHA512 f4d0307e922d12809ee687b653f9c008ed0db1d8e63bbb2965be69cf00cd6b1d215a8822b44de71f2f7e09001d79736d1a5e1d7f3719c3e49ec2a0675441e920
EBUILD xev-1.2.6.ebuild 395 BLAKE2B 25f2468be421beb0e1dc94effb9a7ca7f4f7cdacd90877c469c46ad87a97d039521986d1b9a4edb746c78c8b7cb1eae2dfffb06cdafea8b91424579323095d86 SHA512 23cdb127968730e76e23157d3d2a48722254251f4633e9e79630cc6e891cf014dd5fe4ad3d8e9fdf1505f77d11733058767d12d73d95816bf223f33aa2cfa54d
MISC metadata.xml 334 BLAKE2B 6a294d6b99eae946447ad1c333b9d8b7ef7548ab866e4a26ec4b3d3c87ae88bbe62e472ca68ae973164946ab81de13089a87037a81d44541af65125f4711b61a SHA512 d8063e9638515be0afeb0d8920f1bbd29da9c156b84fe023d1e7ad72f8bf8f1aff59c9e0160b6e8943a9df50ff8a2f2f341a23d6b5dbd3c7b724f57dfd100b5d
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"