From fac258e5b345e3d0a2c27f40b17c7b74dd049a34 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Sep 2025 14:14:56 -0400 Subject: [PATCH] x11-apps/xeyes: Drop old versions Signed-off-by: Matt Turner --- x11-apps/xeyes/Manifest | 1 - x11-apps/xeyes/xeyes-1.3.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 x11-apps/xeyes/xeyes-1.3.0.ebuild diff --git a/x11-apps/xeyes/Manifest b/x11-apps/xeyes/Manifest index 5f0b6c1ab308c..4e30f6bd61525 100644 --- a/x11-apps/xeyes/Manifest +++ b/x11-apps/xeyes/Manifest @@ -1,2 +1 @@ -DIST xeyes-1.3.0.tar.xz 130444 BLAKE2B 17e73743765b7bdb8e26c8ac7babb91ee1c72c6ecf8bdaaf112d192f6db34ab926d6699ccd7b9a1bbe1ca98dcab0ea61a3eaeec10b8ce5b67bcbe40b19842208 SHA512 6108a476cd0807ce2a522d905894817f7f14f653f928c218c96c078f0822d9abef5fb941d3e7163a1cadaa7d74f1bd09bbf60345a7ac0fe906667af5a0490906 DIST xeyes-1.3.1.tar.xz 135900 BLAKE2B 01024ccf9ae120b134a86f946b6fd53ffebfcff41a64d24b9b81aa0307dc03b1a8d1a70a0652c9a9b7b7f667e8722a9e6f5beeaeb6ed3f69ec8fb88f558fe5be SHA512 c0c3e25b1685cc943c8d27f88c4d3ec79aa05c102ba7ac0cbd7dcebdf703111ecb2288f4bac55d9ffc5b7aa3b15cba58f28c21025a53b415a8a18bdb61688dcf diff --git a/x11-apps/xeyes/xeyes-1.3.0.ebuild b/x11-apps/xeyes/xeyes-1.3.0.ebuild deleted file mode 100644 index 46314b4fc914d..0000000000000 --- a/x11-apps/xeyes/xeyes-1.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xorg-3 - -DESCRIPTION="X.Org xeyes application" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=x11-libs/libXi-1.7 - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXrender - x11-libs/libxcb" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -XORG_CONFIGURE_OPTIONS=( --with-xrender --with-present )