diff --git a/x11-apps/xgc/Manifest b/x11-apps/xgc/Manifest index 6780dc8546094..202d7f88e8043 100644 --- a/x11-apps/xgc/Manifest +++ b/x11-apps/xgc/Manifest @@ -1,2 +1 @@ -DIST xgc-1.0.6.tar.xz 177228 BLAKE2B 3277463250f472ac3dcecbd4a723d59a5485c7ddd8df585ec2c80dd94e63ac1c462644cd57a15065c398c725bf558e0e948796dc0ae44ff65dd49b750fb391be SHA512 f449b9b2d313aeba1fe9bf33fef90291776403f1fdf4afc507c4b973045c97fc8ded65ddec4f8c58727e7e4c7c4ad6a65ae79581eb4bdfe9c79a5f909dbc0a1f DIST xgc-1.0.7.tar.xz 181400 BLAKE2B 8dc7b9db032d5d533d9e65bd35db875b955db70e47a0018162b8ce716bf13c2960624d249b931bf1f35653f8bc40b5458238bc45d9582c6d152fa1d5b36c0bf0 SHA512 2d994c1dfa93b8c99756336d099737025d97ae0e6ec102e964ffe4a46209e518917fb2bc57bf0274010e099742bd50fcdebdaf9add0d9c02849edb220bced4a7 diff --git a/x11-apps/xgc/xgc-1.0.6.ebuild b/x11-apps/xgc/xgc-1.0.6.ebuild deleted file mode 100644 index 1c2255a49433b..0000000000000 --- a/x11-apps/xgc/xgc-1.0.6.ebuild +++ /dev/null @@ -1,15 +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 graphics demo" - -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXt" -DEPEND="${RDEPEND} - x11-base/xorg-proto"