From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1136 invoked by uid 1002); 1 May 2003 10:31:56 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 1568 invoked from network); 1 May 2003 10:31:55 -0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@gentoo.org From: Sebastian Bergmann Date: Thu, 01 May 2003 12:17:53 +0200 Organization: www.sebastian-bergmann.de Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030902000007030407060401" X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: de, en Sender: news Subject: [gentoo-dev] ati-gatos-4.3.0.9 ebuild X-Archives-Salt: 05b498a8-bf1c-4a48-bc5e-d58627a3f26c X-Archives-Hash: 2c77a2abdadc12d1861c39e89728a5c1 --------------030902000007030407060401 Content-Type: text/plain; charset=us-ascii format=flowed Content-Transfer-Encoding: 7bit Attached are the two files that I think are needed to add ati-gatos-4.3.0.9 to GENTOO's portage system. I tested these with "emerge ati-gatos-4.3.0.9.ebuild" and "emerge unmerge media-video/ati-gatos" and both operations worked okay. Greetings, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ --------------030902000007030407060401 Content-Type: text/plain; name="digest-ati-gatos-4.3.0.9"; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="digest-ati-gatos-4.3.0.9" MD5 448f3884c4154e253cdfd98b72d20c16 ATI-4.3.0-9.i386.tar.gz 1416868 --------------030902000007030407060401 Content-Type: text/plain; name="ati-gatos-4.3.0.9.ebuild"; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ati-gatos-4.3.0.9.ebuild" # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild,v 1.7 2003/02/13 13:23:01 vapier Exp $ S=${WORKDIR}/X11R6 MY_P=ATI-4.3.0-9 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" LICENSE="as-is" KEYWORDS="x86 -ppc" 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 "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." } --------------030902000007030407060401 Content-Type: text/plain; charset=us-ascii -- gentoo-dev@gentoo.org mailing list --------------030902000007030407060401--