summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2005-01-20 04:55:57 +0000
committerBryan Stine <battousai@gentoo.org>2005-01-20 04:55:57 +0000
commitc74c27ec4822b07ae9cab1e4929e9a1e9dec9d16 (patch)
tree0d3b9b9fe5f0ac568afb5c71424bf180bf116301 /media-video/ati-gatos
parentold (diff)
downloadhistorical-c74c27ec4822b07ae9cab1e4929e9a1e9dec9d16.tar.gz
historical-c74c27ec4822b07ae9cab1e4929e9a1e9dec9d16.tar.bz2
historical-c74c27ec4822b07ae9cab1e4929e9a1e9dec9d16.zip
Nuke ati-gatos 4.3.0. No more xfree, baby.
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r--media-video/ati-gatos/ChangeLog8
-rw-r--r--media-video/ati-gatos/Manifest18
-rw-r--r--media-video/ati-gatos/ati-gatos-4.3.0.ebuild70
-rw-r--r--media-video/ati-gatos/ati-gatos-4.4.0.ebuild4
-rw-r--r--media-video/ati-gatos/files/digest-ati-gatos-4.3.01
5 files changed, 11 insertions, 90 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog
index 78ef9c42ca99..88567c8dd0f4 100644
--- a/media-video/ati-gatos/ChangeLog
+++ b/media-video/ati-gatos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ati-gatos
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.19 2004/12/24 04:27:00 vapier Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.20 2005/01/20 04:55:57 battousai Exp $
+
+ 19 Jan 2005; Bryan Stine <battousai@gentoo.org> -ati-gatos-4.3.0.ebuild:
+ Nuke ati-gatos-4.3.0. XFree 4.3, upon which this depends, is no longer in
+ portage.
23 Dec 2004; Mike Frysinger <vapier@gentoo.org>
+files/ati-gatos-4.4.0-prototypes.patch, ati-gatos-4.4.0.ebuild:
diff --git a/media-video/ati-gatos/Manifest b/media-video/ati-gatos/Manifest
index ec6db552e3f9..aaa92580c415 100644
--- a/media-video/ati-gatos/Manifest
+++ b/media-video/ati-gatos/Manifest
@@ -1,18 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 b2b834ae157f9d6a83f9ede1597db75b ChangeLog 2821
MD5 9fb1596ce1b15c6cf93b2a3e05f38285 metadata.xml 337
-MD5 509ffacc782a18f5b5bb975c7d843818 ati-gatos-4.3.0.ebuild 2289
-MD5 f73e4f75586ad9487cbc0e53565344f6 ati-gatos-4.4.0.ebuild 2403
-MD5 909c81fb5d11eb05efdf420d56460f57 files/digest-ati-gatos-4.3.0 68
-MD5 f0a4b78e9cfa26b4ffdf829e000d0459 files/ati-gatos-4.4.0-new-xorg.patch 10854
+MD5 6807dc81f41d0e84c6494f8bbe85751a ChangeLog 2987
+MD5 5fe70a037aa372f569d20caf624642ec ati-gatos-4.4.0.ebuild 2406
MD5 ee56241b288c93ecd41472ee630a1ace files/digest-ati-gatos-4.4.0 77
+MD5 f0a4b78e9cfa26b4ffdf829e000d0459 files/ati-gatos-4.4.0-new-xorg.patch 10854
MD5 21b46c970264da1f4d614d8357e56336 files/ati-gatos-4.4.0-prototypes.patch 1100
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBy5qhroRuSHgZdywRAmBPAKCCvanopCjqE8XROp97ITzfBltj+gCdH1t3
-C/uIbVvxm+/1YS8niLP9Nfs=
-=pRDY
------END PGP SIGNATURE-----
diff --git a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild
deleted file mode 100644
index e6f853c16cf7..000000000000
--- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.11 2004/06/25 00:36:23 agriffis Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="ATI Multimedia-capable drivers for XFree86"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-HOMEPAGE="http://gatos.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-DEPEND="${DEPEND}
- >=x11-base/xfree-4.3.0-r7"
-
-pkg_setup() {
- if has_version ">=x11-base/xfree-4.3.99"
- then
- die "This only works with xfree-4.3.0. Please downgrade."
- fi
-
- if [ ! "`grep gatos /var/db/pkg/x11-base/xfree-[0-9]*/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() {
- cd ${S}
-
- # Build makefiles against XFree SDK
- imake -I/usr/X11R6/lib/Server/config/cf -DUseInstalled -DXF86DriverSDK
-
- # Makefile fixes
- fix_makefile
- emake DESTDIR=${D} || die "Problem compiling GATOS drivers."
-}
-
-src_install() {
- emake DESTDIR=${D} install
-}
-
-pkg_postinst() {
- einfo "To have XFree86 make use of the new GATOS modules, you should add the following"
- einfo "line to /etc/X11/XF86Config, in the files section and above any other"
- einfo "ModulePath directives:"
- einfo
- einfo " ModulePath \"/usr/X11R6/lib/modules-extra/gatos\""
- einfo
- einfo "Please note that you may need to uncomment or add another ModulePath line with"
- einfo "the default module path in it. If XFree86 does not start after adding the line"
- einfo "above, add this one under it:"
- einfo
- einfo " ModulePath \"/usr/X11R6/lib/modules\""
-}
-
-fix_makefile() {
- # Add the XFree86 SDK include directories that gatos will use
- sed -i "s:INCLUDES = \(.\+\):INCLUDES = \\1 -I/usr/X11R6/lib/Server/include -I/usr/X11R6/lib/Server/include/extensions:" Makefile
-
- # Clean up the ugly sandbox violations
- sed -i "s:\(\ \+\)MODULEDIR = .*:\\1MODULEDIR = \\\$(USRLIBDIR)/modules-extra/gatos:" Makefile
- sed -i "s:\(\ \+\)BUILDLIBDIR = .*:\\1BUILDLIBDIR = \\\$(DESTDIR)\\\$(TOP)/exports/lib:" Makefile
- sed -i "s:\\(.\+\)\\\$(RM) \\\$(BUILDMODULEDIR)/drivers/ati2_drv\.o:\\1\\\$(RM) \\\$(DESTDIR)\\\$(BUILDMODULEDIR)/drivers/ati2_drv.o:" Makefile
-}
diff --git a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
index abf3eb8898f3..788d25f6b68b 100644
--- a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
+++ b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.3 2004/12/24 04:27:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.4 2005/01/20 04:55:57 battousai Exp $
inherit eutils
diff --git a/media-video/ati-gatos/files/digest-ati-gatos-4.3.0 b/media-video/ati-gatos/files/digest-ati-gatos-4.3.0
deleted file mode 100644
index 03ba67e80299..000000000000
--- a/media-video/ati-gatos/files/digest-ati-gatos-4.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5c9dc264e3dc83d0e4c1e1994eabdb66 ati-gatos-4.3.0.tar.bz2 388691