summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 00:46:41 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 00:46:41 +0000
commit0b33b7fe126f09dd2a962427029dc29223cee8cc (patch)
tree7f5d48e3b42f6a045a1eab6cff671623e57351ee /media-video/ati-gatos
parentReplacing einfo with elog (diff)
downloadhistorical-0b33b7fe126f09dd2a962427029dc29223cee8cc.tar.gz
historical-0b33b7fe126f09dd2a962427029dc29223cee8cc.tar.bz2
historical-0b33b7fe126f09dd2a962427029dc29223cee8cc.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r--media-video/ati-gatos/ChangeLog5
-rw-r--r--media-video/ati-gatos/ati-gatos-4.4.0.ebuild24
2 files changed, 16 insertions, 13 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog
index a520249c9e6a..3374af3c4166 100644
--- a/media-video/ati-gatos/ChangeLog
+++ b/media-video/ati-gatos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ati-gatos
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.23 2007/03/04 23:16:03 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.24 2007/05/01 00:42:38 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> ati-gatos-4.4.0.ebuild:
+ Replacing einfo with elog
04 Mar 2007; <genstef@gentoo.org> ati-gatos-4.4.0.ebuild:
QA: fix invalid has_version usage, bug 168892
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 fec9f9c393e6..0110500e73bc 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-2007 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.5 2007/03/04 23:16:03 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.6 2007/05/01 00:42:38 genone Exp $
inherit eutils
@@ -54,17 +54,17 @@ src_install() {
}
pkg_postinst() {
- einfo "To have Xorg 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 Xorg does not start after adding the line"
- einfo "above, add this one under it:"
- einfo
- einfo " ModulePath \"/usr/X11R6/lib/modules\""
+ elog "To have Xorg make use of the new GATOS modules, you should add the following"
+ elog "line to /etc/X11/XF86Config, in the files section and above any other"
+ elog "ModulePath directives:"
+ elog
+ elog " ModulePath \"/usr/X11R6/lib/modules-extra/gatos\""
+ elog
+ elog "Please note that you may need to uncomment or add another ModulePath line with"
+ elog "the default module path in it. If Xorg does not start after adding the line"
+ elog "above, add this one under it:"
+ elog
+ elog " ModulePath \"/usr/X11R6/lib/modules\""
}
fix_makefile() {