diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-03 21:24:11 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-03 21:24:11 +0000 |
commit | 8192ccf76377fbe2d9e74e8630e165223c235f8f (patch) | |
tree | e760225072b9c603e18a82dde82395bb4593d778 /media-video/ati-gatos | |
parent | digest (diff) | |
download | gentoo-2-8192ccf76377fbe2d9e74e8630e165223c235f8f.tar.gz gentoo-2-8192ccf76377fbe2d9e74e8630e165223c235f8f.tar.bz2 gentoo-2-8192ccf76377fbe2d9e74e8630e165223c235f8f.zip |
resolve bug
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.2.0.11-r1.ebuild | 41 | ||||
-rw-r--r-- | media-video/ati-gatos/files/digest-ati-gatos-4.2.0.11-r1 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index a5a7d76409ba..ce6e736fdc19 100644 --- a/media-video/ati-gatos/ChangeLog +++ b/media-video/ati-gatos/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/ati-gatos # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.1 2002/04/05 21:15:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.2 2002/06/03 21:24:10 azarah Exp $ + +*ati-gatos-4.2.0.11-r1 (3 Jun 2002) + + 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : + + Resolve bug #1947. *ati-gatos-4.2.0.11 (5 Apr 2002) diff --git a/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild b/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild new file mode 100644 index 000000000000..2175187b369c --- /dev/null +++ b/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild,v 1.1 2002/06/03 21:24:10 azarah Exp $ + +S=${WORKDIR}/X11R6 +MY_P=ATI-4.2.0-11 +DESCRIPTION="ATI drivers for Xfree86 that support ATI video capabilities" +SRC_URI="mirror://sourceforge/gatos/${MY_P}.i386.tar.gz" +HOMEPAGE="http://gatos.sourceforge.net" +SLOT="0" + +DEPEND="x11-base/xfree" + +src_install () { + dodoc ${S}/README* ${S}/ATI* + cd ${S}/lib/modules + insinto /usr/X11R6/lib/modules/multimedia + doins multimedia/*.o + + cd ${S}/lib/modules/drivers + insinto /usr/X11R6/lib/modules/drivers + for x in *.o + do + newins ${x} gatos-${x} + done +} + +pkg_postinst() { + + einfo + einfo "***************************************************************" + einfo " To ensure that the drivers distributed with XFree86 do not" + einfo " get over written with the ones distributed with this package," + einfo " \"gatos-\" is pre-pended to all the drivers. This means that" + einfo " for instance, \"ati_drv.o\" have become \"gatos-ati_drv.o\"," + einfo " and that \"gatos-ati\" should be used in your XF86Config." + einfo "***************************************************************" + einfo +} + diff --git a/media-video/ati-gatos/files/digest-ati-gatos-4.2.0.11-r1 b/media-video/ati-gatos/files/digest-ati-gatos-4.2.0.11-r1 new file mode 100644 index 000000000000..2040461f3f4b --- /dev/null +++ b/media-video/ati-gatos/files/digest-ati-gatos-4.2.0.11-r1 @@ -0,0 +1 @@ +MD5 f553e4539fbd436681916a8df3f3a073 ATI-4.2.0-11.i386.tar.gz 190922 |