From 1d6a36904825216572e900c6bad90e15d484c819 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Thu, 20 Apr 2006 20:09:50 +0200 Subject: glxcompmgr: delete that --- x11-misc/glxcompmgr/Manifest | 2 -- .../glxcompmgr/files/digest-glxcompmgr-20060119 | 0 x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild | 29 ---------------------- 3 files changed, 31 deletions(-) delete mode 100644 x11-misc/glxcompmgr/Manifest delete mode 100644 x11-misc/glxcompmgr/files/digest-glxcompmgr-20060119 delete mode 100644 x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild (limited to 'x11-misc') diff --git a/x11-misc/glxcompmgr/Manifest b/x11-misc/glxcompmgr/Manifest deleted file mode 100644 index 78af9912..00000000 --- a/x11-misc/glxcompmgr/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-glxcompmgr-20060119 0 -MD5 240dae1026af936e4488e25482753fb7 glxcompmgr-20060119.ebuild 620 diff --git a/x11-misc/glxcompmgr/files/digest-glxcompmgr-20060119 b/x11-misc/glxcompmgr/files/digest-glxcompmgr-20060119 deleted file mode 100644 index e69de29b..00000000 diff --git a/x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild b/x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild deleted file mode 100644 index 54e3a497..00000000 --- a/x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glitz/glitz-0.4.4.ebuild,v 1.6 2006/01/04 23:23:46 halcy0n Exp $ - -inherit eutils cvs - -ECVS_SERVER="cvs.freedesktop.org:/cvs/xorg" -ECVS_MODULE="app/glxcompmgr" -S=${WORKDIR}/${ECVS_MODULE} - - -DESCRIPTION="Glxcompmgr composite manager" -HOMEPAGE="http://xorg.freedesktop.org" -LICENSE="X11" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="media-libs/mesa" - -src_compile() { - ./autogen.sh - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die -} -- cgit v1.2.3