diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:20:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:20:44 +0000 |
commit | 3caa3b10a8d6e50315e9a468e03991ac9861fb57 (patch) | |
tree | 2029ff6a068dc90c986fcb5b089b72c92673de21 /app-forensics/pyflag | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-3caa3b10a8d6e50315e9a468e03991ac9861fb57.tar.gz gentoo-2-3caa3b10a8d6e50315e9a468e03991ac9861fb57.tar.bz2 gentoo-2-3caa3b10a8d6e50315e9a468e03991ac9861fb57.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-forensics/pyflag')
-rw-r--r-- | app-forensics/pyflag/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/pyflag/pyflag-0.80.1.ebuild | 16 | ||||
-rw-r--r-- | app-forensics/pyflag/pyflag-0.82.ebuild | 16 |
3 files changed, 22 insertions, 18 deletions
diff --git a/app-forensics/pyflag/ChangeLog b/app-forensics/pyflag/ChangeLog index 7011b04904a6..6fa779e7f4c1 100644 --- a/app-forensics/pyflag/ChangeLog +++ b/app-forensics/pyflag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/pyflag -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.6 2006/11/23 15:33:03 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.7 2007/01/24 03:20:44 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> pyflag-0.80.1.ebuild, + pyflag-0.82.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> pyflag-0.80.1.ebuild, pyflag-0.82.ebuild: diff --git a/app-forensics/pyflag/pyflag-0.80.1.ebuild b/app-forensics/pyflag/pyflag-0.80.1.ebuild index 2227fa0708de..a71230fd1337 100644 --- a/app-forensics/pyflag/pyflag-0.80.1.ebuild +++ b/app-forensics/pyflag/pyflag-0.80.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/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.3 2006/11/23 15:33:03 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.4 2007/01/24 03:20:44 genone Exp $ inherit eutils autotools @@ -57,12 +57,12 @@ src_install() { } pkg_postinst() { - einfo "Optionally enter database details in /etc/pyflagrc" - einfo - einfo "To start PyFlag just run \"pyflag\" as a normal user" - einfo "then open your web browser on http://localhost:8000" - einfo - einfo "To create a database user \"emerge --config =${PF}\"" + elog "Optionally enter database details in /etc/pyflagrc" + elog + elog "To start PyFlag just run \"pyflag\" as a normal user" + elog "then open your web browser on http://localhost:8000" + elog + elog "To create a database user \"emerge --config =${PF}\"" } pkg_config() { diff --git a/app-forensics/pyflag/pyflag-0.82.ebuild b/app-forensics/pyflag/pyflag-0.82.ebuild index cd6b444459dc..bf8eccb1e009 100644 --- a/app-forensics/pyflag/pyflag-0.82.ebuild +++ b/app-forensics/pyflag/pyflag-0.82.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-forensics/pyflag/pyflag-0.82.ebuild,v 1.2 2006/11/23 15:33:03 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.82.ebuild,v 1.3 2007/01/24 03:20:44 genone Exp $ inherit eutils autotools @@ -49,12 +49,12 @@ src_install() { } pkg_postinst() { - einfo "Optionally enter database details in /etc/pyflagrc" - einfo - einfo "To start PyFlag just run \"pyflag\" as a normal user" - einfo "then open your web browser on http://localhost:8000" - einfo - einfo "To create a database user \"emerge --config =${PF}\"" + elog "Optionally enter database details in /etc/pyflagrc" + elog + elog "To start PyFlag just run \"pyflag\" as a normal user" + elog "then open your web browser on http://localhost:8000" + elog + elog "To create a database user \"emerge --config =${PF}\"" } pkg_config() { |