summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-31 17:46:43 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-31 17:46:43 +0000
commit749abf31e46b384b44c29df266c0e093a594d6f2 (patch)
treef1409f7df308797fa419224b54f16514722fa644 /x11-drivers
parentPull old versions. (diff)
downloadgentoo-2-749abf31e46b384b44c29df266c0e093a594d6f2.tar.gz
gentoo-2-749abf31e46b384b44c29df266c0e093a594d6f2.tar.bz2
gentoo-2-749abf31e46b384b44c29df266c0e093a594d6f2.zip
Pull old versions.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.6_p200509031
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6_p20050903.ebuild33
3 files changed, 5 insertions, 35 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog
index 6b1c2b57ac2d..f40bf8639586 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.10 2005/10/20 06:04:51 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.11 2005/10/31 17:44:50 spyderous Exp $
+
+ 31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -xf86-video-ati-6.5.6_p20050903.ebuild:
+ Pull old versions.
*xf86-video-ati-6.5.6.1 (20 Oct 2005)
diff --git a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.6_p20050903 b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.6_p20050903
deleted file mode 100644
index 5bb5ca3280f4..000000000000
--- a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.6_p20050903
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d7f46cdafc2558e164a30f4e609a237b xf86-video-ati-6.5.6_p20050903.tar.bz2 638575
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6_p20050903.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6_p20050903.ebuild
deleted file mode 100644
index 0e9077fc2a3f..000000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6_p20050903.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 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.5.6_p20050903.ebuild,v 1.2 2005/10/14 17:49:11 dang Exp $
-
-inherit versionator
-
-# Fix ${S} in x-modular for pre ebuilds
-MY_P="${PN}-$(get_version_component_range 1-3)"
-S="${WORKDIR}/${MY_P}"
-
-# Must be before x-modular eclass is inherited
-SNAPSHOT="yes"
-
-inherit x-modular
-
-# Snapshots don't reside on fdo servers
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-DESCRIPTION="X.Org driver for ati cards"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="dri"
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- dri? ( x11-proto/xf86driproto )"
-
-CONFIGURE_OPTIONS="$(use_enable dri)"
-
-pkg_setup() {
- if use dri && ! built_with_use x11-base/xorg-server dri; then
- die "Build x11-base/xorg-server with USE=dri."
- fi
-}