diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:28:14 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:28:14 +0000 |
commit | 783a073a843d7f571c8052ad43c6cd9c854a5f88 (patch) | |
tree | a5b075b00c1692dd1b0ab8d081233c8cf2b205d7 /app-cdr/multicd/multicd-1.7.2.ebuild | |
parent | Fix the path for 4.0, Closes bug #163529. Thanks to Jose daLuz <jdaluz@gmail.... (diff) | |
download | historical-783a073a843d7f571c8052ad43c6cd9c854a5f88.tar.gz historical-783a073a843d7f571c8052ad43c6cd9c854a5f88.tar.bz2 historical-783a073a843d7f571c8052ad43c6cd9c854a5f88.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-cdr/multicd/multicd-1.7.2.ebuild')
-rw-r--r-- | app-cdr/multicd/multicd-1.7.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-cdr/multicd/multicd-1.7.2.ebuild b/app-cdr/multicd/multicd-1.7.2.ebuild index 67cd9e82c07c..103d8b671489 100644 --- a/app-cdr/multicd/multicd-1.7.2.ebuild +++ b/app-cdr/multicd/multicd-1.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.9 2006/09/17 03:38:53 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.10 2007/01/24 02:26:26 genone Exp $ DESCRIPTION="Tool for making direct copies of your files to multiple cd's" HOMEPAGE="http://danborn.net/multicd/" @@ -21,9 +21,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "Copy and edit sample configuration file from" - einfo "/usr/share/doc/${PF}" - einfo "directory to /etc directory as multicdrc" - einfo + elog + elog "Copy and edit sample configuration file from" + elog "/usr/share/doc/${PF}" + elog "directory to /etc directory as multicdrc" + elog } |