summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:32:23 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:32:23 +0000
commit501387be07243e8c05d48450978fc35b86b0ad24 (patch)
tree92f1ec9a73426522b3343a682758659d193b3509 /dev-php5/pecl-apc
parentReplacing einfo with elog (diff)
downloadhistorical-501387be07243e8c05d48450978fc35b86b0ad24.tar.gz
historical-501387be07243e8c05d48450978fc35b86b0ad24.tar.bz2
historical-501387be07243e8c05d48450978fc35b86b0ad24.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r--dev-php5/pecl-apc/ChangeLog7
-rw-r--r--dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog
index 73f214d29849..30406c77780f 100644
--- a/dev-php5/pecl-apc/ChangeLog
+++ b/dev-php5/pecl-apc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-apc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.20 2006/10/15 11:44:06 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.21 2007/01/28 06:32:23 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> pecl-apc-3.0.12_p2.ebuild:
+ Replacing einfo with elog
15 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
pecl-apc-3.0.12_p2.ebuild:
diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index 5066758f440d..21551a1421d4 100644
--- a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.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/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:44:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.8 2007/01/28 06:32:23 genone Exp $
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
@@ -72,6 +72,6 @@ src_install() {
}
pkg_postinst() {
- einfo "The apc.php file shipped with this release of PECL-APC was"
- einfo "installed into /usr/share/php5/apc/."
+ elog "The apc.php file shipped with this release of PECL-APC was"
+ elog "installed into /usr/share/php5/apc/."
}