From 1ddb41a05070cdfe76738cf12b7a4cfd8c7a1256 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 24 Mar 2019 17:03:30 -0700 Subject: x11-misc/xcompmgr: Version bump to 1.1.8 Signed-off-by: Matt Turner --- x11-misc/xcompmgr/Manifest | 1 + x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild (limited to 'x11-misc') diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index fac6eb4170cd..b1e5f158c407 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1 +1,2 @@ DIST xcompmgr-1.1.7.tar.bz2 136667 BLAKE2B 3231cca0cebc13aade6f008414d77461913d274303289c28b8eb366640905cf9bbb4715d5aa7ad8eb897ac94db099b040e408b2e3867dd2ad46940b3bcfe518f SHA512 f93a6be78169dd41ff08d71409e28746fd62902810a2f6930c0ac44f1415bc7391a8fb885b074fd40afedd7f1c1590aa7c67fc101c3b6488ddaa74495b42149c +DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468 SHA512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild new file mode 100644 index 000000000000..60166725362d --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_STATIC=no +inherit xorg-3 + +DESCRIPTION="X Compositing manager" +HOMEPAGE="https://freedesktop.org/wiki/Software/xapps" +SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2" + +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" -- cgit v1.2.3-65-gdbad