diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-16 22:52:44 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-16 22:57:53 -0500 |
commit | 1ece19602f903f2530a25ef255b9ac972d17ef56 (patch) | |
tree | 2ba07892ee4ef06dff040e264d5e4efc4b4b7c85 /x11-misc | |
parent | x11-misc/util-macros: Drop old versions (diff) | |
download | gentoo-1ece19602f903f2530a25ef255b9ac972d17ef56.tar.gz gentoo-1ece19602f903f2530a25ef255b9ac972d17ef56.tar.bz2 gentoo-1ece19602f903f2530a25ef255b9ac972d17ef56.zip |
x11-misc/xcompmgr: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xcompmgr/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index a05d0e825498..3ba903a523dd 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,2 +1 @@ DIST xcompmgr-1.1.10.tar.xz 133224 BLAKE2B 277f81cde9ae6a79b81e58754c4dc7baeec5b7e6b47abae044a13be5973b4c30968e7961720e831ad86e0a2b1d282d8529a607a2e510c7090658a1b288cf315b SHA512 6dd5c72d6859489580dabdb96e3b572931cec7c426022213007c92df2d805a8f01a7f3dc5e8493f6e550bb809f71a50ca1630f50555d47b8d5b4b2726d7b8b12 -DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2 SHA512 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild deleted file mode 100644 index 81c0ec91dde4..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_MODULE=app/ -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X Compositing manager" - -LICENSE="BSD" -KEYWORDS="amd64 ~arm64 ppc ppc64 sparc x86" - -RDEPEND=" - x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXcomposite - x11-libs/libXext -" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |