diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 23:10:13 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 23:10:13 +0000 |
commit | 749cf73dc30bc03173e250b218562e4205b4ede2 (patch) | |
tree | 288e50bfafd36480494d611b3bfc3aec81c2adcb /app-misc/matew/matew-1.9.ebuild | |
parent | einfo->elog, bug #139814 (diff) | |
download | historical-749cf73dc30bc03173e250b218562e4205b4ede2.tar.gz historical-749cf73dc30bc03173e250b218562e4205b4ede2.tar.bz2 historical-749cf73dc30bc03173e250b218562e4205b4ede2.zip |
einfo to elog, bug 139814
Package-Manager: portage-2.1.2_rc4-r4
Diffstat (limited to 'app-misc/matew/matew-1.9.ebuild')
-rw-r--r-- | app-misc/matew/matew-1.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/matew/matew-1.9.ebuild b/app-misc/matew/matew-1.9.ebuild index 1c737c1a0640..0af4d09fc6fe 100644 --- a/app-misc/matew/matew-1.9.ebuild +++ b/app-misc/matew/matew-1.9.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/app-misc/matew/matew-1.9.ebuild,v 1.5 2006/06/18 00:16:39 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/matew/matew-1.9.ebuild,v 1.6 2007/01/02 23:10:13 rl03 Exp $ DESCRIPTION="Make Album The Easy Way" HOMEPAGE="http://matew.sourceforge.net/" @@ -29,6 +29,6 @@ src_install() { } pkg_postinst() { - einfo "Matew files installed successfully!" - einfo "Run matew-wizard and read instructions." + elog "Matew files installed successfully!" + elog "Run matew-wizard and read instructions." } |