diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-01-20 04:55:57 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-01-20 04:55:57 +0000 |
commit | cf02db66f010fce09ac0bc13d801ccde27a4919d (patch) | |
tree | c089cc72052962909248ab6a663c390114de1390 /media-video/ati-gatos | |
parent | old (diff) | |
download | gentoo-2-cf02db66f010fce09ac0bc13d801ccde27a4919d.tar.gz gentoo-2-cf02db66f010fce09ac0bc13d801ccde27a4919d.tar.bz2 gentoo-2-cf02db66f010fce09ac0bc13d801ccde27a4919d.zip |
Nuke ati-gatos 4.3.0. No more xfree, baby.
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r-- | media-video/ati-gatos/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.3.0.ebuild | 70 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | media-video/ati-gatos/files/digest-ati-gatos-4.3.0 | 1 |
4 files changed, 8 insertions, 75 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index 78ef9c42ca99..88567c8dd0f4 100644 --- a/media-video/ati-gatos/ChangeLog +++ b/media-video/ati-gatos/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2004/12/24 04:27:00 vapier Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.20 2005/01/20 04:55:57 battousai Exp $ + + 19 Jan 2005; Bryan Stine <battousai@gentoo.org> -ati-gatos-4.3.0.ebuild: + Nuke ati-gatos-4.3.0. XFree 4.3, upon which this depends, is no longer in + portage. 23 Dec 2004; Mike Frysinger <vapier@gentoo.org> +files/ati-gatos-4.4.0-prototypes.patch, ati-gatos-4.4.0.ebuild: diff --git a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild deleted file mode 100644 index e6f853c16cf7..000000000000 --- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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.3.0.ebuild,v 1.11 2004/06/25 00:36:23 agriffis Exp $ - -inherit eutils - -IUSE="" - -DESCRIPTION="ATI Multimedia-capable drivers for XFree86" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -HOMEPAGE="http://gatos.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND="${DEPEND} - >=x11-base/xfree-4.3.0-r7" - -pkg_setup() { - if has_version ">=x11-base/xfree-4.3.99" - then - die "This only works with xfree-4.3.0. Please downgrade." - fi - - if [ ! "`grep gatos /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ] - then - ewarn "This package requires that xfree was merged with the gatos USE flag enabled." - die "Please merge xfree with the gatos and sdk USE flags enabled." - fi -} - -src_compile() { - cd ${S} - - # Build makefiles against XFree SDK - imake -I/usr/X11R6/lib/Server/config/cf -DUseInstalled -DXF86DriverSDK - - # Makefile fixes - fix_makefile - emake DESTDIR=${D} || die "Problem compiling GATOS drivers." -} - -src_install() { - emake DESTDIR=${D} install -} - -pkg_postinst() { - einfo "To have XFree86 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 "above, add this one under it:" - einfo - einfo " ModulePath \"/usr/X11R6/lib/modules\"" -} - -fix_makefile() { - # Add the XFree86 SDK include directories that gatos will use - sed -i "s:INCLUDES = \(.\+\):INCLUDES = \\1 -I/usr/X11R6/lib/Server/include -I/usr/X11R6/lib/Server/include/extensions:" Makefile - - # Clean up the ugly sandbox violations - sed -i "s:\(\ \+\)MODULEDIR = .*:\\1MODULEDIR = \\\$(USRLIBDIR)/modules-extra/gatos:" Makefile - sed -i "s:\(\ \+\)BUILDLIBDIR = .*:\\1BUILDLIBDIR = \\\$(DESTDIR)\\\$(TOP)/exports/lib:" Makefile - sed -i "s:\\(.\+\)\\\$(RM) \\\$(BUILDMODULEDIR)/drivers/ati2_drv\.o:\\1\\\$(RM) \\\$(DESTDIR)\\\$(BUILDMODULEDIR)/drivers/ati2_drv.o:" Makefile -} 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 abf3eb8898f3..788d25f6b68b 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 +# Copyright 1999-2005 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.3 2004/12/24 04:27:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.4 2005/01/20 04:55:57 battousai Exp $ inherit eutils diff --git a/media-video/ati-gatos/files/digest-ati-gatos-4.3.0 b/media-video/ati-gatos/files/digest-ati-gatos-4.3.0 deleted file mode 100644 index 03ba67e80299..000000000000 --- a/media-video/ati-gatos/files/digest-ati-gatos-4.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c9dc264e3dc83d0e4c1e1994eabdb66 ati-gatos-4.3.0.tar.bz2 388691 |