diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 12:14:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 22:52:55 -0400 |
commit | 061ee91bee2233123cc41e310c710f14360434f8 (patch) | |
tree | 7bdc36bf4f8472fec0ae829a247c73248044ac5c | |
parent | x11-apps/xconsole: Drop old versions (diff) | |
download | gentoo-061ee91bee2233123cc41e310c710f14360434f8.tar.gz gentoo-061ee91bee2233123cc41e310c710f14360434f8.tar.bz2 gentoo-061ee91bee2233123cc41e310c710f14360434f8.zip |
x11-apps/xev: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | x11-apps/xev/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.2.4.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest index 1d6eed2ca695..ee1abb5c5b74 100644 --- a/x11-apps/xev/Manifest +++ b/x11-apps/xev/Manifest @@ -1,2 +1 @@ -DIST xev-1.2.4.tar.bz2 136792 BLAKE2B 46b38d7295f8a11509598758ece9d880f9c3d303064de5cb6ef12aa9d0b066e78aefd3aa5e0c94ea4af7633936209474be362f9e38c0994eefe798662c2e4c6c SHA512 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca DIST xev-1.2.5.tar.xz 128848 BLAKE2B 468e8b21ffba9473bf04160f053a4300df61280083cdad0d94f2d309abeab96611031cb6d054ab011c4b18c01f63d2e5cd0ab24c5c42ba3e337999716e57851b SHA512 9fbfb78c9547974c2256a678948bf4a694a40b1c2bd5c5dec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a diff --git a/x11-apps/xev/xev-1.2.4.ebuild b/x11-apps/xev/xev-1.2.4.ebuild deleted file mode 100644 index acc7aaa27433..000000000000 --- a/x11-apps/xev/xev-1.2.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |