diff --git a/x11-apps/xmag/Manifest b/x11-apps/xmag/Manifest index 0c49f2f32420a..a9e2755b1da74 100644 --- a/x11-apps/xmag/Manifest +++ b/x11-apps/xmag/Manifest @@ -1,2 +1 @@ -DIST xmag-1.0.7.tar.xz 137660 BLAKE2B aa809a5e36d5e05524ab78d2382e15b2294439927ee7b441d246134120cef360fc2eb32b0611874a4bc4b45613a8e0fcc0e6cd595fea3fbd5a919aba593d90d9 SHA512 d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984 DIST xmag-1.0.8.tar.xz 141688 BLAKE2B 7216f8cd3c87dde536499053d027be41a9a2121878b461481a3c10fd00fe1e0e31986cac1ccd14ed11eb8d9e11ae6a38db8cdb78b9e97aa87391b57a0a052457 SHA512 d4dbf6bf60a5a3ac88309cdc8f07284a20bd3b044795cd54e002ee5956fa317a09e5f21a9469a6fd9a786f109d8592d8b8e5128ac86850391a6445ccc1f7a11c diff --git a/x11-apps/xmag/xmag-1.0.7.ebuild b/x11-apps/xmag/xmag-1.0.7.ebuild deleted file mode 100644 index 9027d119e3325..0000000000000 --- a/x11-apps/xmag/xmag-1.0.7.ebuild +++ /dev/null @@ -1,19 +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="X.Org xmag application" - -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"