diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-10-04 06:20:11 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-10-04 06:20:11 +0000 |
commit | ad7a921942f23607acfd66c964e5bd34be5f5c9e (patch) | |
tree | b3fbb83755a3cbc91ade869b2407e219572f2689 /media-video | |
parent | Update logic to consider that the sdk USE flag may be set without xfree or xo... (diff) | |
download | historical-ad7a921942f23607acfd66c964e5bd34be5f5c9e.tar.gz historical-ad7a921942f23607acfd66c964e5bd34be5f5c9e.tar.bz2 historical-ad7a921942f23607acfd66c964e5bd34be5f5c9e.zip |
Update XFree references to Xorg.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ati-gatos/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ati-gatos/Manifest | 8 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.4.0.ebuild | 12 |
3 files changed, 14 insertions, 11 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index 953a3ceb46c5..807c4cec173c 100644 --- a/media-video/ati-gatos/ChangeLog +++ b/media-video/ati-gatos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ati-gatos # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.17 2004/09/30 22:17:01 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.18 2004/10/04 06:20:11 spyderous Exp $ + + 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; ati-gatos-4.4.0.ebuild: + Update XFree references to Xorg. *ati-gatos-4.4.0 (30 Sep 2004) diff --git a/media-video/ati-gatos/Manifest b/media-video/ati-gatos/Manifest index 27c952d793c5..00dbf430b8e9 100644 --- a/media-video/ati-gatos/Manifest +++ b/media-video/ati-gatos/Manifest @@ -1,7 +1,7 @@ -MD5 7fe49786d617fb4c28c82806ee755cc8 ChangeLog 2550 -MD5 509ffacc782a18f5b5bb975c7d843818 ati-gatos-4.3.0.ebuild 2289 +MD5 b7b5f72b91ae71934d72d4cb7381e549 ChangeLog 2665 MD5 9fb1596ce1b15c6cf93b2a3e05f38285 metadata.xml 337 -MD5 fb0dd307ba905d8d7318ef1d7795c854 ati-gatos-4.4.0.ebuild 2407 +MD5 509ffacc782a18f5b5bb975c7d843818 ati-gatos-4.3.0.ebuild 2289 +MD5 266959b91a3660633f6ffe277374a67b ati-gatos-4.4.0.ebuild 2394 MD5 909c81fb5d11eb05efdf420d56460f57 files/digest-ati-gatos-4.3.0 68 -MD5 ee56241b288c93ecd41472ee630a1ace files/digest-ati-gatos-4.4.0 77 MD5 f0a4b78e9cfa26b4ffdf829e000d0459 files/ati-gatos-4.4.0-new-xorg.patch 10854 +MD5 ee56241b288c93ecd41472ee630a1ace files/digest-ati-gatos-4.4.0 77 diff --git a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild index bc2a7142d752..98f5453d7741 100644 --- a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild +++ b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.1 2004/09/30 22:17:01 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.2 2004/10/04 06:20:11 spyderous Exp $ inherit eutils @@ -9,7 +9,7 @@ IUSE="" SNAPSHOT=20040930 MYP=${P}-${SNAPSHOT} -DESCRIPTION="ATI Multimedia-capable drivers for XFree86" +DESCRIPTION="ATI Multimedia-capable drivers for Xorg" SRC_URI="mirror://gentoo/${MYP}.tar.bz2" HOMEPAGE="http://gatos.sourceforge.net/" @@ -38,7 +38,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-new-xorg.patch fi - # Build makefiles against XFree SDK + # Build makefiles against Xorg SDK imake -I/usr/X11R6/lib/Server/config/cf -DUseInstalled -DXF86DriverSDK # Makefile fixes @@ -56,14 +56,14 @@ src_install() { } pkg_postinst() { - einfo "To have XFree86 make use of the new GATOS modules, you should add the following" + einfo "To have Xorg make use of the new GATOS modules, you should add the following" einfo "line to /etc/X11/XF86Config, in the files section and above any other" einfo "ModulePath directives:" einfo einfo " ModulePath \"/usr/X11R6/lib/modules-extra/gatos\"" einfo einfo "Please note that you may need to uncomment or add another ModulePath line with" - einfo "the default module path in it. If XFree86 does not start after adding the line" + einfo "the default module path in it. If Xorg does not start after adding the line" einfo "above, add this one under it:" einfo einfo " ModulePath \"/usr/X11R6/lib/modules\"" @@ -72,7 +72,7 @@ pkg_postinst() { fix_makefile() { cp Makefile Makefile.orig - # Add the XFree86 SDK include directories that gatos will use + # Add the Xorg SDK include directories that gatos will use sed -i -e "s:\ *INCLUDES = \(.\+\):INCLUDES = \\1 -I/usr/X11R6/lib/Server/include -I/usr/X11R6/lib/Server/include/extensions:" Makefile # Clean up the ugly sandbox violations |