summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 23:20:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 23:20:24 +0000
commitf4400680bfe7c52bb0907a96c7b82f6961ef35f0 (patch)
tree6b0df5da6bf364d53adac2ef5874658a67b172b9 /media-libs/dumb
parentRe-added previously removed keyword, reflecting keywording of dependency. (diff)
downloadhistorical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.tar.gz
historical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.tar.bz2
historical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/dumb')
-rw-r--r--media-libs/dumb/ChangeLog5
-rw-r--r--media-libs/dumb/dumb-0.9.3-r1.ebuild36
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
}