summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-12-30 03:58:23 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-12-30 03:58:23 +0000
commit0c79c5b982a332ac684d222fad695294269e9428 (patch)
treeded898143b143a179ae412b0f38ea9661738b102 /media-sound/emu10k1
parentremoving stray digest (diff)
downloadhistorical-0c79c5b982a332ac684d222fad695294269e9428.tar.gz
historical-0c79c5b982a332ac684d222fad695294269e9428.tar.bz2
historical-0c79c5b982a332ac684d222fad695294269e9428.zip
updated pkg_postinst blurb to be more accurate/informative
Diffstat (limited to 'media-sound/emu10k1')
-rw-r--r--media-sound/emu10k1/ChangeLog5
-rw-r--r--media-sound/emu10k1/emu10k1-0.20a-r1.ebuild18
2 files changed, 16 insertions, 7 deletions
diff --git a/media-sound/emu10k1/ChangeLog b/media-sound/emu10k1/ChangeLog
index 14c59b967e30..265d66a2b1e2 100644
--- a/media-sound/emu10k1/ChangeLog
+++ b/media-sound/emu10k1/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/emu10k1
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/emu10k1/ChangeLog,v 1.4 2002/12/13 10:59:41 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/emu10k1/ChangeLog,v 1.5 2002/12/30 03:58:23 drobbins Exp $
+
+ 29 Dec 2002; Daniel Robbins <drobbins@gentoo.org> : updated pkg_postinst() blurb to
+ be more detailed/accurate.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/media-sound/emu10k1/emu10k1-0.20a-r1.ebuild b/media-sound/emu10k1/emu10k1-0.20a-r1.ebuild
index 64f4f64f178e..a7703d57fc91 100644
--- a/media-sound/emu10k1/emu10k1-0.20a-r1.ebuild
+++ b/media-sound/emu10k1/emu10k1-0.20a-r1.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-sound/emu10k1/emu10k1-0.20a-r1.ebuild,v 1.5 2002/12/29 01:57:29 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/emu10k1/emu10k1-0.20a-r1.ebuild,v 1.6 2002/12/30 03:58:23 drobbins Exp $
MY_P="${P/-/-v}"
DESCRIPTION="Drivers, utilities, and effects for Sound Blaster cards (SBLive!, SB512, Audigy)"
@@ -69,10 +69,16 @@ pkg_postinst() {
einfo "In order for the module to work correctly you must"
einfo "Enable the following options in your kernel:"
echo
- einfo "Sound card support (module or builtin)"
- einfo " Creative SBLive! (EMU10K1) (*must be* module)"
- einfo " Creative SBLive! MIDI (*must be* module)"
+ einfo "Sound/Sound card support (module or builtin)"
+ einfo "Sound/OSS sound modules (module or builtin)"
echo
- einfo "If you have not yet done this, rebuild+install"
- einfo "your kernel modules and re-emerge this package"
+ einfo "In addition, ensure that the following modules are"
+ einfo "*not* built in to your kernel, or are at least"
+ einfo "built as modules are not currently loaded."
+ echo
+ einfo "Sound/Creative SBLive! (EMU10K1) (disabled or module)"
+ einfo "Sound/Creative SBLive! MIDI (disabled or module)"
+ echo
+ einfo "If you have not yet done this, rebuild and install"
+ einfo "your kernel modules and re-emerge this package."
}