summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-10-31 17:44:50 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-10-31 17:44:50 +0000
commit0201bb2433894b97b368b34fc42792dc44c6c453 (patch)
tree98dd81d23f98bcacc8abe5351eb02f9f5e1eefdf /x11-drivers/xf86-video-ati
parentPull old versions. (diff)
downloadhistorical-0201bb2433894b97b368b34fc42792dc44c6c453.tar.gz
historical-0201bb2433894b97b368b34fc42792dc44c6c453.tar.bz2
historical-0201bb2433894b97b368b34fc42792dc44c6c453.zip
Pull old versions.
Package-Manager: portage-2.0.53_rc6
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/Manifest6
-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
4 files changed, 7 insertions, 39 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/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 25d6359bd721..ed1a5acaaad6 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,6 +1,4 @@
-MD5 9909fbdfbc78ee0f3acaa46f717f9a21 ChangeLog 1899
+MD5 c7234bd4040bfabc8d69e7a1cb31350a ChangeLog 2014
+MD5 3166190c02d1e1ac36a7d0c7abae6b77 files/digest-xf86-video-ati-6.5.6.1 75
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 2165594f32bff944aeeb3c3c9b80fa60 xf86-video-ati-6.5.6.1.ebuild 690
-MD5 3f1044c08692be1beb23d4152962d0b1 xf86-video-ati-6.5.6_p20050903.ebuild 901
-MD5 8bcdafa5d8bb065afcebb758c4f6125e files/digest-xf86-video-ati-6.5.6_p20050903 83
-MD5 3166190c02d1e1ac36a7d0c7abae6b77 files/digest-xf86-video-ati-6.5.6.1 75
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
-}