summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2006-04-20 20:09:50 +0200
committerBertrand Jacquin <beber@meleeweb.net>2006-04-20 20:09:50 +0200
commit1d6a36904825216572e900c6bad90e15d484c819 (patch)
tree95403e8bbb99a4a087ea49a8b336d06b885d7c17 /x11-misc
parentglitzinfo: delete that (diff)
downloadportage-1d6a36904825216572e900c6bad90e15d484c819.tar.xz
glxcompmgr: delete that
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/glxcompmgr/Manifest2
-rw-r--r--x11-misc/glxcompmgr/files/digest-glxcompmgr-200601190
-rw-r--r--x11-misc/glxcompmgr/glxcompmgr-20060119.ebuild29
3 files changed, 0 insertions, 31 deletions
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
--- a/x11-misc/glxcompmgr/files/digest-glxcompmgr-20060119
+++ /dev/null
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
-}