# ChangeLog for media-video/em8300-libraries
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.31 2006/12/16 11:13:07 zzam Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.32 2007/01/06 14:56:41 zzam Exp $
+
+ 06 Jan 2007; Matthias Schwarzott <zzam@gentoo.org>
+ em8300-libraries-0.15.3.ebuild:
+ Converted to elog.
16 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
-em8300-libraries-0.13.0-r1.ebuild, -em8300-libraries-0.15.2-r1.ebuild,
-# 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-libraries/em8300-libraries-0.15.3.ebuild,v 1.2 2006/05/14 16:52:34 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild,v 1.3 2007/01/06 14:56:41 zzam Exp $
inherit flag-o-matic
pkg_postinst() {
- einfo
- einfo "The em8300 libraries and modules have now beein installed,"
- einfo "you will probably want to add /usr/bin/em8300setup to your"
- einfo "/etc/conf.d/local.start so that your em8300 card is "
- einfo "properly initialized on boot."
- einfo
- einfo "If you still need a microcode other than the one included"
- einfo "with the package, you can simply use em8300setup <microcode.ux>"
- einfo
+ elog
+ elog "The em8300 libraries and modules have now beein installed,"
+ elog "you will probably want to add /usr/bin/em8300setup to your"
+ elog "/etc/conf.d/local.start so that your em8300 card is "
+ elog "properly initialized on boot."
+ elog
+ elog "If you still need a microcode other than the one included"
+ elog "with the package, you can simply use em8300setup <microcode.ux>"
+ elog
}
# 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,
-# 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
/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
}