public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ati-gatos-4.3.0.9 ebuild
@ 2003-05-01 10:17 Sebastian Bergmann
  2003-05-01 11:56 ` foser
  2003-05-01 15:10 ` [gentoo-dev] " Brian Jackson
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Bergmann @ 2003-05-01 10:17 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

  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/

[-- Attachment #2: digest-ati-gatos-4.3.0.9 --]
[-- Type: text/plain, Size: 69 bytes --]

MD5 448f3884c4154e253cdfd98b72d20c16 ATI-4.3.0-9.i386.tar.gz 1416868

[-- Attachment #3: ati-gatos-4.3.0.9.ebuild --]
[-- Type: text/plain, Size: 1143 bytes --]

# 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."
}

[-- Attachment #4: Type: text/plain, Size: 37 bytes --]

--
gentoo-dev@gentoo.org mailing list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] ati-gatos-4.3.0.9 ebuild
  2003-05-01 10:17 [gentoo-dev] ati-gatos-4.3.0.9 ebuild Sebastian Bergmann
@ 2003-05-01 11:56 ` foser
  2003-05-01 12:18   ` [gentoo-dev] " Sebastian Bergmann
  2003-05-01 15:10 ` [gentoo-dev] " Brian Jackson
  1 sibling, 1 reply; 4+ messages in thread
From: foser @ 2003-05-01 11:56 UTC (permalink / raw
  To: gentoo-dev

Sebastian Bergmann wrote:
>  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.
> 

This is stuff for bugs.gentoo.org, not for a development ml.

- foser



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-dev] Re: ati-gatos-4.3.0.9 ebuild
  2003-05-01 11:56 ` foser
@ 2003-05-01 12:18   ` Sebastian Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Bergmann @ 2003-05-01 12:18 UTC (permalink / raw
  To: gentoo-dev

foser wrote:
> This is stuff for bugs.gentoo.org, not for a development ml.

  I hope

    http://bugs.gentoo.org/show_bug.cgi?id=20270

  is okay?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] ati-gatos-4.3.0.9 ebuild
  2003-05-01 10:17 [gentoo-dev] ati-gatos-4.3.0.9 ebuild Sebastian Bergmann
  2003-05-01 11:56 ` foser
@ 2003-05-01 15:10 ` Brian Jackson
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Jackson @ 2003-05-01 15:10 UTC (permalink / raw
  To: gentoo-dev

that won't work, all you did was use the old ebuild and change some version 
numbers. X craps out if you try to name the drivers gatos-*. If you want to 
see a better way, see bug # 17104. I have some other ebuilds I am working on 
here for the rest of the gatos stuff too. I just haven't submitted them to 
bugs because I think (at least right now) it is pointless.

http://bugs.gentoo.org/show_bug.cgi?id=17104

--Brian Jackson

On Thursday 01 May 2003 05:17 am, Sebastian Bergmann wrote:
>   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

-- 
OpenGFS -- http://opengfs.sourceforge.net
Home -- http://www.brianandsara.net

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-01 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-01 10:17 [gentoo-dev] ati-gatos-4.3.0.9 ebuild Sebastian Bergmann
2003-05-01 11:56 ` foser
2003-05-01 12:18   ` [gentoo-dev] " Sebastian Bergmann
2003-05-01 15:10 ` [gentoo-dev] " Brian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox