diff options
author | Bryan Stine <battousai@gentoo.org> | 2006-08-31 19:11:11 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2006-08-31 19:11:11 +0000 |
commit | def6a6937576367f28a0f79db714afbae20299b5 (patch) | |
tree | 0048e441a6acf411e315721f7929b5f12cf17f8e /x11-base | |
parent | Depend on GTK+ 2, as the new release requires explicit request for GTK 1.2. (diff) | |
download | gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.tar.gz gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.tar.bz2 gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.zip |
Fix linux-mod usage in pkg_postinst.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20050502.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20050807.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20051028.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20051223.ebuild | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20060608.ebuild | 6 |
6 files changed, 16 insertions, 21 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index ab6f57f5c095..3a75e2a34398 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.35 2006/07/07 02:34:14 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.36 2006/08/31 19:11:11 battousai Exp $ + + 31 Aug 2006; Bryan Stine <battousai@gentoo.org> x11-drm-20050502.ebuild, + x11-drm-20050807.ebuild, x11-drm-20051028.ebuild, x11-drm-20051223.ebuild, + x11-drm-20060608.ebuild: + Fix linux-mod usage in pkg_postinst. 07 Jul 2006; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog: Update to my new email address. diff --git a/x11-base/x11-drm/x11-drm-20050502.ebuild b/x11-base/x11-drm/x11-drm-20050502.ebuild index a55373133288..1c46b3f56c30 100644 --- a/x11-base/x11-drm/x11-drm-20050502.ebuild +++ b/x11-base/x11-drm/x11-drm-20050502.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050502.ebuild,v 1.5 2006/04/16 20:16:03 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050502.ebuild,v 1.6 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -151,9 +151,7 @@ pkg_postinst() { einfo "http://dri.sourceforge.net/cgi-bin/moin.cgi/ATIMach64?value=CategoryHardwareChipset." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: diff --git a/x11-base/x11-drm/x11-drm-20050807.ebuild b/x11-base/x11-drm/x11-drm-20050807.ebuild index 885f57662f7c..6a9847257ebb 100644 --- a/x11-base/x11-drm/x11-drm-20050807.ebuild +++ b/x11-base/x11-drm/x11-drm-20050807.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050807.ebuild,v 1.4 2006/04/16 20:16:03 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20050807.ebuild,v 1.5 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -159,9 +159,7 @@ pkg_postinst() { einfo "http://dri.sourceforge.net/cgi-bin/moin.cgi/ATIMach64?value=CategoryHardwareChipset." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: diff --git a/x11-base/x11-drm/x11-drm-20051028.ebuild b/x11-base/x11-drm/x11-drm-20051028.ebuild index 0f50ae7ae91a..f042b66ae5a4 100644 --- a/x11-base/x11-drm/x11-drm-20051028.ebuild +++ b/x11-base/x11-drm/x11-drm-20051028.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051028.ebuild,v 1.5 2006/06/16 07:09:43 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051028.ebuild,v 1.6 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -170,9 +170,7 @@ pkg_postinst() { einfo "http://dri.sourceforge.net/cgi-bin/moin.cgi/ATIMach64?value=CategoryHardwareChipset." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: diff --git a/x11-base/x11-drm/x11-drm-20051223.ebuild b/x11-base/x11-drm/x11-drm-20051223.ebuild index b6de67a9c67b..54ae1fc13f79 100644 --- a/x11-base/x11-drm/x11-drm-20051223.ebuild +++ b/x11-base/x11-drm/x11-drm-20051223.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051223.ebuild,v 1.9 2006/06/16 07:09:43 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051223.ebuild,v 1.10 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -170,9 +170,7 @@ pkg_postinst() { einfo "http://dri.freedesktop.org/wiki/ATIMach64." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: diff --git a/x11-base/x11-drm/x11-drm-20060608.ebuild b/x11-base/x11-drm/x11-drm-20060608.ebuild index 726ee937f571..c9e9f80044c5 100644 --- a/x11-base/x11-drm/x11-drm-20060608.ebuild +++ b/x11-base/x11-drm/x11-drm-20060608.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20060608.ebuild,v 1.2 2006/06/16 07:09:43 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20060608.ebuild,v 1.3 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -170,9 +170,7 @@ pkg_postinst() { einfo "http://dri.freedesktop.org/wiki/ATIMach64." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: |