diff options
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r-- | media-video/ati-gatos/ChangeLog | 4 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.3.0.ebuild | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index c1c718efda96..08eab4a5c835 100644 --- a/media-video/ati-gatos/ChangeLog +++ b/media-video/ati-gatos/ChangeLog @@ -1,10 +1,10 @@ # 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.6 2004/01/13 22:17:05 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.7 2004/01/14 00:58:01 battousai Exp $ *ati-gatos-4.3.0 (13 Jan 2004) - 13 Jan 2004; <admin@gentoo.org> ati-gatos-4.3.0.ebuild: + 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 original ati drivers. 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 b5ea312b44c0..484b3b5d504e 100644 --- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild +++ b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild @@ -1,13 +1,13 @@ # 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.1 2004/01/13 22:17:05 battousai Exp $ +# $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 $ inherit eutils IUSE="" DESCRIPTION="ATI Multimedia-capable drivers for XFree86" -SRC_URI="http://www.kentonet.net/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://gatos.sourceforge.net/" SLOT="0" @@ -18,8 +18,11 @@ DEPEND="${DEPEND} x11-base/xfree" pkg_setup() { - ewarn "This package requires that xfree was merged with the gatos USE flag enabled." - grep gatos /var/db/pkg/x11-base/xfree*/USE || die "Please merge xfree with the gatos and sdk USE flags enabled." + if [ ! "`grep gatos /var/db/pkg/x11-base/xfree*/USE`" ] + then + ewarn "This package requires that xfree was merged with the gatos USE flag enabled." + die "Please merge xfree with the gatos and sdk USE flags enabled." + fi } src_compile() { |