summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-04-23 20:12:42 +0200
committerAaron Bauman <bman@gentoo.org>2019-04-24 23:34:42 -0400
commit50396348e0f73660d2e21aaf12514d2650a58ef7 (patch)
treee604987b22d9fcb2328ad70d9b1cf1fe40a60247 /x11-misc/xcompmgr
parentx11-misc/rendercheck: remove old (EAPI5) (diff)
downloadgentoo-50396348e0f73660d2e21aaf12514d2650a58ef7.tar.gz
gentoo-50396348e0f73660d2e21aaf12514d2650a58ef7.tar.bz2
gentoo-50396348e0f73660d2e21aaf12514d2650a58ef7.zip
x11-misc/xcompmgr: remove old (EAPI5)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r--x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
deleted file mode 100644
index 259f20c25389..000000000000
--- a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MODULE=app/
-XORG_STATIC=no
-inherit xorg-2
-
-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}"