summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-15 01:41:20 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-15 01:41:20 +0000
commite6fec3d490f8c6995ef9db8a9d4ea32806e8af75 (patch)
tree099f83b22d0a79ca749bc5e22745fd386cb4f25c /dev-php4/eaccelerator
parentTrim old versions (diff)
downloadgentoo-2-e6fec3d490f8c6995ef9db8a9d4ea32806e8af75.tar.gz
gentoo-2-e6fec3d490f8c6995ef9db8a9d4ea32806e8af75.tar.bz2
gentoo-2-e6fec3d490f8c6995ef9db8a9d4ea32806e8af75.zip
Fix file collisions.
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'dev-php4/eaccelerator')
-rw-r--r--dev-php4/eaccelerator/ChangeLog6
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog
index cdca43cf56e9..c7e3928980a8 100644
--- a/dev-php4/eaccelerator/ChangeLog
+++ b/dev-php4/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/eaccelerator
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.15 2006/10/14 22:55:00 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.16 2006/10/15 01:41:20 chtekk Exp $
+
+ 15 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
+ eaccelerator-0.9.5.ebuild:
+ Fix file collisions.
14 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
eaccelerator-0.9.5.ebuild:
diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
index 65ede9dbe248..cd5cc15f3fc3 100644
--- a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.3 2006/10/14 22:55:00 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.4 2006/10/15 01:41:20 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -60,7 +60,7 @@ src_install() {
fowners ${HTTPD_USER}:${HTTPD_GROUP} "${EACCELERATOR_CACHEDIR}"
fperms 750 "${EACCELERATOR_CACHEDIR}"
- insinto "/usr/share/${PN}"
+ insinto "/usr/share/${PN}-php4/"
doins -r doc/php/
dodoc-php AUTHORS ChangeLog COPYING NEWS README README.eLoader
@@ -95,7 +95,7 @@ pkg_postinst() {
fi
einfo
- einfo "Please see the files in /usr/share/${PN} for some examples"
+ einfo "Please see the files in ${ROOT}/usr/share/${PN}-php4/ for some examples"
einfo "and information on how to use the functions that"
einfo "eAccelerator adds to PHP."
einfo