From 90e239690e52dea68dfe13a3052ea3bfd5ad272a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 1 May 2019 13:54:38 -0700 Subject: x11-misc/xcompmgr: Drop old versions Signed-off-by: Matt Turner Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- x11-misc/xcompmgr/Manifest | 1 - x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 49 ------------------------------ 2 files changed, 50 deletions(-) delete mode 100644 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild (limited to 'x11-misc/xcompmgr') diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index b1e5f158c407..05dc7b0a594d 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,2 +1 @@ -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.7-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild deleted file mode 100644 index 1934ad373f37..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X Compositing manager" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xcompmgr" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/xcompmgr.git" - inherit autotools git-r3 - # x11-misc-util/macros only required on live ebuilds - LIVE_DEPEND=">=x11-misc/util-macros-1.18" -else - SRC_URI="mirror://xorg/app/${P}.tar.bz2" - KEYWORDS="amd64 ppc ppc64 sparc x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXcomposite - x11-libs/libXext -" -DEPEND=" - ${LIVE_DEPEND} - ${RDEPEND} -" - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - local econfargs=( - --disable-selective-werror - ) - - econf "${econfargs[@]}" -} -- cgit v1.2.3-65-gdbad