diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-16 20:16:03 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-16 20:16:03 +0000 |
commit | 4a7c67cb32999a03331c1332093e929fef0a3ff1 (patch) | |
tree | 17f1288b3f5e8fd6370a75cc63b1e3f6b26bbbce /x11-base | |
parent | Alphabetize drivers in the other ebuilds as well, for easier application of o... (diff) | |
download | gentoo-2-4a7c67cb32999a03331c1332093e929fef0a3ff1.tar.gz gentoo-2-4a7c67cb32999a03331c1332093e929fef0a3ff1.tar.bz2 gentoo-2-4a7c67cb32999a03331c1332093e929fef0a3ff1.zip |
Change VIDEO_CARDS rage128 to r128 for compatibility with other ebuilds.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20050502.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20050807.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20051028.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild | 10 |
5 files changed, 20 insertions, 15 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index eca83152f37a..23ff332504f5 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.29 2006/02/17 22:55:22 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.30 2006/04/16 20:16:03 spyderous Exp $ + + 16 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + x11-drm-4.3.0-r7.ebuild, x11-drm-20050502.ebuild, x11-drm-20050807.ebuild, + x11-drm-20051028.ebuild: + Change VIDEO_CARDS rage128 to r128 for compatibility with other ebuilds. 17 Feb 2006; Luca Barbato <lu_zero@gentoo.org> x11-drm-20051223.ebuild: Fix for bug #123094 thanks to Stefano <raistlin@s0ftpj.org> diff --git a/x11-base/x11-drm/x11-drm-20050502.ebuild b/x11-base/x11-drm/x11-drm-20050502.ebuild index 33231503ee80..a55373133288 100644 --- a/x11-base/x11-drm/x11-drm-20050502.ebuild +++ b/x11-base/x11-drm/x11-drm-20050502.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050502.ebuild,v 1.4 2006/01/28 21:46:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050502.ebuild,v 1.5 2006/04/16 20:16:03 spyderous Exp $ inherit eutils x11 linux-mod IUSE="" -IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga rage128 radeon savage sis via" +IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga r128 radeon savage sis via" # Make sure Portage does _NOT_ strip symbols. We will do it later and make sure # that only we only strip stuff that are safe to strip ... @@ -167,7 +167,7 @@ set_vidcards() { VIDCARDS="${VIDCARDS} mga.${KV_OBJ}" use video_cards_3dfx && \ VIDCARDS="${VIDCARDS} tdfx.${KV_OBJ}" - use video_cards_rage128 && \ + use video_cards_r128 && \ VIDCARDS="${VIDCARDS} r128.${KV_OBJ}" use video_cards_radeon && \ VIDCARDS="${VIDCARDS} radeon.${KV_OBJ}" diff --git a/x11-base/x11-drm/x11-drm-20050807.ebuild b/x11-base/x11-drm/x11-drm-20050807.ebuild index 956ef1ecd324..885f57662f7c 100644 --- a/x11-base/x11-drm/x11-drm-20050807.ebuild +++ b/x11-base/x11-drm/x11-drm-20050807.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050807.ebuild,v 1.3 2006/01/28 21:46:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050807.ebuild,v 1.4 2006/04/16 20:16:03 spyderous Exp $ inherit eutils x11 linux-mod IUSE="" -IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga rage128 radeon savage sis via" +IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga r128 radeon savage sis via" # Make sure Portage does _NOT_ strip symbols. We will do it later and make sure # that only we only strip stuff that are safe to strip ... @@ -175,7 +175,7 @@ set_vidcards() { VIDCARDS="${VIDCARDS} mga.${KV_OBJ}" use video_cards_3dfx && \ VIDCARDS="${VIDCARDS} tdfx.${KV_OBJ}" - use video_cards_rage128 && \ + use video_cards_r128 && \ VIDCARDS="${VIDCARDS} r128.${KV_OBJ}" use video_cards_radeon && \ VIDCARDS="${VIDCARDS} radeon.${KV_OBJ}" diff --git a/x11-base/x11-drm/x11-drm-20051028.ebuild b/x11-base/x11-drm/x11-drm-20051028.ebuild index e11801a1deb9..7e896aa6ad33 100644 --- a/x11-base/x11-drm/x11-drm-20051028.ebuild +++ b/x11-base/x11-drm/x11-drm-20051028.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051028.ebuild,v 1.3 2006/01/28 21:46:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051028.ebuild,v 1.4 2006/04/16 20:16:03 spyderous Exp $ inherit eutils x11 linux-mod IUSE="" -IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga nv rage128 radeon savage sis via" +IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 mga nv r128 radeon savage sis via" # Make sure Portage does _NOT_ strip symbols. We will do it later and make sure # that only we only strip stuff that are safe to strip ... @@ -175,7 +175,7 @@ set_vidcards() { VIDCARDS="${VIDCARDS} mga.${KV_OBJ}" use video_cards_3dfx && \ VIDCARDS="${VIDCARDS} tdfx.${KV_OBJ}" - use video_cards_rage128 && \ + use video_cards_r128 && \ VIDCARDS="${VIDCARDS} r128.${KV_OBJ}" use video_cards_radeon && \ VIDCARDS="${VIDCARDS} radeon.${KV_OBJ}" diff --git a/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild b/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild index 0331d9a1f1e6..7859decdd22d 100644 --- a/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild +++ b/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild,v 1.7 2006/01/28 21:46:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild,v 1.8 2006/04/16 20:16:03 spyderous Exp $ IUSE="gatos" -IUSE_VIDEO_CARDS="3dfx gamma i810 i830 mga rage128 radeon sis mach64" +IUSE_VIDEO_CARDS="3dfx gamma i810 i830 mga r128 radeon sis mach64" inherit eutils x11 @@ -58,9 +58,9 @@ pkg_setup() { # gatos doesn't build on anything but radeon if use gatos then - if ! use video_cards_radeon && ! use video_cards_rage128 + if ! use video_cards_radeon && ! use video_cards_r128 then - die "Remove gatos from your USE flags. It does not build for cards other than radeon and rage128." + die "Remove gatos from your USE flags. It does not build for cards other than radeon and r128." fi fi @@ -200,7 +200,7 @@ set_vidcards() { VIDCARDS="${VIDCARDS} mga.o" use video_cards_3dfx && \ VIDCARDS="${VIDCARDS} tdfx.o" - use video_cards_rage128 && \ + use video_cards_r128 && \ VIDCARDS="${VIDCARDS} r128.o" use video_cards_radeon && \ VIDCARDS="${VIDCARDS} radeon.o" |