summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-14 16:32:06 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-14 16:32:06 +0000
commitc7c58a01c1c1e6930c7b861e30e8a3db87f89606 (patch)
tree09fc164009d940f7bfd1d0b1bb7afb219dc5e114 /x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild
parentFix devicekit support wrt #363069. (diff)
downloadhistorical-c7c58a01c1c1e6930c7b861e30e8a3db87f89606.tar.gz
historical-c7c58a01c1c1e6930c7b861e30e8a3db87f89606.tar.bz2
historical-c7c58a01c1c1e6930c7b861e30e8a3db87f89606.zip
Old.
Diffstat (limited to 'x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild')
-rw-r--r--x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild b/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild
deleted file mode 100644
index 26415ce36b03..000000000000
--- a/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v 1.6 2009/09/30 21:20:28 ssuominen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-XDPVER=4
-
-inherit x-modular
-
-DESCRIPTION="XGI video driver"
-KEYWORDS="ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-SRC_URI="${SRC_URI}
- mirror://gentoo/${P}-bigendian.patch"
-DEPEND="${RDEPEND}
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xf86dgaproto
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${DISTDIR}/${P}-bigendian.patch"
-}