summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/glitzinfo/Manifest2
-rw-r--r--x11-misc/glitzinfo/files/digest-glitzinfo-200601070
-rw-r--r--x11-misc/glitzinfo/glitzinfo-20060107.ebuild26
3 files changed, 0 insertions, 28 deletions
diff --git a/x11-misc/glitzinfo/Manifest b/x11-misc/glitzinfo/Manifest
deleted file mode 100644
index 3bbea325..00000000
--- a/x11-misc/glitzinfo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-glitzinfo-20060107 0
-MD5 773d1ba51d7b523079c15bacce64d966 glitzinfo-20060107.ebuild 586
diff --git a/x11-misc/glitzinfo/files/digest-glitzinfo-20060107 b/x11-misc/glitzinfo/files/digest-glitzinfo-20060107
deleted file mode 100644
index e69de29b..00000000
--- a/x11-misc/glitzinfo/files/digest-glitzinfo-20060107
+++ /dev/null
diff --git a/x11-misc/glitzinfo/glitzinfo-20060107.ebuild b/x11-misc/glitzinfo/glitzinfo-20060107.ebuild
deleted file mode 100644
index daa4f46f..00000000
--- a/x11-misc/glitzinfo/glitzinfo-20060107.ebuild
+++ /dev/null
@@ -1,26 +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/cairo"
-ECVS_MODULE="glitzinfo"
-S=${WORKDIR}/${ECVS_MODULE}
-
-DESCRIPTION="Glitz info tool"
-HOMEPAGE="http://www.freedesktop.org/Software/glitz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="media-libs/glitz"
-
-src_compile() {
- emake -f Makefile.glx || die
-}
-
-src_install() {
- dobin glitzinfo
-}