diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:00:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:00:51 +0000 |
commit | 444c4493812ba4d2e0439f57743d54fbd3d516cf (patch) | |
tree | 26a5817bb78cde8d1cbd90fb136611c6bc501250 /net-ftp/pftpfxp | |
parent | Replacing einfo with eerror (diff) | |
download | historical-444c4493812ba4d2e0439f57743d54fbd3d516cf.tar.gz historical-444c4493812ba4d2e0439f57743d54fbd3d516cf.tar.bz2 historical-444c4493812ba4d2e0439f57743d54fbd3d516cf.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-ftp/pftpfxp')
-rw-r--r-- | net-ftp/pftpfxp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild | 10 | ||||
-rw-r--r-- | net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild | 12 |
3 files changed, 16 insertions, 12 deletions
diff --git a/net-ftp/pftpfxp/ChangeLog b/net-ftp/pftpfxp/ChangeLog index a5000a60ecf6..b43b749452d7 100644 --- a/net-ftp/pftpfxp/ChangeLog +++ b/net-ftp/pftpfxp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/pftpfxp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/ChangeLog,v 1.10 2007/03/15 15:09:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/ChangeLog,v 1.11 2007/05/06 11:00:51 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> pftpfxp-0.11.4.6.ebuild, + pftpfxp-0.11.4.6-r3.ebuild: + Replacing einfo with elog 15 Mar 2007; Raúl Porcel <armin76@gentoo.org> pftpfxp-0.11.4.6-r3.ebuild: x86 stable diff --git a/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild b/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild index bd6821731ec8..173db672f03d 100644 --- a/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild +++ b/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild,v 1.2 2007/03/15 15:09:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6-r3.ebuild,v 1.3 2007/05/06 11:00:51 genone Exp $ inherit eutils toolchain-funcs @@ -41,8 +41,8 @@ src_install() { } pkg_postinst() { - einfo "In order to use pftp-mew you need to create these files:" - einfo " ~/.pftp/config" - einfo " ~/.pftp/keymap" - einfo "Refer to the examples in /usr/share/doc/${PF} for more information." + elog "In order to use pftp-mew you need to create these files:" + elog " ~/.pftp/config" + elog " ~/.pftp/keymap" + elog "Refer to the examples in /usr/share/doc/${PF} for more information." } diff --git a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild b/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild index d394758d9585..96342fe43dc7 100644 --- a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild +++ b/net-ftp/pftpfxp/pftpfxp-0.11.4.6.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-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild,v 1.3 2006/02/24 21:48:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild,v 1.4 2007/05/06 11:00:51 genone Exp $ inherit eutils toolchain-funcs @@ -38,8 +38,8 @@ src_install() { } pkg_postinst() { - einfo "In order to use pftp-mew you need to create these files:" - einfo " ~/.pftp/config" - einfo " ~/.pftp/keymap" - einfo "Refer to the examples in /usr/share/doc/${PF} for more information." + elog "In order to use pftp-mew you need to create these files:" + elog " ~/.pftp/config" + elog " ~/.pftp/keymap" + elog "Refer to the examples in /usr/share/doc/${PF} for more information." } |