Fixed SRC_URI, made pkg_setup ewarn conditional
authorBryan Stine <battousai@gentoo.org>
Wed, 14 Jan 2004 01:10:18 +0000 (01:10 +0000)
committerBryan Stine <battousai@gentoo.org>
Wed, 14 Jan 2004 01:10:18 +0000 (01:10 +0000)
media-video/ati-gatos/ChangeLog
media-video/ati-gatos/Manifest
media-video/ati-gatos/ati-gatos-4.3.0.ebuild

index 08eab4a5c8353491249319eb1edb09ff5efce7a2..2e974208280c893b59eefcf400606a93db0a1622 100644 (file)
@@ -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
index 7bbed7c049e6872631e563dc437b6c4579f99ce0..44066f3e024312422afe11ae23327828f5ade6e3 100644 (file)
@@ -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
index 484b3b5d504e2dc21bbb58027e3264f9ff2c3d2d..6c47959e1897745db5050b019abaeadea342a36b 100644 (file)
@@ -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."
 }