summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-12-15 09:05:07 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-12-15 09:05:07 +0000
commit6e4a6b41d542c39273a8cb63e0213e5a0f5ac162 (patch)
tree6455c0bfccc967c0862c20420bfc09af59d292d2 /media-video/em8300-libraries
parentbump, should fix most people's probs with it (diff)
downloadgentoo-2-6e4a6b41d542c39273a8cb63e0213e5a0f5ac162.tar.gz
gentoo-2-6e4a6b41d542c39273a8cb63e0213e5a0f5ac162.tar.bz2
gentoo-2-6e4a6b41d542c39273a8cb63e0213e5a0f5ac162.zip
fix info and remove old line
Diffstat (limited to 'media-video/em8300-libraries')
-rw-r--r--media-video/em8300-libraries/ChangeLog5
-rw-r--r--media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/media-video/em8300-libraries/ChangeLog b/media-video/em8300-libraries/ChangeLog
index b6496d758157..1b2384133dca 100644
--- a/media-video/em8300-libraries/ChangeLog
+++ b/media-video/em8300-libraries/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for media-video/em8300-libraries
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.4 2002/12/13 05:25:04 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.5 2002/12/15 09:05:07 lostlogic Exp $
*em8300-libraries-0.13.0 (12 Dec 2002)
+ 15 Dec 2002; Brandon Low <lostlogic@gentoo.org> em8300-libraries-0.13.0 :
+ oops, info wrong, and extra line in ebuild.
+
12 Dec 2002; Brandon Low <lostlogic@gentoo.org> em8300-libraries-0.13.0 :
Bump
diff --git a/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild b/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild
index 461fdfa4b98c..c585ae8e7efe 100644
--- a/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild
+++ b/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild,v 1.1 2002/12/13 05:25:04 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild,v 1.2 2002/12/15 09:05:07 lostlogic Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries"
@@ -59,10 +59,6 @@ src_install () {
insinto /usr/share/em8300
doins modules/em8300.uc
- #this isn't how the installer does this, but it makes more
- #sense than copying it like they do.
- dosym /usr/share/em8300/microcode_upload.pl /usr/bin/em8300init
-
dodoc AUTHORS COPYING ChangeLog NEWS README
}
@@ -71,12 +67,12 @@ pkg_postinst() {
einfo
einfo "The em8300 libraries and modules have now beein installed,"
- einfo "you will probably want to add /usr/bin/em8300init to your"
+ 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 em8300init <microcode.ux>"
+ einfo "with the package, you can simply use em8300setup <microcode.ux>"
einfo
}