diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 22:57:35 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 22:57:35 +0000 |
commit | e4d388e9d72fba2e03cfdbb3fd09994dedbd8c56 (patch) | |
tree | b161724cb5b96f8184f04cefa11389ef934acd8d /media-libs/dumb | |
parent | Removing pointless einfos (diff) | |
download | gentoo-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')
-rw-r--r-- | media-libs/dumb/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r1.ebuild | 36 |
2 files changed, 22 insertions, 19 deletions
diff --git a/media-libs/dumb/ChangeLog b/media-libs/dumb/ChangeLog index 94e80b1de6b8..73f81234dd24 100644 --- a/media-libs/dumb/ChangeLog +++ b/media-libs/dumb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/dumb # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.32 2007/01/29 00:07:27 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.33 2007/04/30 22:57:35 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> dumb-0.9.3-r1.ebuild: + Replacing einfo with elog 29 Jan 2007; Christian Birchinger <joker@gentoo.org> -dumb-0.9.2-r2.ebuild, -dumb-0.9.2-r3.ebuild, -dumb-0.9.3.ebuild: 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 } |