summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 00:08:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 00:08:24 +0000
commitd50a68f0206a7d87ddc9e14f85bac70410dfb13e (patch)
tree726c471f6898e79848d7e0c6d92637d2211e0145 /dev-php5/xcache
parentReplacing einfo with elog (diff)
downloadgentoo-2-d50a68f0206a7d87ddc9e14f85bac70410dfb13e.tar.gz
gentoo-2-d50a68f0206a7d87ddc9e14f85bac70410dfb13e.tar.bz2
gentoo-2-d50a68f0206a7d87ddc9e14f85bac70410dfb13e.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-php5/xcache')
-rw-r--r--dev-php5/xcache/ChangeLog5
-rw-r--r--dev-php5/xcache/xcache-1.2.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog
index 38d63bb8b669..5984b3f9e28c 100644
--- a/dev-php5/xcache/ChangeLog
+++ b/dev-php5/xcache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/xcache
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.2 2007/02/18 17:48:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.3 2007/03/04 00:08:24 genone Exp $
+
+ 04 Mar 2007; Marius Mauch <genone@gentoo.org> xcache-1.2.0.ebuild:
+ Replacing einfo with elog
18 Feb 2007; Steve Dibb <beandog@gentoo.org> xcache-1.2.0.ebuild:
add ~amd64, bug 167479
diff --git a/dev-php5/xcache/xcache-1.2.0.ebuild b/dev-php5/xcache/xcache-1.2.0.ebuild
index a92976390db7..cbed28762cdf 100644
--- a/dev-php5/xcache/xcache-1.2.0.ebuild
+++ b/dev-php5/xcache/xcache-1.2.0.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/dev-php5/xcache/xcache-1.2.0.ebuild,v 1.2 2007/02/18 17:48:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.0.ebuild,v 1.3 2007/03/04 00:08:24 genone Exp $
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
@@ -79,11 +79,11 @@ src_install() {
}
pkg_postinst() {
- einfo "Decompiler.class.php and the admin/ directory shipped with this"
- einfo "release were installed into /usr/share/php5/xcache/."
+ elog "Decompiler.class.php and the admin/ directory shipped with this"
+ elog "release were installed into /usr/share/php5/xcache/."
if built_with_use =${PHP_PKG} apache || built_with_use =${PHP_PKG} apache2 ; then
echo
- einfo "You need to restart your Apache webserver to activate xcache."
+ elog "You need to restart your Apache webserver to activate xcache."
fi
}