summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-09 15:31:49 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-09 15:31:49 +0000
commit6333f8360190108ed7309216104d3ae77db7131b (patch)
tree53a3dee88daead7919085ccfd1a3649b8b50a283 /app-misc/bfm
parentConvert einfo to elog, remove unused versions. (diff)
downloadgentoo-2-6333f8360190108ed7309216104d3ae77db7131b.tar.gz
gentoo-2-6333f8360190108ed7309216104d3ae77db7131b.tar.bz2
gentoo-2-6333f8360190108ed7309216104d3ae77db7131b.zip
Convert einfo to elog where appropriate.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'app-misc/bfm')
-rw-r--r--app-misc/bfm/ChangeLog8
-rw-r--r--app-misc/bfm/bfm-1.2-r1.ebuild8
-rw-r--r--app-misc/bfm/bfm-1.2.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/app-misc/bfm/ChangeLog b/app-misc/bfm/ChangeLog
index 2d8bff9643f7..8c72a5c48f26 100644
--- a/app-misc/bfm/ChangeLog
+++ b/app-misc/bfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/bfm
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfm/ChangeLog,v 1.5 2006/07/22 21:57:57 nelchael Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfm/ChangeLog,v 1.6 2007/01/09 15:31:49 caster Exp $
+
+ 09 Jan 2007; Vlastimil Babka <caster@gentoo.org> bfm-1.2.ebuild,
+ bfm-1.2-r1.ebuild:
+ Convert einfo to elog where appropriate.
22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> bfm-1.2-r1.ebuild:
ant_src_unpack -> src_unpack
diff --git a/app-misc/bfm/bfm-1.2-r1.ebuild b/app-misc/bfm/bfm-1.2-r1.ebuild
index e173812c490e..ca8083c6ba08 100644
--- a/app-misc/bfm/bfm-1.2-r1.ebuild
+++ b/app-misc/bfm/bfm-1.2-r1.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-misc/bfm/bfm-1.2-r1.ebuild,v 1.2 2006/07/22 21:57:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfm/bfm-1.2-r1.ebuild,v 1.3 2007/01/09 15:31:49 caster Exp $
inherit java-pkg-2 java-ant-2
@@ -65,8 +65,8 @@ pkg_postinst() {
einfo ""
einfo "Bfm - The Brutal File Manager has been successfully installed!"
einfo ""
- einfo "A system wide config file has been installed to /etc/bfm/bfm.conf"
- einfo "Copy the file to ~/.bfm/bfm.conf to set local settings"
+ elog "A system wide config file has been installed to /etc/bfm/bfm.conf"
+ elog "Copy the file to ~/.bfm/bfm.conf to set local settings"
einfo ""
ewarn ""
ewarn "Be sure to run bfm in safe mode if you don't want to delete files"
diff --git a/app-misc/bfm/bfm-1.2.ebuild b/app-misc/bfm/bfm-1.2.ebuild
index 8fd4e2447392..9cf3dcce3c7e 100644
--- a/app-misc/bfm/bfm-1.2.ebuild
+++ b/app-misc/bfm/bfm-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfm/bfm-1.2.ebuild,v 1.5 2005/07/16 19:45:18 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfm/bfm-1.2.ebuild,v 1.6 2007/01/09 15:31:49 caster Exp $
inherit java-pkg
@@ -72,8 +72,8 @@ pkg_postinst() {
einfo ""
einfo "Bfm - The Brutal File Manager has been successfully installed!"
einfo ""
- einfo "A system wide config file has been installed to /etc/bfm/bfm.conf"
- einfo "Copy the file to ~/.bfm/bfm.conf to set local settings"
+ elog "A system wide config file has been installed to /etc/bfm/bfm.conf"
+ elog "Copy the file to ~/.bfm/bfm.conf to set local settings"
einfo ""
ewarn ""
ewarn "Be sure to run bfm in safe mode if you don't want to delete files"