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 | 6a9c91f0589a42c1e2a769b73eb34b117958e104 (patch) | |
tree | 42750bb52da8bae471faa559873310e3d48fe314 /app-misc/matew | |
parent | einfo->elog, bug #139814 (diff) | |
download | gentoo-2-6a9c91f0589a42c1e2a769b73eb34b117958e104.tar.gz gentoo-2-6a9c91f0589a42c1e2a769b73eb34b117958e104.tar.bz2 gentoo-2-6a9c91f0589a42c1e2a769b73eb34b117958e104.zip |
einfo to elog, bug 139814
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'app-misc/matew')
-rw-r--r-- | app-misc/matew/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/matew/matew-1.9.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-misc/matew/ChangeLog b/app-misc/matew/ChangeLog index 2a24be065e1f..af6b0af7d96d 100644 --- a/app-misc/matew/ChangeLog +++ b/app-misc/matew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/matew -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/matew/ChangeLog,v 1.4 2006/06/18 00:16:39 rl03 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/matew/ChangeLog,v 1.5 2007/01/02 23:10:13 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> matew-1.9.ebuild: + einfo to elog, bug 139814 18 Jun 2006; Renat Lumpau <rl03@gentoo.org> matew-1.9.ebuild: Remove invalid dep (bug #136436). 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." } |