diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 20:39:24 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 20:39:24 +0000 |
commit | 51b02d0bf9564da8139a3f7e21ec867b8f6d9a88 (patch) | |
tree | 2332d375460f84d81c838fc116a48bd6b4336cb9 /x11-drivers/xf86-video-ati | |
parent | version bump (diff) | |
download | historical-51b02d0bf9564da8139a3f7e21ec867b8f6d9a88.tar.gz historical-51b02d0bf9564da8139a3f7e21ec867b8f6d9a88.tar.bz2 historical-51b02d0bf9564da8139a3f7e21ec867b8f6d9a88.zip |
Pull old versions.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-drivers/xf86-video-ati')
5 files changed, 5 insertions, 55 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index a5a7c801faf2..f4f16e841bfc 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.18 2005/12/23 20:21:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.19 2005/12/26 20:20:50 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xf86-video-ati-6.5.7.1.ebuild, -xf86-video-ati-6.5.7.2.ebuild: + Pull old versions. *xf86-video-ati-6.5.7.3 (23 Dec 2005) diff --git a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.1 b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.1 deleted file mode 100644 index d5b6e463c29a..000000000000 --- a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 -MD5 7c584d62026d8ac84b7624f8bb4c8340 xf86-video-ati-6.5.7.1.tar.bz2 600734 diff --git a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.2 b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.2 deleted file mode 100644 index e43fe7b0ce42..000000000000 --- a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 -MD5 df8bc10377781fce78274fc58fbf8367 xf86-video-ati-6.5.7.2.tar.bz2 705421 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild deleted file mode 100644 index a59976deb4ff..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild +++ /dev/null @@ -1,25 +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.7.1.ebuild,v 1.2 2005/12/04 23:22:23 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -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 - >=x11-libs/libdrm-2 )" - -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 -} diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.2.ebuild deleted file mode 100644 index 1c1cdfc11925..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.2.ebuild +++ /dev/null @@ -1,25 +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.7.2.ebuild,v 1.1 2005/12/18 00:07:05 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -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 - >=x11-libs/libdrm-2 )" - -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 -} |