summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-21 08:33:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-21 08:33:20 +0000
commit20969b1b030270fcf5a57ebd880dc63c04981efa (patch)
tree82efffa5c5c5f76216222cf308ebc534e9b4b784 /x11-drivers/xf86-video-ati
parentFix circular dependencies. thanks to sera. see #363147. (diff)
downloadgentoo-2-20969b1b030270fcf5a57ebd880dc63c04981efa.tar.gz
gentoo-2-20969b1b030270fcf5a57ebd880dc63c04981efa.tar.bz2
gentoo-2-20969b1b030270fcf5a57ebd880dc63c04981efa.zip
remove old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild54
2 files changed, 5 insertions, 55 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog
index 481e1820fae5..d12ecefd866c 100644
--- a/x11-drivers/xf86-video-ati/ChangeLog
+++ b/x11-drivers/xf86-video-ati/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-ati
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.143 2011/03/18 18:14:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.144 2011/04/21 08:33:20 scarabeus Exp $
+
+ 21 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xf86-video-ati-6.12.7.ebuild:
+ remove old
*xf86-video-ati-6.14.1 (18 Mar 2011)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild
deleted file mode 100644
index e8fdf58b03df..000000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 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.12.7.ebuild,v 1.7 2011/02/18 12:41:35 scarabeus Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-EAPI=2
-
-inherit x-modular eutils
-
-DESCRIPTION="ATI video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-#SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2"
-SRC_URI="${SRC_URI}
- ${SRC_PATCHES}"
-
-RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
-DEPEND="${RDEPEND}
- || ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] )
- x11-proto/fontsproto
- x11-proto/glproto
- x11-proto/randrproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xineramaproto
- x11-proto/xf86driproto
- x11-proto/xf86miscproto
- x11-proto/xproto
-"
-CONFIGURE_OPTIONS="--enable-dri"
-
-src_prepare() {
- x-modular_src_prepare
- if [[ -n "${SRC_PATCHES}" ]]; then
- EPATCH_FORCE="yes" \
- EPATCH_SOURCE="${WORKDIR}/patches" \
- EPATCH_SUFFIX="patch" \
- epatch
- fi
-}
-
-pkg_postinst() {
- x-modular_pkg_postinst
-
- ewarn "If you have a mach64 or r128 video card, read this"
- ewarn "The mach64 and r128 drivers moved to their own packages,"
- ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
- ewarn "automatically by xorg-server and you have one of these cards,"
- ewarn "check your VIDEO_CARDS settings."
-}