summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 22:57:35 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 22:57:35 +0000
commite4d388e9d72fba2e03cfdbb3fd09994dedbd8c56 (patch)
treeb161724cb5b96f8184f04cefa11389ef934acd8d /media-libs/dumb/dumb-0.9.3-r1.ebuild
parentRemoving pointless einfos (diff)
downloadgentoo-2-e4d388e9d72fba2e03cfdbb3fd09994dedbd8c56.tar.gz
gentoo-2-e4d388e9d72fba2e03cfdbb3fd09994dedbd8c56.tar.bz2
gentoo-2-e4d388e9d72fba2e03cfdbb3fd09994dedbd8c56.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-libs/dumb/dumb-0.9.3-r1.ebuild')
-rw-r--r--media-libs/dumb/dumb-0.9.3-r1.ebuild36
1 files changed, 18 insertions, 18 deletions
diff --git a/media-libs/dumb/dumb-0.9.3-r1.ebuild b/media-libs/dumb/dumb-0.9.3-r1.ebuild
index a5937c3f3775..25e5f0a68c69 100644
--- a/media-libs/dumb/dumb-0.9.3-r1.ebuild
+++ b/media-libs/dumb/dumb-0.9.3-r1.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-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.8 2006/09/02 23:30:26 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.9 2007/04/30 22:57:35 genone Exp $
IUSE="debug"
@@ -48,20 +48,20 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "DUMB's core has been installed. This will enable you to convert module"
- einfo "files to PCM data (ready for sending to /dev/dsp, writing to a .wav"
- einfo "file, piping through oggenc, etc.)."
- einfo
- einfo "If you are using Allegro, you will also want to 'emerge aldumb'. This"
- einfo "provides you with a convenient API for playing module files through"
- einfo "Allegro's sound system, and also enables DUMB to integrate with"
- einfo "Allegro's datafile system so you can add modules to datafiles."
- einfo
- einfo "As a developer, when you distribute your game and write your docs, be"
- einfo "aware that 'dumb' and 'aldumb' actually come from the same download."
- einfo "People who don't use Gentoo will only have to download and install one"
- einfo "package. See /usr/share/doc/${PF}/readme.txt.gz for details on"
- einfo "how DUMB would be compiled manually."
- einfo
+ elog
+ elog "DUMB's core has been installed. This will enable you to convert module"
+ elog "files to PCM data (ready for sending to /dev/dsp, writing to a .wav"
+ elog "file, piping through oggenc, etc.)."
+ elog
+ elog "If you are using Allegro, you will also want to 'emerge aldumb'. This"
+ elog "provides you with a convenient API for playing module files through"
+ elog "Allegro's sound system, and also enables DUMB to integrate with"
+ elog "Allegro's datafile system so you can add modules to datafiles."
+ elog
+ elog "As a developer, when you distribute your game and write your docs, be"
+ elog "aware that 'dumb' and 'aldumb' actually come from the same download."
+ elog "People who don't use Gentoo will only have to download and install one"
+ elog "package. See /usr/share/doc/${PF}/readme.txt.gz for details on"
+ elog "how DUMB would be compiled manually."
+ elog
}