summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:50:39 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:50:39 +0000
commitb1517337e15a9b919636e2109e6534603c10e292 (patch)
tree0fca9fe1e09c91754073fe758e5cf17aa26bc713 /app-text/info2html
parentReplacing einfo with elog (diff)
downloadgentoo-2-b1517337e15a9b919636e2109e6534603c10e292.tar.gz
gentoo-2-b1517337e15a9b919636e2109e6534603c10e292.tar.bz2
gentoo-2-b1517337e15a9b919636e2109e6534603c10e292.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/info2html')
-rw-r--r--app-text/info2html/ChangeLog8
-rw-r--r--app-text/info2html/info2html-1.4-r1.ebuild8
-rw-r--r--app-text/info2html/info2html-1.4.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog
index 6ca17e656f66..ab5fbdccfebe 100644
--- a/app-text/info2html/ChangeLog
+++ b/app-text/info2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/info2html
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.16 2006/09/01 14:39:52 kevquinn Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.17 2007/01/28 05:50:39 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> info2html-1.4.ebuild,
+ info2html-1.4-r1.ebuild:
+ Replacing einfo with elog
*info2html-2.0 (01 Sep 2006)
diff --git a/app-text/info2html/info2html-1.4-r1.ebuild b/app-text/info2html/info2html-1.4-r1.ebuild
index 5af2b7cb559e..83ddb37163a9 100644
--- a/app-text/info2html/info2html-1.4-r1.ebuild
+++ b/app-text/info2html/info2html-1.4-r1.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-text/info2html/info2html-1.4-r1.ebuild,v 1.5 2005/05/20 21:47:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r1.ebuild,v 1.6 2007/01/28 05:50:39 genone Exp $
inherit eutils webapp-apache
@@ -39,6 +39,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Info files can be found at:"
- einfo "\thttp://localhost/cgi-bin/infocat"
+ elog "Info files can be found at:"
+ elog "\thttp://localhost/cgi-bin/infocat"
}
diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild
index af00dbecdfd2..e7d3e7ff9a04 100644
--- a/app-text/info2html/info2html-1.4.ebuild
+++ b/app-text/info2html/info2html-1.4.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-text/info2html/info2html-1.4.ebuild,v 1.10 2005/04/21 20:22:40 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.11 2007/01/28 05:50:39 genone Exp $
inherit eutils webapp-apache
@@ -38,6 +38,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Info files can be found at:"
- einfo "\thttp://localhost/cgi-bin/infocat"
+ elog "Info files can be found at:"
+ elog "\thttp://localhost/cgi-bin/infocat"
}