diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:56:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:56:45 +0000 |
commit | 9944696d533b1e2652332a460a700d89a490acc7 (patch) | |
tree | e3422c576ea4f2284495f90c1e7adc02eb45d899 /net-firewall/kmyfirewall | |
parent | Replacing einfo with elog/ewarn (diff) | |
download | gentoo-2-9944696d533b1e2652332a460a700d89a490acc7.tar.gz gentoo-2-9944696d533b1e2652332a460a700d89a490acc7.tar.bz2 gentoo-2-9944696d533b1e2652332a460a700d89a490acc7.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-firewall/kmyfirewall')
-rw-r--r-- | net-firewall/kmyfirewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-firewall/kmyfirewall/ChangeLog b/net-firewall/kmyfirewall/ChangeLog index 343188885a6c..99771eec5b98 100644 --- a/net-firewall/kmyfirewall/ChangeLog +++ b/net-firewall/kmyfirewall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/kmyfirewall # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.31 2007/04/18 10:30:02 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.32 2007/05/06 09:56:45 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> kmyfirewall-1.0.1-r1.ebuild: + Replacing einfo with elog *kmyfirewall-1.0.1-r1 (18 Apr 2007) diff --git a/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild b/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild index 6c4e0396dfb5..3112b31ce829 100644 --- a/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild +++ b/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.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-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild,v 1.1 2007/04/18 10:30:02 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild,v 1.2 2007/05/06 09:56:45 genone Exp $ inherit kde eutils @@ -33,9 +33,9 @@ src_install() { pkg_postinst() { make_desktop_entry m "Kmyfirewall" kmyfirewall - einfo - einfo "Only run-as-user menuentry provided. If you want to directly" - einfo "run kmyfirewall as root (inside kdesu), just check:" - einfo "run-as-other-user inside the menu edit,leving blank the field" - einfo + elog + elog "Only run-as-user menuentry provided. If you want to directly" + elog "run kmyfirewall as root (inside kdesu), just check:" + elog "run-as-other-user inside the menu edit,leving blank the field" + elog } |