diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-01-14 01:10:18 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-01-14 01:10:18 +0000 |
commit | cb8206f22384511f66f31355d5bbc0fe77d8da57 (patch) | |
tree | c5a84087069c6b30bc3c3a4238a939097955080a /media-video/ati-gatos | |
parent | Fix typo in email address (diff) | |
download | historical-cb8206f22384511f66f31355d5bbc0fe77d8da57.tar.gz historical-cb8206f22384511f66f31355d5bbc0fe77d8da57.tar.bz2 historical-cb8206f22384511f66f31355d5bbc0fe77d8da57.zip |
Fixed SRC_URI, made pkg_setup ewarn conditional
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r-- | media-video/ati-gatos/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ati-gatos/Manifest | 4 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.3.0.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index 08eab4a5c835..2e974208280c 100644 --- a/media-video/ati-gatos/ChangeLog +++ b/media-video/ati-gatos/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for media-video/ati-gatos # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.7 2004/01/14 00:58:01 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.8 2004/01/14 01:10:18 battousai Exp $ *ati-gatos-4.3.0 (13 Jan 2004) + 13 Jan 2004; <battousai@gentoo.org> ChangeLog, ati-gatos-4.3.0.ebuild: + Warn user about SDK only if XFree was merged without the sdk USE flag. Also, + fix the SRC_URI, making it use the Gentoo mirrors. + 13 Jan 2004; <battousai@gentoo.org> ati-gatos-4.3.0.ebuild: Updated ebuild. This will build against xfree 4.3.0 with the sdk installed, putting drivers in an alternate location so as not to interfere with the diff --git a/media-video/ati-gatos/Manifest b/media-video/ati-gatos/Manifest index 7bbed7c049e6..44066f3e0243 100644 --- a/media-video/ati-gatos/Manifest +++ b/media-video/ati-gatos/Manifest @@ -1,6 +1,6 @@ -MD5 379166c2ec97b6c7079eed32d612b751 ChangeLog 1122 +MD5 e71e25145dc2e46bea94f49c09b67200 ChangeLog 1332 MD5 ade60b0e23a771694aaf634abcf119cb ati-gatos-4.2.0.11-r1.ebuild 1164 MD5 bca4dd1758b390509e46f966d475006d metadata.xml 221 -MD5 3b4cffe1da69a3227e771cbc08b40e6a ati-gatos-4.3.0.ebuild 2146 +MD5 98827dd597b910cd532320211a1699eb ati-gatos-4.3.0.ebuild 2160 MD5 9eb54703092cc2e1847fb7983a0f11a7 files/digest-ati-gatos-4.2.0.11-r1 69 MD5 9da49bcc2819c7a4ba37aa135a117f73 files/digest-ati-gatos-4.3.0 68 diff --git a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild index 484b3b5d504e..6c47959e1897 100644 --- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild +++ b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/01/14 00:58:02 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.3 2004/01/14 01:10:18 battousai Exp $ inherit eutils @@ -33,7 +33,6 @@ src_compile() { # Makefile fixes fix_makefile - emake DESTDIR=${D} || die "Problem compiling GATOS drivers." } |