diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 13:05:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 13:05:16 +0000 |
commit | dd45956069a8cfb857379b56348ab64fc44e4bc4 (patch) | |
tree | a69ccec389dfbb0e1979ca74b16f950ef497bb98 /net-mail/qmrtg | |
parent | inherit eutils (diff) | |
download | gentoo-2-dd45956069a8cfb857379b56348ab64fc44e4bc4.tar.gz gentoo-2-dd45956069a8cfb857379b56348ab64fc44e4bc4.tar.bz2 gentoo-2-dd45956069a8cfb857379b56348ab64fc44e4bc4.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail/qmrtg')
-rw-r--r-- | net-mail/qmrtg/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qmrtg/qmrtg-2.1.ebuild | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/net-mail/qmrtg/ChangeLog b/net-mail/qmrtg/ChangeLog index f9b790f99f11..0fe584b1693e 100644 --- a/net-mail/qmrtg/ChangeLog +++ b/net-mail/qmrtg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmrtg -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/ChangeLog,v 1.1 2006/10/08 17:20:08 jokey Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/ChangeLog,v 1.2 2007/06/12 13:05:16 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> qmrtg-2.1.ebuild: + Replacing einfo with elog *qmrtg-2.1 (08 Oct 2006) diff --git a/net-mail/qmrtg/qmrtg-2.1.ebuild b/net-mail/qmrtg/qmrtg-2.1.ebuild index b8b2f569a748..e902120568cb 100644 --- a/net-mail/qmrtg/qmrtg-2.1.ebuild +++ b/net-mail/qmrtg/qmrtg-2.1.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/net-mail/qmrtg/qmrtg-2.1.ebuild,v 1.1 2006/10/08 17:20:08 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmrtg/qmrtg-2.1.ebuild,v 1.2 2007/06/12 13:05:16 genone Exp $ inherit eutils @@ -45,11 +45,11 @@ src_install () { } pkg_postinst () { - einfo - einfo "You need to configure manually qmrtg in order to run it." - einfo "The configuration templates in /usr/share/qmrtg2/ and" - einfo "the file in /usr/share/doc/qmrtg-2.1/INSTALL.txt.gz" - einfo "will be useful." - einfo + elog + elog "You need to configure manually qmrtg in order to run it." + elog "The configuration templates in /usr/share/qmrtg2/ and" + elog "the file in /usr/share/doc/qmrtg-2.1/INSTALL.txt.gz" + elog "will be useful." + elog } |