summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:48:25 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:48:25 +0000
commit1afb34b2ca43bcfa9dcf6ef1416c7a8aefd9cc3e (patch)
tree07794dc4ece0da9c81d3dc85e0b1da869d8343b9 /app-editors
parentReplacing einfo with elog (diff)
downloadgentoo-2-1afb34b2ca43bcfa9dcf6ef1416c7a8aefd9cc3e.tar.gz
gentoo-2-1afb34b2ca43bcfa9dcf6ef1416c7a8aefd9cc3e.tar.bz2
gentoo-2-1afb34b2ca43bcfa9dcf6ef1416c7a8aefd9cc3e.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvu/ChangeLog8
-rw-r--r--app-editors/nvu/nvu-1.0-r2.ebuild16
-rw-r--r--app-editors/nvu/nvu-1.0-r4.ebuild16
3 files changed, 22 insertions, 18 deletions
diff --git a/app-editors/nvu/ChangeLog b/app-editors/nvu/ChangeLog
index f179878a65b4..c15b7a40e58f 100644
--- a/app-editors/nvu/ChangeLog
+++ b/app-editors/nvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nvu
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.24 2006/10/23 22:02:23 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.25 2007/01/24 02:48:25 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> nvu-1.0-r2.ebuild,
+ nvu-1.0-r4.ebuild:
+ Replacing einfo with elog
23 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> nvu-1.0-r2.ebuild,
nvu-1.0-r4.ebuild:
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild
index 315721cb7107..0db1acf6fd67 100644
--- a/app-editors/nvu/nvu-1.0-r2.ebuild
+++ b/app-editors/nvu/nvu-1.0-r2.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-editors/nvu/nvu-1.0-r2.ebuild,v 1.4 2006/10/23 22:02:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.5 2007/01/24 02:48:25 genone Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -79,10 +79,10 @@ src_install() {
}
pkg_postinst() {
- einfo "If you choose to setup the webbrowser feature to execute urls"
- einfo "under the HELP section please refer to"
- einfo "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
- einfo "Make sure you follow the instructions to the letter if you have"
- einfo "any problems email me at anarchy@gentoo.org I will be more then"
- einfo "happy to assist you. DO NOT file a bug report on this issue."
+ elog "If you choose to setup the webbrowser feature to execute urls"
+ elog "under the HELP section please refer to"
+ elog "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
+ elog "Make sure you follow the instructions to the letter if you have"
+ elog "any problems email me at anarchy@gentoo.org I will be more then"
+ elog "happy to assist you. DO NOT file a bug report on this issue."
}
diff --git a/app-editors/nvu/nvu-1.0-r4.ebuild b/app-editors/nvu/nvu-1.0-r4.ebuild
index 461edc08965d..585a8b0c4747 100644
--- a/app-editors/nvu/nvu-1.0-r4.ebuild
+++ b/app-editors/nvu/nvu-1.0-r4.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-editors/nvu/nvu-1.0-r4.ebuild,v 1.7 2006/10/23 22:02:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r4.ebuild,v 1.8 2007/01/24 02:48:25 genone Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -82,10 +82,10 @@ src_install() {
}
pkg_postinst() {
- einfo "If you choose to setup the webbrowser feature to execute urls"
- einfo "under the HELP section please refer to"
- einfo "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
- einfo "Make sure you follow the instructions to the letter if you have"
- einfo "any problems email me at anarchy@gentoo.org I will be more then"
- einfo "happy to assist you. DO NOT file a bug report on this issue."
+ elog "If you choose to setup the webbrowser feature to execute urls"
+ elog "under the HELP section please refer to"
+ elog "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
+ elog "Make sure you follow the instructions to the letter if you have"
+ elog "any problems email me at anarchy@gentoo.org I will be more then"
+ elog "happy to assist you. DO NOT file a bug report on this issue."
}