diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:13:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:13:23 +0000 |
commit | d10766b5a999fac246a442c6419aab8c0c2cd217 (patch) | |
tree | db60cdeadb79791026ed0eab22971882bf82c6ad /app-text/info2html | |
parent | update (diff) | |
download | historical-d10766b5a999fac246a442c6419aab8c0c2cd217.tar.gz historical-d10766b5a999fac246a442c6419aab8c0c2cd217.tar.bz2 historical-d10766b5a999fac246a442c6419aab8c0c2cd217.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-text/info2html')
-rw-r--r-- | app-text/info2html/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4-r1.ebuild | 8 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 8 |
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" } |