diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:31:37 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:46:12 -0500 |
commit | 80bc8d23df6bce2187c7d39eb09bd0efd8966872 (patch) | |
tree | 23fd809be1ca70c01bb7aac62d553bb6965ebe7c /x11-misc/xcompmgr | |
parent | x11-misc/makedepend: Drop old versions (diff) | |
download | gentoo-80bc8d23df6bce2187c7d39eb09bd0efd8966872.tar.gz gentoo-80bc8d23df6bce2187c7d39eb09bd0efd8966872.tar.bz2 gentoo-80bc8d23df6bce2187c7d39eb09bd0efd8966872.zip |
x11-misc/xcompmgr: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index 2a3c3b9ed709..2aba4b8c52e9 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,2 +1 @@ -DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468 SHA512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2 SHA512 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild deleted file mode 100644 index 7f73b708e97c..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_MODULE=app/ -inherit xorg-3 - -DESCRIPTION="X Compositing manager" - -LICENSE="BSD" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXcomposite - x11-libs/libXext -" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |