summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-08 17:34:02 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-08 17:34:02 +0000
commitec316139c0776ae6e3bbd17d6c47ed3306c28212 (patch)
treee2421ab17ca2c8ed06f4ae93dd396d6e89fbcb38 /x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild
parentDrop some old versions. (diff)
downloadhistorical-ec316139c0776ae6e3bbd17d6c47ed3306c28212.tar.gz
historical-ec316139c0776ae6e3bbd17d6c47ed3306c28212.tar.bz2
historical-ec316139c0776ae6e3bbd17d6c47ed3306c28212.zip
Add patch to fix r300 xv issues, bug #446285.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild
deleted file mode 100644
index 2d9d4874e17b..000000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.7 2012/03/08 00:54:03 chithanh Exp $
-
-EAPI=4
-
-XORG_EAUTORECONF=yes
-XORG_DRI=always
-inherit xorg-2
-
-DESCRIPTION="ATI video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libdrm[video_cards_radeon]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.14.3-xorg-server-1.12.patch
-)
-
-pkg_setup() {
- xorg-2_pkg_setup
- XORG_CONFIGURE_OPTIONS=(
- --enable-dri
- --enable-kms
- --enable-exa
- )
-}