summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-01-06 14:57:42 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-01-06 14:57:42 +0000
commit7c9af961998026d6435b228aaa5b0e45370af676 (patch)
treebcc23ce183ec665361c7f4b771c4434804e96dab /media-video/em8300-modules
parentConverted to elog. (diff)
downloadhistorical-7c9af961998026d6435b228aaa5b0e45370af676.tar.gz
historical-7c9af961998026d6435b228aaa5b0e45370af676.tar.bz2
historical-7c9af961998026d6435b228aaa5b0e45370af676.zip
Converted to elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-video/em8300-modules')
-rw-r--r--media-video/em8300-modules/ChangeLog8
-rw-r--r--media-video/em8300-modules/em8300-modules-0.15.3.ebuild34
2 files changed, 23 insertions, 19 deletions
diff --git a/media-video/em8300-modules/ChangeLog b/media-video/em8300-modules/ChangeLog
index 788c3e4c5f07..50ab8737272c 100644
--- a/media-video/em8300-modules/ChangeLog
+++ b/media-video/em8300-modules/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/em8300-modules
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/ChangeLog,v 1.34 2006/12/16 11:16:16 zzam Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/ChangeLog,v 1.35 2007/01/06 14:57:42 zzam Exp $
+
+ 06 Jan 2007; Matthias Schwarzott <zzam@gentoo.org>
+ em8300-modules-0.15.3.ebuild:
+ Converted to elog.
16 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
-files/em8300-modules-0.15.1-fix-isa.patch, -em8300-modules-0.13.0.ebuild,
diff --git a/media-video/em8300-modules/em8300-modules-0.15.3.ebuild b/media-video/em8300-modules/em8300-modules-0.15.3.ebuild
index 8514beaaebe2..9bf160f0b678 100644
--- a/media-video/em8300-modules/em8300-modules-0.15.3.ebuild
+++ b/media-video/em8300-modules/em8300-modules-0.15.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.15.3.ebuild,v 1.4 2006/06/13 10:34:05 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.15.3.ebuild,v 1.5 2007/01/06 14:57:42 zzam Exp $
inherit eutils linux-info
@@ -72,20 +72,20 @@ pkg_postinst () {
/sbin/modules-update
fi
- einfo
- einfo "The em8300 kernel modules have been installed into the modules"
- einfo "directory of your currently running kernel. They haven't been"
- einfo "loaded. Please read the documentation, and if you would like"
- einfo "to have the modules load at startup, add em8300, bt865, adv717x"
- einfo "to your /etc/modules.autoload they may need module options to "
- einfo "work correctly on your system. You will also need to add"
- einfo "the contents of /usr/share/doc/${P}/devfs_symlinks.gz"
- einfo "to your devfsd.conf so that the em8300 devices will be linked"
- einfo "correctly."
- einfo
- einfo "You will also need to have the i2c kernel modules compiled for"
- einfo "this to be happy, no need to patch any kernel though just turn"
- einfo "all the i2c stuff in kernel config to M and you'll be fine."
- einfo
+ elog
+ elog "The em8300 kernel modules have been installed into the modules"
+ elog "directory of your currently running kernel. They haven't been"
+ elog "loaded. Please read the documentation, and if you would like"
+ elog "to have the modules load at startup, add em8300, bt865, adv717x"
+ elog "to your /etc/modules.autoload they may need module options to "
+ elog "work correctly on your system. You will also need to add"
+ elog "the contents of /usr/share/doc/${P}/devfs_symlinks.gz"
+ elog "to your devfsd.conf so that the em8300 devices will be linked"
+ elog "correctly."
+ elog
+ elog "You will also need to have the i2c kernel modules compiled for"
+ elog "this to be happy, no need to patch any kernel though just turn"
+ elog "all the i2c stuff in kernel config to M and you'll be fine."
+ elog
}