diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:43:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:43:01 +0000 |
commit | ec6d59c9be57dad6e7cb4a0ee2e53519b0501175 (patch) | |
tree | 8d6c0cbe32245f78851312fe62a309b69f6a7076 /app-arch/stuffit/stuffit-5.2.0.611.ebuild | |
parent | Drop old (diff) | |
download | gentoo-2-ec6d59c9be57dad6e7cb4a0ee2e53519b0501175.tar.gz gentoo-2-ec6d59c9be57dad6e7cb4a0ee2e53519b0501175.tar.bz2 gentoo-2-ec6d59c9be57dad6e7cb4a0ee2e53519b0501175.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-arch/stuffit/stuffit-5.2.0.611.ebuild')
-rw-r--r-- | app-arch/stuffit/stuffit-5.2.0.611.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild index 80e5804e05e2..8d68b08c9485 100644 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild +++ b/app-arch/stuffit/stuffit-5.2.0.611.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-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.16 2006/10/26 23:53:15 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.17 2007/01/23 15:43:01 genone Exp $ MY_P="stuffit520.611linux-i386" DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander" @@ -63,12 +63,12 @@ src_install() { pkg_postinst() { env-update - einfo - einfo "Reminder: StuffIt requires registration within 15 days." - einfo "The registration program is located in ${INSTALLDIR}/extra" - einfo - einfo "The binaries are named 'stuff' and 'unstuff'" - einfo + elog + elog "Reminder: StuffIt requires registration within 15 days." + elog "The registration program is located in ${INSTALLDIR}/extra" + elog + elog "The binaries are named 'stuff' and 'unstuff'" + elog } pkg_postrm() { |