summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-09-27 16:59:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-09-27 16:59:12 +0000
commit2b6f69aba694c1d04886c84df8d20a14d02f3620 (patch)
tree3a76fa2c212c6d95bbdbb2411bc5b960337f3918 /media-video
parentStable on ppc. (diff)
downloadgentoo-2-2b6f69aba694c1d04886c84df8d20a14d02f3620.tar.gz
gentoo-2-2b6f69aba694c1d04886c84df8d20a14d02f3620.tar.bz2
gentoo-2-2b6f69aba694c1d04886c84df8d20a14d02f3620.zip
fixes bug #104216
(Portage version: 1.589-cvs)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ati-drivers/ChangeLog7
-rw-r--r--media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild12
-rw-r--r--media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild12
-rw-r--r--media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild12
4 files changed, 21 insertions, 22 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog
index 3fe7ebba20d5..c6deba731edc 100644
--- a/media-video/ati-drivers/ChangeLog
+++ b/media-video/ati-drivers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ati-drivers
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.112 2005/09/15 03:26:16 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.113 2005/09/27 16:59:12 lu_zero Exp $
+
+ 27 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
+ ati-drivers-8.14.13-r3.ebuild, ati-drivers-8.14.13-r5.ebuild,
+ ati-drivers-8.16.20-r1.ebuild:
+ Fixed bug #104216
15 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
files/digest-ati-drivers-8.14.13-r5, Manifest:
diff --git a/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild b/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild
index 48a1c57438a7..17f6eb3d3cb4 100644
--- a/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild
+++ b/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild,v 1.3 2005/09/10 13:13:10 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r3.ebuild,v 1.4 2005/09/27 16:59:12 lu_zero Exp $
IUSE="opengl dlloader"
@@ -125,12 +125,10 @@ pkg_preinst() {
src_install() {
local ATI_ROOT="/usr/lib/opengl/ati"
- cd ${WORKDIR}
+ cd ${WORKDIR}/lib/modules/fglrx/build_mod
+ linux-mod_src_install
- # DRM module
- insinto /lib/modules/${KV_FULL}/video
- # set_kvobj
- doins ${WORKDIR}/lib/modules/fglrx/build_mod/fglrx.${KV_OBJ}
+ cd ${WORKDIR}
local native_dir
use x86 && native_dir="lib"
@@ -265,7 +263,7 @@ pkg_postinst() {
ewarn "# emerge -Nu ati-drivers"
fi
# DRM module
- update-modules
+ linux-mod_pkg_postinst
}
pkg_postrm() {
diff --git a/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild b/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild
index ebd599b087ae..43fea2b73bdf 100644
--- a/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild
+++ b/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild,v 1.1 2005/09/13 22:47:19 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r5.ebuild,v 1.2 2005/09/27 16:59:12 lu_zero Exp $
IUSE="opengl dlloader"
@@ -125,12 +125,10 @@ pkg_preinst() {
src_install() {
local ATI_ROOT="/usr/lib/opengl/ati"
- cd ${WORKDIR}
+ cd ${WORKDIR}/lib/modules/fglrx/build_mod
+ linux-mod_src_install
- # DRM module
- insinto /lib/modules/${KV_FULL}/video
- # set_kvobj
- doins ${WORKDIR}/lib/modules/fglrx/build_mod/fglrx.${KV_OBJ}
+ cd ${WORKDIR}
local native_dir
use x86 && native_dir="lib"
@@ -271,7 +269,7 @@ pkg_postinst() {
ewarn "# emerge -Nu ati-drivers"
fi
# DRM module
- update-modules
+ linux-mod_pkg_postinst
}
pkg_postrm() {
diff --git a/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild b/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild
index 28863d9d8fe6..255f722b2fc7 100644
--- a/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild
+++ b/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild,v 1.1 2005/09/13 22:47:19 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.16.20-r1.ebuild,v 1.2 2005/09/27 16:59:12 lu_zero Exp $
IUSE="opengl"
@@ -119,12 +119,10 @@ pkg_preinst() {
src_install() {
local ATI_ROOT="/usr/lib/opengl/ati"
- cd ${WORKDIR}
+ cd ${WORKDIR}/lib/modules/fglrx/build_mod
+ linux-mod_src_install
- # DRM module
- insinto /lib/modules/${KV_FULL}/video
- # set_kvobj
- doins ${WORKDIR}/lib/modules/fglrx/build_mod/fglrx.${KV_OBJ}
+ cd ${WORKDIR}
local native_dir
use x86 && native_dir="lib"
@@ -245,7 +243,7 @@ pkg_postinst() {
ewarn "# emerge -Nu ati-drivers"
fi
# DRM module
- update-modules
+ linux-mod_pkg_postinst
}
pkg_postrm() {